merge the formfield patch from ooo-build
[ooovba.git] / hwpfilter / source / makefile.mk
blob91dcc3d6b4ca2689a1c80f47d99bcbd8a2c978b2
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.7 $
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=hwpfilter
35 TARGET=hwp
37 USE_DEFFILE=TRUE
38 ENABLE_EXCEPTIONS=TRUE
40 # --- Settings -----------------------------------------------------
42 .INCLUDE : settings.mk
44 # --- Files --------------------------------------------------------
46 .IF "$(SYSTEM_ZLIB)" == "YES"
47 CFLAGS+=-DSYSTEM_ZLIB
48 .ENDIF
50 SLOFILES = \
51 $(SLO)$/attributes.obj \
52 $(SLO)$/cspline.obj \
53 $(SLO)$/fontmap.obj \
54 $(SLO)$/formula.obj \
55 $(SLO)$/grammar.obj \
56 $(SLO)$/hbox.obj \
57 $(SLO)$/hcode.obj \
58 $(SLO)$/hfont.obj \
59 $(SLO)$/hgzip.obj \
60 $(SLO)$/himgutil.obj \
61 $(SLO)$/hinfo.obj \
62 $(SLO)$/hiodev.obj \
63 $(SLO)$/hpara.obj \
64 $(SLO)$/hstream.obj \
65 $(SLO)$/hstyle.obj \
66 $(SLO)$/htags.obj \
67 $(SLO)$/hutil.obj \
68 $(SLO)$/hwpeq.obj \
69 $(SLO)$/hwpfile.obj \
70 $(SLO)$/hwpread.obj \
71 $(SLO)$/hwpreader.obj \
72 $(SLO)$/lexer.obj \
73 $(SLO)$/mzstring.obj \
74 $(SLO)$/solver.obj
76 # --- Shared-Library -----------------------------------------------
78 SHL1TARGET= $(TARGET)
79 #SHL1IMPLIB= ihwp
81 SHL1STDLIBS= \
82 $(CPPULIB) \
83 $(CPPUHELPERLIB)\
84 $(SALLIB) \
85 $(ZLIB3RDLIB)
87 .IF "$(GUI)"=="WNT"
88 SHL1STDLIBS+= \
89 $(OLE32LIB) $(UUIDLIB)
90 .ENDIF # "$(GUI)"=="WNT"
93 SHL1DEF= $(MISC)$/$(SHL1TARGET).def
94 SHL1LIBS= $(SLB)$/$(TARGET).lib
95 SHL1VERSIONMAP = hwp.map
97 DEF1NAME=$(SHL1TARGET)
99 # --- Tagets -------------------------------------------------------
101 .INCLUDE : target.mk