merge the formfield patch from ooo-build
[ooovba.git] / shell / source / win32 / workbench / makefile.mk
blob2a48f63222075b9f89e8df46e6c72c9681dbffe5
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.9 $
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=..$/..$/..
34 PRJNAME=shell
35 TARGET=testsyssh
36 TARGET1=testsmplmail
37 TARGET2=testprx
38 TARGET4=testfopen
39 LIBTARGET=NO
40 TARGETTYPE=CUI
42 # --- Settings -----------------------------------------------------
44 .INCLUDE : settings.mk
46 # --- Files --------------------------------------------------------
48 CFLAGS+=/GX
50 OBJFILES1=$(OBJ)$/TestSysShExec.obj
51 OBJFILES2=$(OBJ)$/TestSmplMail.obj
52 OBJFILES3=$(OBJ)$/TestProxySet.obj
53 OBJFILES4=$(OBJ)$/Testfopen.obj
55 OBJFILES=$(OBJFILES1)\
56 $(OBJFILES2)
58 APP1TARGET=$(TARGET)
59 APP1OBJS=$(OBJFILES1)
61 APP1STDLIBS+= $(CPPULIB) \
62 $(CPPUHELPERLIB) \
63 $(SALLIB) \
64 $(USER32LIB)
66 APP1DEF= $(MISC)$/$(APP1TARGET).def
69 # --- TestSmplMail ---
71 APP2TARGET=$(TARGET1)
72 APP2OBJS=$(OBJFILES2)
74 APP2STDLIBS+= $(CPPULIB) \
75 $(CPPUHELPERLIB) \
76 $(SALLIB) \
77 $(USER32LIB)
79 APP2DEF= $(MISC)$/$(APP2TARGET).def
81 # --- TestProxy ---
83 APP3TARGET=$(TARGET2)
84 APP3OBJS=$(OBJFILES3)
86 APP3STDLIBS+= $(CPPULIB) \
87 $(CPPUHELPERLIB) \
88 $(SALLIB)
90 APP3DEF= $(MISC)$/$(APP3TARGET).def
92 # --- Testfopen ---
94 APP4TARGET=$(TARGET4)
95 APP4OBJS=$(OBJFILES4)
97 APP4STDLIBS+= $(SALLIB)
99 APP4DEF= $(MISC)$/$(APP4TARGET).def
101 # --- Targets ------------------------------------------------------
103 .INCLUDE : target.mk