1*cdf0e10cSrcweir#************************************************************************* 2*cdf0e10cSrcweir# 3*cdf0e10cSrcweir# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4*cdf0e10cSrcweir# 5*cdf0e10cSrcweir# Copyright 2000, 2010 Oracle and/or its affiliates. 6*cdf0e10cSrcweir# 7*cdf0e10cSrcweir# OpenOffice.org - a multi-platform office productivity suite 8*cdf0e10cSrcweir# 9*cdf0e10cSrcweir# This file is part of OpenOffice.org. 10*cdf0e10cSrcweir# 11*cdf0e10cSrcweir# OpenOffice.org is free software: you can redistribute it and/or modify 12*cdf0e10cSrcweir# it under the terms of the GNU Lesser General Public License version 3 13*cdf0e10cSrcweir# only, as published by the Free Software Foundation. 14*cdf0e10cSrcweir# 15*cdf0e10cSrcweir# OpenOffice.org is distributed in the hope that it will be useful, 16*cdf0e10cSrcweir# but WITHOUT ANY WARRANTY; without even the implied warranty of 17*cdf0e10cSrcweir# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18*cdf0e10cSrcweir# GNU Lesser General Public License version 3 for more details 19*cdf0e10cSrcweir# (a copy is included in the LICENSE file that accompanied this code). 20*cdf0e10cSrcweir# 21*cdf0e10cSrcweir# You should have received a copy of the GNU Lesser General Public License 22*cdf0e10cSrcweir# version 3 along with OpenOffice.org. If not, see 23*cdf0e10cSrcweir# <http://www.openoffice.org/license.html> 24*cdf0e10cSrcweir# for a copy of the LGPLv3 License. 25*cdf0e10cSrcweir# 26*cdf0e10cSrcweir#************************************************************************* 27*cdf0e10cSrcweir 28*cdf0e10cSrcweirPRJ=..$/..$/.. 29*cdf0e10cSrcweirPRJINC=$(PRJ)$/source 30*cdf0e10cSrcweirPRJNAME=dbaccess 31*cdf0e10cSrcweirTARGET=uidlg 32*cdf0e10cSrcweir 33*cdf0e10cSrcweir# --- Settings ---------------------------------- 34*cdf0e10cSrcweir 35*cdf0e10cSrcweir.INCLUDE : settings.mk 36*cdf0e10cSrcweir.INCLUDE : $(PRJ)$/util$/makefile.pmk 37*cdf0e10cSrcweir 38*cdf0e10cSrcweir.IF "$(SYSTEM_ODBC_HEADERS)" == "YES" 39*cdf0e10cSrcweirCFLAGS+=-DSYSTEM_ODBC_HEADERS 40*cdf0e10cSrcweir.ENDIF 41*cdf0e10cSrcweir 42*cdf0e10cSrcweir.IF "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"=="" 43*cdf0e10cSrcweirCDEFS+=-DWINDOWS_VISTA_PSDK 44*cdf0e10cSrcweir.ENDIF 45*cdf0e10cSrcweir 46*cdf0e10cSrcweir.IF "$(GUI)$(COM)"=="WNTGCC" # for adoint.h 47*cdf0e10cSrcweirCFLAGS+=-fpermissive 48*cdf0e10cSrcweir.ENDIF 49*cdf0e10cSrcweir 50*cdf0e10cSrcweir# --- Files ------------------------------------- 51*cdf0e10cSrcweir 52*cdf0e10cSrcweir# ... resource files ............................ 53*cdf0e10cSrcweir 54*cdf0e10cSrcweir 55*cdf0e10cSrcweirLOCALIZE_ME=AutoControls_tmpl.hrc 56*cdf0e10cSrcweir 57*cdf0e10cSrcweirSRS1NAME=$(TARGET) 58*cdf0e10cSrcweirSRC1FILES = \ 59*cdf0e10cSrcweir AutoControls.src \ 60*cdf0e10cSrcweir ConnectionPage.src \ 61*cdf0e10cSrcweir UserAdmin.src \ 62*cdf0e10cSrcweir admincontrols.src \ 63*cdf0e10cSrcweir directsql.src \ 64*cdf0e10cSrcweir AdabasStat.src \ 65*cdf0e10cSrcweir indexdialog.src \ 66*cdf0e10cSrcweir RelationDlg.src \ 67*cdf0e10cSrcweir adtabdlg.src \ 68*cdf0e10cSrcweir dlgsave.src \ 69*cdf0e10cSrcweir queryorder.src \ 70*cdf0e10cSrcweir queryfilter.src \ 71*cdf0e10cSrcweir paramdialog.src \ 72*cdf0e10cSrcweir dsselect.src \ 73*cdf0e10cSrcweir dbadmin.src \ 74*cdf0e10cSrcweir dbadmin2.src \ 75*cdf0e10cSrcweir dbadminsetup.src \ 76*cdf0e10cSrcweir dbfindex.src \ 77*cdf0e10cSrcweir dlgsize.src \ 78*cdf0e10cSrcweir CollectionView.src \ 79*cdf0e10cSrcweir dlgattr.src \ 80*cdf0e10cSrcweir advancedsettings.src\ 81*cdf0e10cSrcweir UserAdminDlg.src \ 82*cdf0e10cSrcweir sqlmessage.src \ 83*cdf0e10cSrcweir textconnectionsettings.src 84*cdf0e10cSrcweir 85*cdf0e10cSrcweir 86*cdf0e10cSrcweir# ... object files ............................ 87*cdf0e10cSrcweirEXCEPTIONSFILES= \ 88*cdf0e10cSrcweir $(SLO)$/directsql.obj \ 89*cdf0e10cSrcweir $(SLO)$/dbwiz.obj \ 90*cdf0e10cSrcweir $(SLO)$/dbwizsetup.obj \ 91*cdf0e10cSrcweir $(SLO)$/generalpage.obj \ 92*cdf0e10cSrcweir $(SLO)$/indexfieldscontrol.obj \ 93*cdf0e10cSrcweir $(SLO)$/indexdialog.obj \ 94*cdf0e10cSrcweir $(SLO)$/RelationDlg.obj \ 95*cdf0e10cSrcweir $(SLO)$/adtabdlg.obj \ 96*cdf0e10cSrcweir $(SLO)$/dlgsave.obj \ 97*cdf0e10cSrcweir $(SLO)$/admincontrols.obj \ 98*cdf0e10cSrcweir $(SLO)$/adminpages.obj \ 99*cdf0e10cSrcweir $(SLO)$/queryorder.obj \ 100*cdf0e10cSrcweir $(SLO)$/queryfilter.obj \ 101*cdf0e10cSrcweir $(SLO)$/paramdialog.obj \ 102*cdf0e10cSrcweir $(SLO)$/dbadmin.obj \ 103*cdf0e10cSrcweir $(SLO)$/detailpages.obj \ 104*cdf0e10cSrcweir $(SLO)$/sqlmessage.obj \ 105*cdf0e10cSrcweir $(SLO)$/finteraction.obj \ 106*cdf0e10cSrcweir $(SLO)$/ConnectionPage.obj \ 107*cdf0e10cSrcweir $(SLO)$/ConnectionHelper.obj \ 108*cdf0e10cSrcweir $(SLO)$/TextConnectionHelper.obj \ 109*cdf0e10cSrcweir $(SLO)$/ConnectionPageSetup.obj \ 110*cdf0e10cSrcweir $(SLO)$/DBSetupConnectionPages.obj \ 111*cdf0e10cSrcweir $(SLO)$/UserAdminDlg.obj \ 112*cdf0e10cSrcweir $(SLO)$/UserAdmin.obj \ 113*cdf0e10cSrcweir $(SLO)$/AdabasStat.obj \ 114*cdf0e10cSrcweir $(SLO)$/tablespage.obj \ 115*cdf0e10cSrcweir $(SLO)$/DbAdminImpl.obj \ 116*cdf0e10cSrcweir $(SLO)$/TablesSingleDlg.obj \ 117*cdf0e10cSrcweir $(SLO)$/CollectionView.obj \ 118*cdf0e10cSrcweir $(SLO)$/dsselect.obj \ 119*cdf0e10cSrcweir $(SLO)$/dbfindex.obj \ 120*cdf0e10cSrcweir $(SLO)$/DriverSettings.obj \ 121*cdf0e10cSrcweir $(SLO)$/odbcconfig.obj \ 122*cdf0e10cSrcweir $(SLO)$/advancedsettings.obj \ 123*cdf0e10cSrcweir $(SLO)$/textconnectionsettings.obj 124*cdf0e10cSrcweir 125*cdf0e10cSrcweirSLOFILES= \ 126*cdf0e10cSrcweir $(EXCEPTIONSFILES) \ 127*cdf0e10cSrcweir $(SLO)$/dlgsize.obj \ 128*cdf0e10cSrcweir $(SLO)$/dlgattr.obj \ 129*cdf0e10cSrcweir $(SLO)$/optionalboolitem.obj 130*cdf0e10cSrcweir 131*cdf0e10cSrcweir.IF "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"=="" 132*cdf0e10cSrcweirDISABLE_ADO=TRUE 133*cdf0e10cSrcweir.ENDIF # "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"=="" 134*cdf0e10cSrcweir 135*cdf0e10cSrcweir.IF "$(GUI)"=="WNT" && "$(DISABLE_ADO)"=="" 136*cdf0e10cSrcweirSLOFILES+= $(SLO)$/adodatalinks.obj 137*cdf0e10cSrcweir.ENDIF 138*cdf0e10cSrcweir 139*cdf0e10cSrcweir# --- Targets ---------------------------------- 140*cdf0e10cSrcweir.INCLUDE : target.mk 141*cdf0e10cSrcweir 142*cdf0e10cSrcweir$(SLO)$/ConnectionHelper.obj : $(LOCALIZE_ME_DEST) 143*cdf0e10cSrcweir 144*cdf0e10cSrcweir$(SLO)$/ConnectionPageSetup.obj : $(LOCALIZE_ME_DEST) 145*cdf0e10cSrcweir 146*cdf0e10cSrcweir$(SLO)$/DBSetupConnectionPages.obj : $(LOCALIZE_ME_DEST) 147*cdf0e10cSrcweir 148*cdf0e10cSrcweir$(SLO)$/TextConnectionHelper.obj : $(LOCALIZE_ME_DEST) 149*cdf0e10cSrcweir 150*cdf0e10cSrcweir$(SLO)$/detailpages.obj : $(LOCALIZE_ME_DEST) 151*cdf0e10cSrcweir 152*cdf0e10cSrcweir$(SLO)$/tablespage.obj : $(LOCALIZE_ME_DEST) 153*cdf0e10cSrcweir 154*cdf0e10cSrcweir$(SLO)$/ConnectionPage.obj : $(LOCALIZE_ME_DEST) 155