merge the formfield patch from ooo-build
[ooovba.git] / configmgr / workben / local_io / makefile.mk
blob9b839d0fd795f36c10d712c0e242b2e8debf8574
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.12 $
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 #*************************************************************************
32 PRJ=..$/..
33 PRJINC=$(PRJ)$/source
35 PRJNAME=configmgr
37 TARGET=cfgfile
38 TARGETTYPE=CUI
39 LIBTARGET=NO
41 ENABLE_EXCEPTIONS=TRUE
43 # --- Settings -----------------------------------------------------
44 .INCLUDE : settings.mk
46 # --- Files --------------------------------------------------------
48 # ... common for all test executables ..............................
49 APPSTDLIBS=\
50 $(SALLIB) \
51 $(VOSLIB) \
52 $(CPPULIB) \
53 $(UNOTOOLSLIB) \
54 $(CPPUHELPERLIB) \
57 # ... FileTests .....................................................
58 APP1STDLIBS = $(APPSTDLIBS) \
59 $(STDLIBCPP) \
61 APP1STDLIBS+=$(STDLIBCPP)
63 APP1TARGET= $(TARGET)
65 APP1OBJS= \
66 $(SLO)$/cfgfile.obj \
67 $(SLO)$/oslstream.obj \
68 $(SLO)$/filehelper.obj \
69 $(SLO)$/simpletest.obj \
70 $(SLO)$/strimpl.obj \
71 $(SLO)$/confname.obj \
73 # $(SLO)$/xmlexport.obj \
74 # $(SLO)$/xmlimport.obj \
76 # $(SLO)$/xmltreebuilder.obj \
77 # $(SLO)$/cmtree.obj \
78 # $(SLO)$/cmtreemodel.obj \
79 # $(SLO)$/typeconverter.obj \
80 # $(SLO)$/changes.obj \
81 # $(SLO)$/xmlformater.obj \
82 # $(SLO)$/attributes.obj \
83 # $(SLO)$/tracer.obj \
86 # ... common for all test executables ..............................
87 # APP2STDLIBS = $(APPSTDLIBS)
89 # APP2STDLIBS+=$(STDLIBCPP)
91 # APP2TARGET= cfglocal
92 # APP2OBJS= \
93 # $(SLO)$/cfglocal.obj \
94 # $(SLO)$/receivethread.obj \
95 # $(SLO)$/redirector.obj \
96 # $(SLO)$/socketstream.obj \
97 # $(SLO)$/attributes.obj \
98 # $(SLO)$/localsession.obj \
99 # $(SLO)$/saxtools.obj \
100 # $(SLO)$/mergeupdates.obj \
101 # $(SLO)$/oslstream.obj \
102 # $(SLO)$/configsession.obj \
103 # $(SLO)$/confname.obj \
104 # $(SLO)$/sessionstream.obj \
105 # $(SLO)$/filehelper.obj \
106 # $(SLO)$/tracer.obj \
107 # $(SLO)$/updatedom.obj \
108 # $(SLO)$/strconverter.obj \
109 # $(SLO)$/strimpl.obj \
112 .INCLUDE : target.mk