merge the formfield patch from ooo-build
[ooovba.git] / sc / source / ui / miscdlgs / makefile.mk
blob52cf9ae281a7bef94f88c637134cfc20f92448c3
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.14 $
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=sc
35 TARGET=miscdlgs
36 LIBTARGET=no
38 # --- Settings -----------------------------------------------------
40 .INCLUDE : scpre.mk
41 .INCLUDE : settings.mk
42 .INCLUDE : sc.mk
43 .INCLUDE : $(PRJ)$/util$/makefile.pmk
45 # --- Files --------------------------------------------------------
47 SLOFILES = \
48 $(SLO)$/datafdlg.obj \
49 $(SLO)$/delcldlg.obj \
50 $(SLO)$/inscldlg.obj \
51 $(SLO)$/delcodlg.obj \
52 $(SLO)$/inscodlg.obj \
53 $(SLO)$/strindlg.obj \
54 $(SLO)$/tabbgcolordlg.obj \
55 $(SLO)$/mtrindlg.obj \
56 $(SLO)$/lbseldlg.obj \
57 $(SLO)$/filldlg.obj \
58 $(SLO)$/autofmt.obj \
59 $(SLO)$/solvrdlg.obj \
60 $(SLO)$/optsolver.obj \
61 $(SLO)$/solveroptions.obj \
62 $(SLO)$/solverutil.obj \
63 $(SLO)$/mvtabdlg.obj \
64 $(SLO)$/groupdlg.obj \
65 $(SLO)$/tabopdlg.obj \
66 $(SLO)$/crdlg.obj \
67 $(SLO)$/namecrea.obj \
68 $(SLO)$/namepast.obj \
69 $(SLO)$/teamdlg.obj \
70 $(SLO)$/textdlgs.obj \
71 $(SLO)$/anyrefdg.obj \
72 $(SLO)$/crnrdlg.obj \
73 $(SLO)$/shtabdlg.obj \
74 $(SLO)$/instbdlg.obj \
75 $(SLO)$/acredlin.obj \
76 $(SLO)$/highred.obj \
77 $(SLO)$/simpref.obj \
78 $(SLO)$/redcom.obj \
79 $(SLO)$/linkarea.obj \
80 $(SLO)$/warnbox.obj \
81 $(SLO)$/scuiautofmt.obj \
82 $(SLO)$/conflictsdlg.obj \
83 $(SLO)$/sharedocdlg.obj \
84 $(SLO)$/protectiondlg.obj \
85 $(SLO)$/retypepassdlg.obj
87 EXCEPTIONSFILES = \
88 $(SLO)$/acredlin.obj \
89 $(SLO)$/conflictsdlg.obj \
90 $(SLO)$/sharedocdlg.obj \
91 $(SLO)$/optsolver.obj \
92 $(SLO)$/solveroptions.obj \
93 $(SLO)$/crnrdlg.obj \
94 $(SLO)$/solverutil.obj \
95 $(SLO)$/protectiondlg.obj \
96 $(SLO)$/retypepassdlg.obj
98 SRS1NAME=$(TARGET)
99 SRC1FILES = \
100 instbdlg.src \
101 acredlin.src \
102 highred.src \
103 linkarea.src \
104 conflictsdlg.src \
105 sharedocdlg.src \
106 protectiondlg.src \
107 retypepassdlg.src
109 LIB1TARGET = $(SLB)$/$(TARGET).lib
111 LIB1OBJFILES = \
112 $(SLO)$/autofmt.obj \
113 $(SLO)$/solvrdlg.obj \
114 $(SLO)$/optsolver.obj \
115 $(SLO)$/solveroptions.obj \
116 $(SLO)$/solverutil.obj \
117 $(SLO)$/tabopdlg.obj \
118 $(SLO)$/teamdlg.obj \
119 $(SLO)$/anyrefdg.obj \
120 $(SLO)$/crnrdlg.obj \
121 $(SLO)$/acredlin.obj \
122 $(SLO)$/highred.obj \
123 $(SLO)$/simpref.obj \
124 $(SLO)$/redcom.obj \
125 $(SLO)$/warnbox.obj \
126 $(SLO)$/conflictsdlg.obj \
127 $(SLO)$/sharedocdlg.obj \
128 $(SLO)$/scuiautofmt.obj \
129 $(SLO)$/strindlg.obj \
130 $(SLO)$/protectiondlg.obj \
131 $(SLO)$/retypepassdlg.obj
133 # --- Tagets -------------------------------------------------------
135 .INCLUDE : target.mk