merged tag LIBREOFFICE_3_2_99_3
[LibreOffice.git] / fpicker / util / makefile.mk
blobc249e4259e91249200cca6b5d31491a0f82848c0
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2000, 2010 Oracle and/or its affiliates.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # This file is part of OpenOffice.org.
11 # OpenOffice.org is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU Lesser General Public License version 3
13 # only, as published by the Free Software Foundation.
15 # OpenOffice.org is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU Lesser General Public License version 3 for more details
19 # (a copy is included in the LICENSE file that accompanied this code).
21 # You should have received a copy of the GNU Lesser General Public License
22 # version 3 along with OpenOffice.org. If not, see
23 # <http://www.openoffice.org/license.html>
24 # for a copy of the LGPLv3 License.
26 #*************************************************************************
28 PRJ=..
30 PRJNAME=fpicker
31 TARGET=fpicker
32 TARGET1=fps
33 TARGET2=fop
34 USE_LDUMP2=TRUE
36 # --- Settings -----------------------------------------------------
38 .INCLUDE : settings.mk
40 # --- fps dynlib ----------------------------------------------
42 COMMON_LIBS=$(CPPULIB)\
43 $(CPPUHELPERLIB)\
44 $(COMPHELPERLIB)\
45 $(SALLIB)\
46 $(VCLLIB)\
47 $(TOOLSLIB)
49 .IF "$(GUI)"=="WNT"
51 SHL1TARGET=$(TARGET1)
52 SHL1STDLIBS= $(COMMON_LIBS) \
53 $(UWINAPILIB) \
54 $(ADVAPI32LIB) \
55 $(SHELL32LIB)\
56 $(OLE32LIB)\
57 $(GDI32LIB)\
58 $(OLEAUT32LIB)\
59 $(COMDLG32LIB)\
60 $(KERNEL32LIB)\
61 $(UUIDLIB)
63 SHL1DEPN=
64 SHL1IMPLIB=i$(SHL1TARGET)
65 SHL1LIBS=$(SLB)$/fps.lib\
66 $(SLB)$/utils.lib
67 SHL1RES=$(RES)$/$(TARGET1).res
68 SHL1DEF=$(MISC)$/$(SHL1TARGET).def
70 DEF1NAME=$(SHL1TARGET)
71 DEF1EXPORTFILE= exports.dxp
73 .ENDIF # "$(GUI)"=="WNT"
75 # --- fop dynlib --------------------------------------------------
77 .IF "$(GUI)"=="WNT"
78 SHL2NOCHECK=TRUE
79 SHL2TARGET=$(TARGET2)
81 SHL2STDLIBS= $(COMMON_LIBS) \
82 $(UWINAPILIB) \
83 $(ADVAPI32LIB) \
84 $(OLE32LIB)\
85 $(GDI32LIB)\
86 $(SHELL32LIB)\
87 $(OLEAUT32LIB)
89 SHL2DEPN=
90 SHL2IMPLIB=i$(SHL2TARGET)
91 SHL2LIBS=$(SLB)$/fop.lib\
92 $(SLB)$/utils.lib
93 SHL2DEF=$(MISC)$/$(SHL2TARGET).def
95 DEF2NAME=$(SHL2TARGET)
96 DEF2EXPORTFILE= exports.dxp
98 .ENDIF # "$(GUI)"=="WNT"
101 .INCLUDE : target.mk