merge the formfield patch from ooo-build
[ooovba.git] / svtools / source / dialogs / makefile.mk
blob6abf15732b8e6ce56143d932f449f36a24198f60
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.16 $
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=dialogs
37 # --- Settings -----------------------------------------------------
39 .INCLUDE : settings.mk
40 .INCLUDE : $(PRJ)$/util$/svt.pmk
42 # --- Files --------------------------------------------------------
44 SRS1NAME=$(TARGET)
45 SRC1FILES= filedlg2.src \
46 so3res.src \
47 formats.src \
48 prnsetup.src \
49 printdlg.src \
50 colrdlg.src \
51 logindlg.src \
52 addresstemplate.src \
53 wizardmachine.src
56 EXCEPTIONSFILES= $(SLO)$/addresstemplate.obj \
57 $(SLO)$/insdlg.obj \
58 $(SLO)$/roadmapwizard.obj \
59 $(SLO)$/printdlg.obj \
60 $(SLO)$/wizardmachine.obj
63 SLOFILES= \
64 $(SLO)$/insdlg.obj \
65 $(SLO)$/roadmapwizard.obj \
66 $(SLO)$/wizardmachine.obj \
67 $(SLO)$/addresstemplate.obj \
68 $(SLO)$/filedlg.obj \
69 $(SLO)$/filedlg2.obj \
70 $(SLO)$/prnsetup.obj \
71 $(SLO)$/printdlg.obj \
72 $(SLO)$/colctrl.obj \
73 $(SLO)$/colrdlg.obj \
74 $(SLO)$/property.obj \
75 $(SLO)$/wizdlg.obj \
76 $(SLO)$/mcvmath.obj \
77 $(SLO)$/logindlg.obj
79 # --- Targets ------------------------------------------------------
81 .INCLUDE : target.mk