xref: /AOO41X/main/sc/source/ui/miscdlgs/makefile.mk (revision 5979ef3c542ac870a02043decc543300c0ec3dfb)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
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.
14#
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).
20#
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.
25#
26#*************************************************************************
27
28PRJ=..$/..$/..
29
30PRJNAME=sc
31TARGET=miscdlgs
32LIBTARGET=no
33
34# --- Settings -----------------------------------------------------
35
36.INCLUDE :  scpre.mk
37.INCLUDE :  settings.mk
38.INCLUDE :  sc.mk
39.INCLUDE :  $(PRJ)$/util$/makefile.pmk
40
41# --- Files --------------------------------------------------------
42
43SLOFILES =  \
44    $(SLO)$/delcldlg.obj        \
45    $(SLO)$/inscldlg.obj        \
46    $(SLO)$/delcodlg.obj        \
47    $(SLO)$/inscodlg.obj        \
48    $(SLO)$/strindlg.obj        \
49    $(SLO)$/tabbgcolordlg.obj   \
50    $(SLO)$/mtrindlg.obj        \
51    $(SLO)$/lbseldlg.obj        \
52    $(SLO)$/filldlg.obj         \
53    $(SLO)$/autofmt.obj         \
54    $(SLO)$/solvrdlg.obj        \
55    $(SLO)$/optsolver.obj       \
56    $(SLO)$/solveroptions.obj   \
57    $(SLO)$/solverutil.obj      \
58    $(SLO)$/mvtabdlg.obj        \
59    $(SLO)$/groupdlg.obj        \
60    $(SLO)$/tabopdlg.obj        \
61    $(SLO)$/crdlg.obj           \
62    $(SLO)$/namecrea.obj        \
63    $(SLO)$/namepast.obj        \
64    $(SLO)$/textdlgs.obj        \
65    $(SLO)$/anyrefdg.obj        \
66    $(SLO)$/crnrdlg.obj         \
67    $(SLO)$/shtabdlg.obj        \
68    $(SLO)$/instbdlg.obj        \
69    $(SLO)$/acredlin.obj        \
70    $(SLO)$/highred.obj         \
71    $(SLO)$/simpref.obj         \
72    $(SLO)$/redcom.obj          \
73    $(SLO)$/linkarea.obj        \
74    $(SLO)$/warnbox.obj \
75    $(SLO)$/scuiautofmt.obj     \
76    $(SLO)$/conflictsdlg.obj    \
77    $(SLO)$/sharedocdlg.obj \
78    $(SLO)$/protectiondlg.obj \
79    $(SLO)$/retypepassdlg.obj
80
81EXCEPTIONSFILES = \
82    $(SLO)$/acredlin.obj        \
83    $(SLO)$/conflictsdlg.obj    \
84    $(SLO)$/sharedocdlg.obj     \
85    $(SLO)$/optsolver.obj       \
86    $(SLO)$/solveroptions.obj   \
87    $(SLO)$/crnrdlg.obj         \
88    $(SLO)$/solverutil.obj \
89    $(SLO)$/protectiondlg.obj \
90    $(SLO)$/retypepassdlg.obj
91
92SRS1NAME=$(TARGET)
93SRC1FILES = \
94    instbdlg.src                \
95    acredlin.src                \
96    highred.src                 \
97    linkarea.src                \
98    conflictsdlg.src            \
99    sharedocdlg.src \
100    protectiondlg.src \
101    retypepassdlg.src
102
103LIB1TARGET = $(SLB)$/$(TARGET).lib
104
105LIB1OBJFILES =  \
106    $(SLO)$/autofmt.obj         \
107    $(SLO)$/solvrdlg.obj        \
108    $(SLO)$/optsolver.obj       \
109    $(SLO)$/solveroptions.obj   \
110    $(SLO)$/solverutil.obj      \
111    $(SLO)$/tabopdlg.obj        \
112    $(SLO)$/anyrefdg.obj        \
113    $(SLO)$/crnrdlg.obj         \
114    $(SLO)$/acredlin.obj        \
115    $(SLO)$/highred.obj         \
116    $(SLO)$/simpref.obj         \
117    $(SLO)$/redcom.obj          \
118    $(SLO)$/warnbox.obj         \
119    $(SLO)$/conflictsdlg.obj    \
120    $(SLO)$/sharedocdlg.obj \
121    $(SLO)$/protectiondlg.obj \
122    $(SLO)$/retypepassdlg.obj
123
124# --- Tagets -------------------------------------------------------
125
126.INCLUDE :  target.mk
127
128