merge the formfield patch from ooo-build
[ooovba.git] / testshl2 / workben / makefile.mk
blobc7bffc83b9828863399dc7b808e2b9791e70c454
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.8 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
31 PRJ=..
32 PRJINC=
34 PRJNAME=testshl2
35 TARGET=test_autoptr
36 TARGETTYPE=CUI
38 ENABLE_EXCEPTIONS=TRUE
39 #USE_LDUMP2=TRUE
40 #LDUMP2=LDUMP3
42 # --- Settings -----------------------------------------------------
43 .INCLUDE : settings.mk
45 # ------------------------------------------------------------------
46 #--------------------------------- Objectfiles ---------------------------------
47 OBJFILES=\
48 $(OBJ)$/test_autoptr.obj \
49 $(OBJ)$/test_ostringstream.obj
51 #----------------------------- prog with *.lib file -----------------------------
53 APP1TARGET= $(TARGET)
54 APP1OBJS=$(OBJ)$/test_autoptr.obj
56 APP1STDLIBS=$(SALLIB)
58 APP1DEPN= $(APP1OBJS)
59 APP1LIBS=
61 #-------------------------------------------------------------------------------
63 APP2TARGET= test_ostringstream
64 APP2OBJS=$(OBJ)$/test_ostringstream.obj
66 APP2STDLIBS=$(SALLIB)
68 APP2DEPN= $(APP1OBJS)
69 APP2LIBS=
70 #-------------------------------------------------------------------------------
72 APP3TARGET= test_filter
73 APP3OBJS=$(OBJ)$/test_filter.obj
75 APP3STDLIBS=$(SALLIB)
77 APP3DEPN= $(APP1OBJS)
78 APP3LIBS=
79 #-------------------------------------------------------------------------------
81 # APP4TARGET= test_member
82 # APP4OBJS=$(OBJ)$/test_member.obj
84 # APP4STDLIBS=$(SALLIB)
86 # APP4DEPN=
87 # APP4LIBS=
90 #-------------------------------------------------------------------------------
92 # APP5TARGET= test_very_long_names
93 # APP5OBJS=$(OBJ)$/test_very_long_names.obj
95 # APP5STDLIBS=$(SALLIB)
97 # APP5DEPN=
98 # APP5LIBS=
101 #-------------------------------------------------------------------------------
103 APP6TARGET= test_string
104 APP6OBJS=$(OBJ)$/test_string.obj
106 APP6STDLIBS=$(SALLIB)
108 APP6DEPN=
109 APP6LIBS=
110 #-------------------------------------------------------------------------------
112 APP7TARGET= test_printf
113 APP7OBJS=$(OBJ)$/test_printf.obj
115 APP7STDLIBS=$(SALLIB)
117 APP7DEPN=
118 APP7LIBS=
119 #-------------------------------------------------------------------------------
121 APP8TARGET= test_preproc
122 APP8OBJS=$(OBJ)$/test_preproc.obj
124 APP8STDLIBS=$(SALLIB)
126 APP8DEPN=
127 APP8LIBS=
128 # --- Targets ------------------------------------------------------
130 .INCLUDE : target.mk