update dev300-m58
[ooovba.git] / dbaccess / source / ui / dlg / makefile.mk
blobceeac9f8cdc7d85f023faf79996ba0ae52e11b6b
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 ............................
58 SRS1NAME=$(TARGET)
59 SRC1FILES = \
60 AutoControls.src \
61 ConnectionPage.src \
62 UserAdmin.src \
63 directsql.src \
64 AdabasStat.src \
65 indexdialog.src \
66 RelationDlg.src \
67 adtabdlg.src \
68 dlgsave.src \
69 queryorder.src \
70 queryfilter.src \
71 paramdialog.src \
72 dsselect.src \
73 dbadmin.src \
74 dbadmin2.src \
75 dbadminsetup.src \
76 dbfindex.src \
77 dlgsize.src \
78 CollectionView.src \
79 dlgattr.src \
80 advancedsettings.src\
81 UserAdminDlg.src \
82 sqlmessage.src \
83 textconnectionsettings.src
86 # ... object files ............................
87 EXCEPTIONSFILES= \
88 $(SLO)$/directsql.obj \
89 $(SLO)$/dbwiz.obj \
90 $(SLO)$/dbwizsetup.obj \
91 $(SLO)$/generalpage.obj \
92 $(SLO)$/indexfieldscontrol.obj \
93 $(SLO)$/indexdialog.obj \
94 $(SLO)$/RelationDlg.obj \
95 $(SLO)$/adtabdlg.obj \
96 $(SLO)$/dlgsave.obj \
97 $(SLO)$/adminpages.obj \
98 $(SLO)$/queryorder.obj \
99 $(SLO)$/queryfilter.obj \
100 $(SLO)$/paramdialog.obj \
101 $(SLO)$/dbadmin.obj \
102 $(SLO)$/detailpages.obj \
103 $(SLO)$/sqlmessage.obj \
104 $(SLO)$/finteraction.obj \
105 $(SLO)$/ConnectionPage.obj \
106 $(SLO)$/ConnectionHelper.obj \
107 $(SLO)$/TextConnectionHelper.obj \
108 $(SLO)$/ConnectionPageSetup.obj \
109 $(SLO)$/DBSetupConnectionPages.obj \
110 $(SLO)$/UserAdminDlg.obj \
111 $(SLO)$/UserAdmin.obj \
112 $(SLO)$/AdabasStat.obj \
113 $(SLO)$/tablespage.obj \
114 $(SLO)$/DbAdminImpl.obj \
115 $(SLO)$/TablesSingleDlg.obj \
116 $(SLO)$/CollectionView.obj \
117 $(SLO)$/dsselect.obj \
118 $(SLO)$/dbfindex.obj \
119 $(SLO)$/DriverSettings.obj \
120 $(SLO)$/odbcconfig.obj \
121 $(SLO)$/advancedsettings.obj \
122 $(SLO)$/datasourceui.obj \
123 $(SLO)$/textconnectionsettings.obj
125 SLOFILES= \
126 $(EXCEPTIONSFILES) \
127 $(SLO)$/dlgsize.obj \
128 $(SLO)$/dlgattr.obj
130 .IF "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"==""
131 DISABLE_ADO=TRUE
132 .ENDIF # "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"==""
134 .IF "$(GUI)"=="WNT" && "$(DISABLE_ADO)"==""
135 SLOFILES+= $(SLO)$/adodatalinks.obj
136 .ENDIF
138 # --- Targets ----------------------------------
139 LOCALIZE_ME=AutoControls_tmpl.hrc
141 .INCLUDE : target.mk
143 $(SLO)$/ConnectionHelper.obj : $(LOCALIZE_ME_DEST)
145 $(SLO)$/ConnectionPageSetup.obj : $(LOCALIZE_ME_DEST)
147 $(SLO)$/DBSetupConnectionPages.obj : $(LOCALIZE_ME_DEST)
149 $(SLO)$/TextConnectionHelper.obj : $(LOCALIZE_ME_DEST)
151 $(SLO)$/detailpages.obj : $(LOCALIZE_ME_DEST)
153 $(SLO)$/tablespage.obj : $(LOCALIZE_ME_DEST)
155 $(SLO)$/ConnectionPage.obj : $(LOCALIZE_ME_DEST)