1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
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 #*************************************************************************
42 TARGET6
=cfgapi_timetest
46 ENABLE_EXCEPTIONS
=TRUE
48 # --- Settings -----------------------------------------------------
49 .INCLUDE
: settings.mk
51 # --- Files --------------------------------------------------------
53 # ... common for all test executables ..............................
60 # ... cfgapi ..............................
61 APP1STDLIBS
= $(APPSTDLIBS
)
63 APP1STDLIBS
+=$(STDLIBCPP
)
69 $(SLO
)$/typeconverter.obj \
70 $(SLO
)$/simpletypehelper.obj \
72 # ... cfgapi_timetest ..............................
73 APP6STDLIBS
= $(APPSTDLIBS
)
75 APP6STDLIBS
+=$(STDLIBCPP
)
77 APP6TARGET
= $(TARGET6
)
79 $(SLO
)$/cfgapi_timetest.obj \
81 $(SLO
)$/typeconverter.obj \
82 $(SLO
)$/simpletypehelper.obj \
84 # ... cfgreg ..............................
85 APP2STDLIBS
= $(APPSTDLIBS
)
87 APP2STDLIBS
+=$(STDLIBCPP
)
89 APP2TARGET
= $(TARGET2
)
91 $(SLO
)$/cfgregistry.obj \
93 # ... cfgadduser ..............................
94 APP3STDLIBS
= $(APPSTDLIBS
)
96 APP3STDLIBS
+=$(STDLIBCPP
)
98 APP3TARGET
= $(TARGET3
)
100 $(SLO
)$/cfgadduser.obj \
102 # ... cfgadmin ..............................
103 APP4STDLIBS
= $(APPSTDLIBS
)
105 APP4STDLIBS
+=$(STDLIBCPP
)
107 APP4TARGET
= $(TARGET4
)
109 $(SLO
)$/cfgadmin.obj \
110 $(SLO
)$/strimpl.obj \
111 $(SLO
)$/typeconverter.obj \
112 $(SLO
)$/simpletypehelper.obj \
114 # ... cfgupdate ..............................
115 APP5STDLIBS
= $(APPSTDLIBS
)
117 APP5STDLIBS
+=$(STDLIBCPP
)
119 APP5TARGET
= $(TARGET5
)
121 $(SLO
)$/cfgupdate.obj \
122 $(SLO
)$/strimpl.obj \
123 $(SLO
)$/typeconverter.obj \
124 $(SLO
)$/simpletypehelper.obj \