Update ooo320-m1
[ooovba.git] / dbaccess / source / ui / dlg / makefile.mk
blobca2098778f060764b75584deb66e6c5b5e8ab765
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.44 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..$/..$/..
33 PRJINC=$(PRJ)$/source
34 PRJNAME=dbaccess
35 TARGET=uidlg
37 # --- Settings ----------------------------------
39 .INCLUDE : settings.mk
40 .INCLUDE : $(PRJ)$/util$/makefile.pmk
42 .IF "$(SYSTEM_ODBC_HEADERS)" == "YES"
43 CFLAGS+=-DSYSTEM_ODBC_HEADERS
44 .ENDIF
46 .IF "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"==""
47 CDEFS+=-DWINDOWS_VISTA_PSDK
48 .ENDIF
50 .IF "$(GUI)$(COM)"=="WNTGCC" # for adoint.h
51 CFLAGS+=-fpermissive
52 .ENDIF
54 # --- Files -------------------------------------
56 # ... resource files ............................
59 LOCALIZE_ME=AutoControls_tmpl.hrc
61 SRS1NAME=$(TARGET)
62 SRC1FILES = \
63 AutoControls.src \
64 ConnectionPage.src \
65 UserAdmin.src \
66 admincontrols.src \
67 directsql.src \
68 AdabasStat.src \
69 indexdialog.src \
70 RelationDlg.src \
71 adtabdlg.src \
72 dlgsave.src \
73 queryorder.src \
74 queryfilter.src \
75 paramdialog.src \
76 dsselect.src \
77 dbadmin.src \
78 dbadmin2.src \
79 dbadminsetup.src \
80 dbfindex.src \
81 dlgsize.src \
82 CollectionView.src \
83 dlgattr.src \
84 advancedsettings.src\
85 UserAdminDlg.src \
86 sqlmessage.src \
87 textconnectionsettings.src
90 # ... object files ............................
91 EXCEPTIONSFILES= \
92 $(SLO)$/directsql.obj \
93 $(SLO)$/dbwiz.obj \
94 $(SLO)$/dbwizsetup.obj \
95 $(SLO)$/generalpage.obj \
96 $(SLO)$/indexfieldscontrol.obj \
97 $(SLO)$/indexdialog.obj \
98 $(SLO)$/RelationDlg.obj \
99 $(SLO)$/adtabdlg.obj \
100 $(SLO)$/dlgsave.obj \
101 $(SLO)$/admincontrols.obj \
102 $(SLO)$/adminpages.obj \
103 $(SLO)$/queryorder.obj \
104 $(SLO)$/queryfilter.obj \
105 $(SLO)$/paramdialog.obj \
106 $(SLO)$/dbadmin.obj \
107 $(SLO)$/detailpages.obj \
108 $(SLO)$/sqlmessage.obj \
109 $(SLO)$/finteraction.obj \
110 $(SLO)$/ConnectionPage.obj \
111 $(SLO)$/ConnectionHelper.obj \
112 $(SLO)$/TextConnectionHelper.obj \
113 $(SLO)$/ConnectionPageSetup.obj \
114 $(SLO)$/DBSetupConnectionPages.obj \
115 $(SLO)$/UserAdminDlg.obj \
116 $(SLO)$/UserAdmin.obj \
117 $(SLO)$/AdabasStat.obj \
118 $(SLO)$/tablespage.obj \
119 $(SLO)$/DbAdminImpl.obj \
120 $(SLO)$/TablesSingleDlg.obj \
121 $(SLO)$/CollectionView.obj \
122 $(SLO)$/dsselect.obj \
123 $(SLO)$/dbfindex.obj \
124 $(SLO)$/DriverSettings.obj \
125 $(SLO)$/odbcconfig.obj \
126 $(SLO)$/advancedsettings.obj \
127 $(SLO)$/datasourceui.obj \
128 $(SLO)$/textconnectionsettings.obj
130 SLOFILES= \
131 $(EXCEPTIONSFILES) \
132 $(SLO)$/dlgsize.obj \
133 $(SLO)$/dlgattr.obj
135 .IF "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"==""
136 DISABLE_ADO=TRUE
137 .ENDIF # "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"==""
139 .IF "$(GUI)"=="WNT" && "$(DISABLE_ADO)"==""
140 SLOFILES+= $(SLO)$/adodatalinks.obj
141 .ENDIF
143 # --- Targets ----------------------------------
144 #LOCALIZE_ME=AutoControls_tmpl.hrc
146 .INCLUDE : target.mk
148 $(SLO)$/ConnectionHelper.obj : $(LOCALIZE_ME_DEST)
150 $(SLO)$/ConnectionPageSetup.obj : $(LOCALIZE_ME_DEST)
152 $(SLO)$/DBSetupConnectionPages.obj : $(LOCALIZE_ME_DEST)
154 $(SLO)$/TextConnectionHelper.obj : $(LOCALIZE_ME_DEST)
156 $(SLO)$/detailpages.obj : $(LOCALIZE_ME_DEST)
158 $(SLO)$/tablespage.obj : $(LOCALIZE_ME_DEST)
160 $(SLO)$/ConnectionPage.obj : $(LOCALIZE_ME_DEST)