merge the formfield patch from ooo-build
[ooovba.git] / fpicker / util / makefile.mk
blobfbdb51e6e96390fbf1f00805cfcb4457e7ac3e85
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.15 $
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=fpicker
35 TARGET=fpicker
36 TARGET1=fps
37 TARGET2=fop
38 USE_LDUMP2=TRUE
40 # --- Settings -----------------------------------------------------
42 .INCLUDE : settings.mk
44 # --- fps dynlib ----------------------------------------------
46 COMMON_LIBS=$(CPPULIB)\
47 $(CPPUHELPERLIB)\
48 $(COMPHELPERLIB)\
49 $(SALLIB)\
50 $(VCLLIB)\
51 $(TOOLSLIB)
53 .IF "$(GUI)"=="WNT"
55 SHL1TARGET=$(TARGET1)
56 SHL1STDLIBS= $(COMMON_LIBS) \
57 $(UWINAPILIB) \
58 $(ADVAPI32LIB) \
59 $(SHELL32LIB)\
60 $(OLE32LIB)\
61 $(GDI32LIB)\
62 $(OLEAUT32LIB)\
63 $(COMDLG32LIB)\
64 $(KERNEL32LIB)\
65 $(UUIDLIB)
67 SHL1DEPN=
68 SHL1IMPLIB=i$(SHL1TARGET)
69 SHL1LIBS=$(SLB)$/fps.lib\
70 $(SLB)$/utils.lib
71 SHL1RES=$(RES)$/$(TARGET1).res
72 SHL1DEF=$(MISC)$/$(SHL1TARGET).def
74 DEF1NAME=$(SHL1TARGET)
75 DEF1EXPORTFILE= exports.dxp
77 .ENDIF # "$(GUI)"=="WNT"
79 # --- fop dynlib --------------------------------------------------
81 .IF "$(GUI)"=="WNT"
82 SHL2NOCHECK=TRUE
83 SHL2TARGET=$(TARGET2)
85 SHL2STDLIBS= $(COMMON_LIBS) \
86 $(UWINAPILIB) \
87 $(ADVAPI32LIB) \
88 $(OLE32LIB)\
89 $(GDI32LIB)\
90 $(SHELL32LIB)\
91 $(OLEAUT32LIB)
93 SHL2DEPN=
94 SHL2IMPLIB=i$(SHL2TARGET)
95 SHL2LIBS=$(SLB)$/fop.lib\
96 $(SLB)$/utils.lib
97 SHL2DEF=$(MISC)$/$(SHL2TARGET).def
99 DEF2NAME=$(SHL2TARGET)
100 DEF2EXPORTFILE= exports.dxp
102 .ENDIF # "$(GUI)"=="WNT"
105 .INCLUDE : target.mk