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