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 #*************************************************************************
38 ENABLE_EXCEPTIONS
=TRUE
42 # --- Settings -----------------------------------------------------
43 .INCLUDE
: settings.mk
45 # ------------------------------------------------------------------
46 #--------------------------------- Objectfiles ---------------------------------
48 $(OBJ
)$/test_autoptr.obj \
49 $(OBJ
)$/test_ostringstream.obj
51 #----------------------------- prog with *.lib file -----------------------------
54 APP1OBJS
=$(OBJ
)$/test_autoptr.obj
61 #-------------------------------------------------------------------------------
63 APP2TARGET
= test_ostringstream
64 APP2OBJS
=$(OBJ
)$/test_ostringstream.obj
70 #-------------------------------------------------------------------------------
72 APP3TARGET
= test_filter
73 APP3OBJS
=$(OBJ
)$/test_filter.obj
79 #-------------------------------------------------------------------------------
81 # APP4TARGET= test_member
82 # APP4OBJS=$(OBJ)$/test_member.obj
84 # APP4STDLIBS=$(SALLIB)
90 #-------------------------------------------------------------------------------
92 # APP5TARGET= test_very_long_names
93 # APP5OBJS=$(OBJ)$/test_very_long_names.obj
95 # APP5STDLIBS=$(SALLIB)
101 #-------------------------------------------------------------------------------
103 APP6TARGET
= test_string
104 APP6OBJS
=$(OBJ
)$/test_string.obj
106 APP6STDLIBS
=$(SALLIB
)
110 #-------------------------------------------------------------------------------
112 APP7TARGET
= test_printf
113 APP7OBJS
=$(OBJ
)$/test_printf.obj
115 APP7STDLIBS
=$(SALLIB
)
119 #-------------------------------------------------------------------------------
121 APP8TARGET
= test_preproc
122 APP8OBJS
=$(OBJ
)$/test_preproc.obj
124 APP8STDLIBS
=$(SALLIB
)
128 # --- Targets ------------------------------------------------------