xref: /aoo4110/main/sc/source/ui/dbgui/makefile.mk (revision b1cdbd2c)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24PRJ=..$/..$/..
25
26PRJNAME=sc
27TARGET=dbgui
28LIBTARGET=no
29
30# --- Settings -----------------------------------------------------
31
32.INCLUDE :  scpre.mk
33.INCLUDE :  settings.mk
34.INCLUDE :  sc.mk
35.INCLUDE :  $(PRJ)$/util$/makefile.pmk
36
37# --- Files --------------------------------------------------------
38
39SLOFILES =	\
40	$(SLO)$/sortdlg.obj		\
41	$(SLO)$/tpsort.obj		\
42	$(SLO)$/filtdlg.obj		\
43    $(SLO)$/sfiltdlg.obj	\
44    $(SLO)$/foptmgr.obj		\
45    $(SLO)$/pfiltdlg.obj	\
46    $(SLO)$/dbnamdlg.obj	\
47	$(SLO)$/expftext.obj	\
48    $(SLO)$/textimportoptions.obj \
49    $(SLO)$/subtdlg.obj		\
50    $(SLO)$/tpsubt.obj		\
51    $(SLO)$/fieldwnd.obj	\
52    $(SLO)$/pvlaydlg.obj	\
53    $(SLO)$/pvfundlg.obj	\
54    $(SLO)$/dpgroupdlg.obj	\
55    $(SLO)$/dapitype.obj	\
56    $(SLO)$/dapidata.obj	\
57    $(SLO)$/consdlg.obj		\
58    $(SLO)$/scendlg.obj		\
59    $(SLO)$/imoptdlg.obj	\
60	$(SLO)$/validate.obj	\
61	$(SLO)$/csvsplits.obj	\
62	$(SLO)$/csvcontrol.obj	\
63	$(SLO)$/csvruler.obj	\
64	$(SLO)$/csvgrid.obj		\
65	$(SLO)$/csvtablebox.obj	\
66    $(SLO)$/asciiopt.obj	\
67    $(SLO)$/scuiasciiopt.obj	\
68     $(SLO)$/scuiimoptdlg.obj
69
70EXCEPTIONSFILES= \
71    $(SLO)$/csvgrid.obj \
72    $(SLO)$/csvruler.obj \
73    $(SLO)$/csvsplits.obj \
74    $(SLO)$/csvtablebox.obj \
75    $(SLO)$/fieldwnd.obj \
76	$(SLO)$/pvfundlg.obj	\
77	$(SLO)$/pvlaydlg.obj	\
78	$(SLO)$/dapidata.obj	\
79	$(SLO)$/validate.obj
80
81SRS1NAME=$(TARGET)
82SRC1FILES =  \
83	textimportoptions.src		\
84        pivot.src		\
85        pvfundlg.src	\
86        dpgroupdlg.src	\
87        dapitype.src	\
88        consdlg.src		\
89        scendlg.src     \
90        imoptdlg.src    \
91        validate.src    \
92        asciiopt.src    \
93        outline.src
94
95LIB1TARGET = $(SLB)$/$(TARGET).lib
96
97LIB1OBJFILES =  \
98	$(SLO)$/filtdlg.obj		\
99    $(SLO)$/sfiltdlg.obj	\
100    $(SLO)$/foptmgr.obj		\
101	$(SLO)$/dbnamdlg.obj	\
102	$(SLO)$/expftext.obj	\
103	$(SLO)$/fieldwnd.obj	\
104    $(SLO)$/pvlaydlg.obj	\
105    $(SLO)$/consdlg.obj		\
106    $(SLO)$/imoptdlg.obj	\
107	$(SLO)$/csvsplits.obj	\
108	$(SLO)$/csvcontrol.obj	\
109	$(SLO)$/csvruler.obj	\
110	$(SLO)$/csvgrid.obj		\
111	$(SLO)$/csvtablebox.obj	\
112    $(SLO)$/asciiopt.obj
113
114# --- Tagets -------------------------------------------------------
115
116.INCLUDE :  target.mk
117
118
119