update dev300-m58
[ooovba.git] / svtools / source / filter.vcl / filter / makefile.mk
blob2229f8f05546541a24526903f825e9346079b64e
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.13 $
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=svtools
35 TARGET=filter
36 LIBTARGET=NO
38 # --- Settings -----------------------------------------------------
40 .INCLUDE : settings.mk
41 .INCLUDE : $(PRJ)$/util$/svt.pmk
43 # --- Files --------------------------------------------------------
45 SRS1NAME=$(TARGET)
46 SRC1FILES= strings.src \
47 dlgexpor.src \
48 dlgepng.src \
49 dlgejpg.src
51 SLOFILES= $(SLO)$/filter.obj \
52 $(SLO)$/filter2.obj \
53 $(SLO)$/dlgexpor.obj \
54 $(SLO)$/dlgejpg.obj \
55 $(SLO)$/dlgepng.obj \
56 $(SLO)$/sgfbram.obj \
57 $(SLO)$/sgvmain.obj \
58 $(SLO)$/sgvtext.obj \
59 $(SLO)$/sgvspln.obj \
60 $(SLO)$/FilterConfigItem.obj \
61 $(SLO)$/FilterConfigCache.obj \
62 $(SLO)$/SvFilterOptionsDialog.obj
64 EXCEPTIONSNOOPTFILES= $(SLO)$/filter.obj \
65 $(SLO)$/FilterConfigItem.obj \
66 $(SLO)$/FilterConfigCache.obj \
67 $(SLO)$/SvFilterOptionsDialog.obj
69 LIB1TARGET= $(SLB)$/$(TARGET).uno.lib
70 LIB1OBJFILES= \
71 $(SLO)$/dlgexpor.obj \
72 $(SLO)$/dlgejpg.obj \
73 $(SLO)$/dlgepng.obj \
74 $(SLO)$/SvFilterOptionsDialog.obj
76 LIB2TARGET= $(SLB)$/$(TARGET).lib
77 LIB2OBJFILES= \
78 $(SLO)$/filter.obj \
79 $(SLO)$/filter2.obj \
80 $(SLO)$/sgfbram.obj \
81 $(SLO)$/sgvmain.obj \
82 $(SLO)$/sgvtext.obj \
83 $(SLO)$/sgvspln.obj \
84 $(SLO)$/FilterConfigItem.obj \
85 $(SLO)$/FilterConfigCache.obj
87 # --- Targets -------------------------------------------------------
89 .INCLUDE : target.mk