xref: /aoo41x/main/dbaccess/source/ui/dlg/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=..$/..$/..
25cdf0e10cSrcweirPRJINC=$(PRJ)$/source
26cdf0e10cSrcweirPRJNAME=dbaccess
27cdf0e10cSrcweirTARGET=uidlg
28cdf0e10cSrcweir
29cdf0e10cSrcweir# --- Settings ----------------------------------
30cdf0e10cSrcweir
31cdf0e10cSrcweir.INCLUDE : settings.mk
32cdf0e10cSrcweir.INCLUDE : $(PRJ)$/util$/makefile.pmk
33cdf0e10cSrcweir
34cdf0e10cSrcweir.IF "$(SYSTEM_ODBC_HEADERS)" == "YES"
35cdf0e10cSrcweirCFLAGS+=-DSYSTEM_ODBC_HEADERS
36cdf0e10cSrcweir.ENDIF
37cdf0e10cSrcweir
38cdf0e10cSrcweir.IF "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"==""
39cdf0e10cSrcweirCDEFS+=-DWINDOWS_VISTA_PSDK
40cdf0e10cSrcweir.ENDIF
41cdf0e10cSrcweir
42cdf0e10cSrcweir.IF "$(GUI)$(COM)"=="WNTGCC" # for adoint.h
43cdf0e10cSrcweirCFLAGS+=-fpermissive
44cdf0e10cSrcweir.ENDIF
45cdf0e10cSrcweir
46cdf0e10cSrcweir# --- Files -------------------------------------
47cdf0e10cSrcweir
48cdf0e10cSrcweir# ... resource files ............................
49cdf0e10cSrcweir
50cdf0e10cSrcweir
51cdf0e10cSrcweirLOCALIZE_ME=AutoControls_tmpl.hrc
52cdf0e10cSrcweir
53cdf0e10cSrcweirSRS1NAME=$(TARGET)
54cdf0e10cSrcweirSRC1FILES =	\
55cdf0e10cSrcweir		AutoControls.src	\
56cdf0e10cSrcweir		ConnectionPage.src	\
57cdf0e10cSrcweir		UserAdmin.src		\
58cdf0e10cSrcweir		admincontrols.src   \
59cdf0e10cSrcweir		directsql.src		\
60cdf0e10cSrcweir		AdabasStat.src		\
61cdf0e10cSrcweir		indexdialog.src		\
62cdf0e10cSrcweir		RelationDlg.src		\
63cdf0e10cSrcweir		adtabdlg.src		\
64cdf0e10cSrcweir		dlgsave.src			\
65cdf0e10cSrcweir		queryorder.src		\
66cdf0e10cSrcweir		queryfilter.src		\
67cdf0e10cSrcweir		paramdialog.src		\
68cdf0e10cSrcweir		dsselect.src		\
69cdf0e10cSrcweir		dbadmin.src			\
70cdf0e10cSrcweir		dbadmin2.src    	\
71cdf0e10cSrcweir		dbadminsetup.src	\
72cdf0e10cSrcweir		dbfindex.src		\
73cdf0e10cSrcweir		dlgsize.src			\
74cdf0e10cSrcweir		CollectionView.src	\
75cdf0e10cSrcweir		dlgattr.src			\
76cdf0e10cSrcweir		advancedsettings.src\
77cdf0e10cSrcweir		UserAdminDlg.src	\
78cdf0e10cSrcweir		sqlmessage.src      \
79cdf0e10cSrcweir		textconnectionsettings.src
80cdf0e10cSrcweir
81cdf0e10cSrcweir
82cdf0e10cSrcweir# ... object files ............................
83cdf0e10cSrcweirEXCEPTIONSFILES=						\
84cdf0e10cSrcweir		$(SLO)$/directsql.obj			\
85cdf0e10cSrcweir		$(SLO)$/dbwiz.obj				\
86cdf0e10cSrcweir		$(SLO)$/dbwizsetup.obj				\
87cdf0e10cSrcweir		$(SLO)$/generalpage.obj			\
88cdf0e10cSrcweir		$(SLO)$/indexfieldscontrol.obj	\
89cdf0e10cSrcweir		$(SLO)$/indexdialog.obj			\
90cdf0e10cSrcweir		$(SLO)$/RelationDlg.obj			\
91cdf0e10cSrcweir		$(SLO)$/adtabdlg.obj			\
92cdf0e10cSrcweir		$(SLO)$/dlgsave.obj				\
93cdf0e10cSrcweir		$(SLO)$/admincontrols.obj       \
94cdf0e10cSrcweir		$(SLO)$/adminpages.obj			\
95cdf0e10cSrcweir		$(SLO)$/queryorder.obj			\
96cdf0e10cSrcweir		$(SLO)$/queryfilter.obj			\
97cdf0e10cSrcweir		$(SLO)$/paramdialog.obj			\
98cdf0e10cSrcweir		$(SLO)$/dbadmin.obj				\
99cdf0e10cSrcweir		$(SLO)$/detailpages.obj			\
100cdf0e10cSrcweir		$(SLO)$/sqlmessage.obj			\
101cdf0e10cSrcweir		$(SLO)$/finteraction.obj		\
102cdf0e10cSrcweir		$(SLO)$/ConnectionPage.obj		\
103cdf0e10cSrcweir		$(SLO)$/ConnectionHelper.obj	\
104cdf0e10cSrcweir		$(SLO)$/TextConnectionHelper.obj	\
105cdf0e10cSrcweir		$(SLO)$/ConnectionPageSetup.obj	\
106cdf0e10cSrcweir		$(SLO)$/DBSetupConnectionPages.obj 	\
107cdf0e10cSrcweir		$(SLO)$/UserAdminDlg.obj		\
108cdf0e10cSrcweir		$(SLO)$/UserAdmin.obj			\
109cdf0e10cSrcweir		$(SLO)$/AdabasStat.obj			\
110cdf0e10cSrcweir		$(SLO)$/tablespage.obj			\
111cdf0e10cSrcweir		$(SLO)$/DbAdminImpl.obj			\
112cdf0e10cSrcweir		$(SLO)$/TablesSingleDlg.obj		\
113cdf0e10cSrcweir		$(SLO)$/CollectionView.obj		\
114cdf0e10cSrcweir		$(SLO)$/dsselect.obj			\
115cdf0e10cSrcweir		$(SLO)$/dbfindex.obj            \
116cdf0e10cSrcweir		$(SLO)$/DriverSettings.obj      \
117cdf0e10cSrcweir		$(SLO)$/odbcconfig.obj          \
118cdf0e10cSrcweir		$(SLO)$/advancedsettings.obj    \
119cdf0e10cSrcweir		$(SLO)$/textconnectionsettings.obj
120cdf0e10cSrcweir
121cdf0e10cSrcweirSLOFILES=								\
122cdf0e10cSrcweir		$(EXCEPTIONSFILES)				\
123cdf0e10cSrcweir		$(SLO)$/dlgsize.obj				\
124cdf0e10cSrcweir		$(SLO)$/dlgattr.obj             \
125cdf0e10cSrcweir		$(SLO)$/optionalboolitem.obj
126cdf0e10cSrcweir
127cdf0e10cSrcweir.IF "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"==""
128cdf0e10cSrcweirDISABLE_ADO=TRUE
129cdf0e10cSrcweir.ENDIF # "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"==""
130cdf0e10cSrcweir
131cdf0e10cSrcweir.IF "$(GUI)"=="WNT" && "$(DISABLE_ADO)"==""
132cdf0e10cSrcweirSLOFILES+=		$(SLO)$/adodatalinks.obj
133cdf0e10cSrcweir.ENDIF
134cdf0e10cSrcweir
135cdf0e10cSrcweir# --- Targets ----------------------------------
136cdf0e10cSrcweir.INCLUDE : target.mk
137cdf0e10cSrcweir
138cdf0e10cSrcweir$(SLO)$/ConnectionHelper.obj : $(LOCALIZE_ME_DEST)
139cdf0e10cSrcweir
140cdf0e10cSrcweir$(SLO)$/ConnectionPageSetup.obj : $(LOCALIZE_ME_DEST)
141cdf0e10cSrcweir
142cdf0e10cSrcweir$(SLO)$/DBSetupConnectionPages.obj : $(LOCALIZE_ME_DEST)
143cdf0e10cSrcweir
144cdf0e10cSrcweir$(SLO)$/TextConnectionHelper.obj : $(LOCALIZE_ME_DEST)
145cdf0e10cSrcweir
146cdf0e10cSrcweir$(SLO)$/detailpages.obj : $(LOCALIZE_ME_DEST)
147cdf0e10cSrcweir
148cdf0e10cSrcweir$(SLO)$/tablespage.obj : $(LOCALIZE_ME_DEST)
149cdf0e10cSrcweir
150cdf0e10cSrcweir$(SLO)$/ConnectionPage.obj : $(LOCALIZE_ME_DEST)
151