xref: /AOO41X/main/sc/source/ui/dbgui/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=dbgui
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)$/sortdlg.obj     \
45    $(SLO)$/tpsort.obj      \
46    $(SLO)$/filtdlg.obj     \
47    $(SLO)$/sfiltdlg.obj    \
48    $(SLO)$/foptmgr.obj     \
49    $(SLO)$/pfiltdlg.obj    \
50    $(SLO)$/dbnamdlg.obj    \
51    $(SLO)$/expftext.obj    \
52    $(SLO)$/textimportoptions.obj \
53    $(SLO)$/subtdlg.obj     \
54    $(SLO)$/tpsubt.obj      \
55    $(SLO)$/fieldwnd.obj    \
56    $(SLO)$/pvlaydlg.obj    \
57    $(SLO)$/pvfundlg.obj    \
58    $(SLO)$/dpgroupdlg.obj  \
59    $(SLO)$/dapitype.obj    \
60    $(SLO)$/dapidata.obj    \
61    $(SLO)$/consdlg.obj     \
62    $(SLO)$/scendlg.obj     \
63    $(SLO)$/imoptdlg.obj    \
64    $(SLO)$/validate.obj    \
65    $(SLO)$/csvsplits.obj   \
66    $(SLO)$/csvcontrol.obj  \
67    $(SLO)$/csvruler.obj    \
68    $(SLO)$/csvgrid.obj     \
69    $(SLO)$/csvtablebox.obj \
70    $(SLO)$/asciiopt.obj    \
71    $(SLO)$/scuiasciiopt.obj    \
72     $(SLO)$/scuiimoptdlg.obj
73
74EXCEPTIONSFILES= \
75    $(SLO)$/csvgrid.obj \
76    $(SLO)$/csvruler.obj \
77    $(SLO)$/csvsplits.obj \
78    $(SLO)$/csvtablebox.obj \
79    $(SLO)$/fieldwnd.obj \
80    $(SLO)$/pvfundlg.obj    \
81    $(SLO)$/pvlaydlg.obj    \
82    $(SLO)$/dapidata.obj    \
83    $(SLO)$/validate.obj
84
85SRS1NAME=$(TARGET)
86SRC1FILES =  \
87    textimportoptions.src       \
88        pivot.src       \
89        pvfundlg.src    \
90        dpgroupdlg.src  \
91        dapitype.src    \
92        consdlg.src     \
93        scendlg.src     \
94        imoptdlg.src    \
95        validate.src    \
96        asciiopt.src    \
97        outline.src
98
99LIB1TARGET = $(SLB)$/$(TARGET).lib
100
101LIB1OBJFILES =  \
102    $(SLO)$/filtdlg.obj     \
103    $(SLO)$/sfiltdlg.obj    \
104    $(SLO)$/foptmgr.obj     \
105    $(SLO)$/dbnamdlg.obj    \
106    $(SLO)$/expftext.obj    \
107    $(SLO)$/fieldwnd.obj    \
108    $(SLO)$/pvlaydlg.obj    \
109    $(SLO)$/consdlg.obj     \
110    $(SLO)$/imoptdlg.obj    \
111    $(SLO)$/csvsplits.obj   \
112    $(SLO)$/csvcontrol.obj  \
113    $(SLO)$/csvruler.obj    \
114    $(SLO)$/csvgrid.obj     \
115    $(SLO)$/csvtablebox.obj \
116    $(SLO)$/asciiopt.obj
117
118# --- Tagets -------------------------------------------------------
119
120.INCLUDE :  target.mk
121
122
123