diff options
author | David Tardon <dtardon@redhat.com> | 2011-04-18 14:46:56 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-04-19 06:13:10 +0200 |
commit | d9d7e9447495a47fa00e524c5c4ec58ae48e95b9 (patch) | |
tree | 2c3f22995972d4a4d6a787e205a9b01756ee04c5 /dbaccess/source/ui | |
parent | d8a2cbce693b68de5ae4a83b0698ae77eb96712a (diff) |
gbuildize dbaccess
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/app/makefile.mk | 69 | ||||
-rw-r--r-- | dbaccess/source/ui/browser/makefile.mk | 71 | ||||
-rw-r--r-- | dbaccess/source/ui/control/makefile.mk | 78 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/makefile.mk | 154 | ||||
-rw-r--r-- | dbaccess/source/ui/imagelists/makefile.mk | 49 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/makefile.mk | 43 | ||||
-rw-r--r-- | dbaccess/source/ui/misc/makefile.mk | 88 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/makefile.mk | 89 | ||||
-rw-r--r-- | dbaccess/source/ui/relationdesign/makefile.mk | 58 | ||||
-rw-r--r-- | dbaccess/source/ui/tabledesign/makefile.mk | 65 | ||||
-rw-r--r-- | dbaccess/source/ui/uno/makefile.mk | 76 |
11 files changed, 0 insertions, 840 deletions
diff --git a/dbaccess/source/ui/app/makefile.mk b/dbaccess/source/ui/app/makefile.mk deleted file mode 100644 index 658456f4135b..000000000000 --- a/dbaccess/source/ui/app/makefile.mk +++ /dev/null @@ -1,69 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. -PRJINC=$(PRJ)$/source -PRJNAME=dbaccess -TARGET=app - -# BMP_IN=$(PRJ)$/res - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk -# IMGLST_SRS=$(SRS)$/$(TARGET).srs -# --- Files -------------------------------------------------------- - -EXCEPTIONSFILES=\ - $(SLO)$/AppController.obj \ - $(SLO)$/AppControllerDnD.obj \ - $(SLO)$/AppControllerGen.obj \ - $(SLO)$/AppDetailPageHelper.obj \ - $(SLO)$/AppDetailView.obj \ - $(SLO)$/AppIconControl.obj \ - $(SLO)$/AppSwapWindow.obj \ - $(SLO)$/AppTitleWindow.obj \ - $(SLO)$/AppView.obj \ - $(SLO)$/subcomponentmanager.obj - - -SLOFILES =\ - $(EXCEPTIONSFILES) - -SRS1NAME=$(TARGET) -SRC1FILES = app.src - - -# --- Targets ------------------------------------------------------- - - -.INCLUDE : target.mk - -$(SRS)$/$(TARGET).srs: $(SOLARINCDIR)$/svx$/globlmn.hrc - - diff --git a/dbaccess/source/ui/browser/makefile.mk b/dbaccess/source/ui/browser/makefile.mk deleted file mode 100644 index 4d0cbc8f8517..000000000000 --- a/dbaccess/source/ui/browser/makefile.mk +++ /dev/null @@ -1,71 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. -PRJINC=$(PRJ)$/source -PRJNAME=dbaccess -TARGET=browser - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk -# --- Files -------------------------------------------------------- - -EXCEPTIONSFILES=\ - $(SLO)$/AsyncronousLink.obj \ - $(SLO)$/brwctrlr.obj \ - $(SLO)$/brwview.obj \ - $(SLO)$/dataview.obj \ - $(SLO)$/dbexchange.obj \ - $(SLO)$/dbloader.obj \ - $(SLO)$/dbtreemodel.obj \ - $(SLO)$/dbtreeview.obj \ - $(SLO)$/dsEntriesNoExp.obj \ - $(SLO)$/dsbrowserDnD.obj \ - $(SLO)$/exsrcbrw.obj \ - $(SLO)$/formadapter.obj \ - $(SLO)$/genericcontroller.obj \ - $(SLO)$/sbagrid.obj \ - $(SLO)$/sbamultiplex.obj \ - $(SLO)$/unodatbr.obj - -SLOFILES =\ - $(EXCEPTIONSFILES) - -SRS1NAME=$(TARGET) -SRC1FILES = sbabrw.src \ - sbagrid.src - -# --- Targets ------------------------------------------------------- - - -.INCLUDE : target.mk - -$(SRS)$/$(TARGET).srs: $(SOLARINCDIR)$/svx$/globlmn.hrc - - diff --git a/dbaccess/source/ui/control/makefile.mk b/dbaccess/source/ui/control/makefile.mk deleted file mode 100644 index 913a4752e544..000000000000 --- a/dbaccess/source/ui/control/makefile.mk +++ /dev/null @@ -1,78 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. -PRJINC=$(PRJ)$/source -PRJNAME=dbaccess -TARGET=uicontrols - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files ------------------------------------- - -# ... resource files ............................ - -SRS1NAME=$(TARGET) -SRC1FILES = \ - TableGrantCtrl.src \ - undosqledit.src \ - tabletree.src - -# ... exception files ......................... - -EXCEPTIONSFILES=\ - $(SLO)$/ColumnControlWindow.obj \ - $(SLO)$/FieldDescControl.obj \ - $(SLO)$/RelationControl.obj \ - $(SLO)$/SqlNameEdit.obj \ - $(SLO)$/TableGrantCtrl.obj \ - $(SLO)$/VertSplitView.obj \ - $(SLO)$/charsetlistbox.obj \ - $(SLO)$/curledit.obj \ - $(SLO)$/dbtreelistbox.obj \ - $(SLO)$/listviewitems.obj \ - $(SLO)$/marktree.obj \ - $(SLO)$/opendoccontrols.obj \ - $(SLO)$/sqledit.obj \ - $(SLO)$/statusbarontroller.obj \ - $(SLO)$/tabletree.obj \ - $(SLO)$/toolboxcontroller.obj \ - $(SLO)$/undosqledit.obj - -# ... object files ............................ - -SLOFILES= \ - $(EXCEPTIONSFILES) \ - $(SLO)$/ScrollHelper.obj - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - diff --git a/dbaccess/source/ui/dlg/makefile.mk b/dbaccess/source/ui/dlg/makefile.mk deleted file mode 100644 index 8fa615d28a52..000000000000 --- a/dbaccess/source/ui/dlg/makefile.mk +++ /dev/null @@ -1,154 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. -PRJINC=$(PRJ)$/source -PRJNAME=dbaccess -TARGET=uidlg - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -.IF "$(SYSTEM_ODBC_HEADERS)" == "YES" -CFLAGS+=-DSYSTEM_ODBC_HEADERS -.ENDIF - -.IF "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"=="" -CDEFS+=-DWINDOWS_VISTA_PSDK -.ENDIF - -.IF "$(GUI)$(COM)"=="WNTGCC" # for adoint.h -CFLAGS+=-fpermissive -.ENDIF - -# --- Files ------------------------------------- - -# ... resource files ............................ - - -LOCALIZE_ME=AutoControls_tmpl.hrc - -SRS1NAME=$(TARGET) -SRC1FILES = \ - AutoControls.src \ - ConnectionPage.src \ - UserAdmin.src \ - admincontrols.src \ - directsql.src \ - AdabasStat.src \ - indexdialog.src \ - RelationDlg.src \ - adtabdlg.src \ - dlgsave.src \ - queryorder.src \ - queryfilter.src \ - paramdialog.src \ - dsselect.src \ - dbadmin.src \ - dbadmin2.src \ - dbadminsetup.src \ - dbfindex.src \ - dlgsize.src \ - CollectionView.src \ - dlgattr.src \ - advancedsettings.src\ - UserAdminDlg.src \ - sqlmessage.src \ - textconnectionsettings.src - - -# ... object files ............................ -EXCEPTIONSFILES= \ - $(SLO)$/AdabasStat.obj \ - $(SLO)$/CollectionView.obj \ - $(SLO)$/ConnectionHelper.obj \ - $(SLO)$/ConnectionPage.obj \ - $(SLO)$/ConnectionPageSetup.obj \ - $(SLO)$/DBSetupConnectionPages.obj \ - $(SLO)$/DbAdminImpl.obj \ - $(SLO)$/DriverSettings.obj \ - $(SLO)$/RelationDlg.obj \ - $(SLO)$/TablesSingleDlg.obj \ - $(SLO)$/TextConnectionHelper.obj \ - $(SLO)$/UserAdmin.obj \ - $(SLO)$/UserAdminDlg.obj \ - $(SLO)$/admincontrols.obj \ - $(SLO)$/adminpages.obj \ - $(SLO)$/adtabdlg.obj \ - $(SLO)$/advancedsettings.obj \ - $(SLO)$/dbadmin.obj \ - $(SLO)$/dbfindex.obj \ - $(SLO)$/dbwiz.obj \ - $(SLO)$/dbwizsetup.obj \ - $(SLO)$/detailpages.obj \ - $(SLO)$/directsql.obj \ - $(SLO)$/dlgattr.obj \ - $(SLO)$/dlgsave.obj \ - $(SLO)$/dlgsize.obj \ - $(SLO)$/dsselect.obj \ - $(SLO)$/finteraction.obj \ - $(SLO)$/generalpage.obj \ - $(SLO)$/indexdialog.obj \ - $(SLO)$/indexfieldscontrol.obj \ - $(SLO)$/odbcconfig.obj \ - $(SLO)$/paramdialog.obj \ - $(SLO)$/queryfilter.obj \ - $(SLO)$/queryorder.obj \ - $(SLO)$/sqlmessage.obj \ - $(SLO)$/tablespage.obj \ - $(SLO)$/textconnectionsettings.obj - -SLOFILES= \ - $(EXCEPTIONSFILES) \ - $(SLO)$/optionalboolitem.obj - -.IF "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"=="" -DISABLE_ADO=TRUE -.ENDIF # "$(WINDOWS_VISTA_PSDK)"!="" && "$(PROF_EDITION)"=="" - -.IF "$(GUI)"=="WNT" && "$(DISABLE_ADO)"=="" -SLOFILES+= $(SLO)$/adodatalinks.obj -.ENDIF - -# --- Targets ---------------------------------- -.INCLUDE : target.mk - -$(SLO)$/ConnectionHelper.obj : $(LOCALIZE_ME_DEST) - -$(SLO)$/ConnectionPageSetup.obj : $(LOCALIZE_ME_DEST) - -$(SLO)$/DBSetupConnectionPages.obj : $(LOCALIZE_ME_DEST) - -$(SLO)$/TextConnectionHelper.obj : $(LOCALIZE_ME_DEST) - -$(SLO)$/detailpages.obj : $(LOCALIZE_ME_DEST) - -$(SLO)$/tablespage.obj : $(LOCALIZE_ME_DEST) - -$(SLO)$/ConnectionPage.obj : $(LOCALIZE_ME_DEST) diff --git a/dbaccess/source/ui/imagelists/makefile.mk b/dbaccess/source/ui/imagelists/makefile.mk deleted file mode 100644 index 3620f6329889..000000000000 --- a/dbaccess/source/ui/imagelists/makefile.mk +++ /dev/null @@ -1,49 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. -PRJNAME=dbaccess -TARGET=uiimglst - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk -IMGLST_SRS=$(SRS)$/$(TARGET).srs -# --- Files ------------------------------------- - -# ... resource files ............................ - -SRS1NAME=$(TARGET) -SRC1FILES=dbimagelists.src - -# ... object files ............................ -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - - diff --git a/dbaccess/source/ui/inc/makefile.mk b/dbaccess/source/ui/inc/makefile.mk deleted file mode 100644 index 5e1454d57f61..000000000000 --- a/dbaccess/source/ui/inc/makefile.mk +++ /dev/null @@ -1,43 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. - -PRJNAME=dbaccess -TARGET=dba_uiinc - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files -------------------------------------------------------- - -LOCALIZE_ME=toolbox_tmpl.hrc - -.INCLUDE : target.mk - diff --git a/dbaccess/source/ui/misc/makefile.mk b/dbaccess/source/ui/misc/makefile.mk deleted file mode 100644 index 534d90e3995c..000000000000 --- a/dbaccess/source/ui/misc/makefile.mk +++ /dev/null @@ -1,88 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=../../.. -PRJINC=$(PRJ)/source -PRJNAME=dbaccess -TARGET=uimisc - -ENABLE_EXCEPTIONS=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)/util/makefile.pmk - -# --- Files ------------------------------------- - -# ... resource files ............................ - -SRS1NAME=$(TARGET) -SRC1FILES = \ - dbumiscres.src \ - WizardPages.src - -# ... object files ............................ - -SLOFILES= \ - $(SLO)/asyncmodaldialog.obj \ - $(SLO)/imageprovider.obj \ - $(SLO)/singledoccontroller.obj \ - $(SLO)/dbsubcomponentcontroller.obj \ - $(SLO)/datasourceconnector.obj \ - $(SLO)/linkeddocuments.obj \ - $(SLO)/indexcollection.obj \ - $(SLO)/UITools.obj \ - $(SLO)/WCPage.obj \ - $(SLO)/WCopyTable.obj \ - $(SLO)/WTypeSelect.obj \ - $(SLO)/TokenWriter.obj \ - $(SLO)/HtmlReader.obj \ - $(SLO)/RtfReader.obj \ - $(SLO)/propertysetitem.obj \ - $(SLO)/databaseobjectview.obj \ - $(SLO)/DExport.obj \ - $(SLO)/uiservices.obj \ - $(SLO)/RowSetDrop.obj \ - $(SLO)/TableCopyHelper.obj \ - $(SLO)/moduledbu.obj \ - $(SLO)/WColumnSelect.obj \ - $(SLO)/WExtendPages.obj \ - $(SLO)/WNameMatch.obj \ - $(SLO)/ToolBoxHelper.obj \ - $(SLO)/stringlistitem.obj \ - $(SLO)/charsets.obj \ - $(SLO)/defaultobjectnamecheck.obj \ - $(SLO)/dsmeta.obj \ - $(SLO)/controllerframe.obj \ - $(SLO)/propertystorage.obj \ - $(SLO)/dbaundomanager.obj \ - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - diff --git a/dbaccess/source/ui/querydesign/makefile.mk b/dbaccess/source/ui/querydesign/makefile.mk deleted file mode 100644 index a4a39c36a79c..000000000000 --- a/dbaccess/source/ui/querydesign/makefile.mk +++ /dev/null @@ -1,89 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. -PRJINC=$(PRJ)$/source -PRJNAME=dbaccess -TARGET=querydesign - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files -------------------------------------------------------- - -EXCEPTIONSFILES =\ - $(SLO)$/ConnectionLine.obj \ - $(SLO)$/ConnectionLineAccess.obj \ - $(SLO)$/JAccess.obj \ - $(SLO)$/JoinController.obj \ - $(SLO)$/JoinDesignView.obj \ - $(SLO)$/JoinExchange.obj \ - $(SLO)$/JoinTableView.obj \ - $(SLO)$/QTableConnection.obj \ - $(SLO)$/QTableConnectionData.obj \ - $(SLO)$/QTableWindow.obj \ - $(SLO)$/QTableWindowData.obj \ - $(SLO)$/QueryDesignView.obj \ - $(SLO)$/QueryMoveTabWinUndoAct.obj \ - $(SLO)$/QueryTabConnUndoAction.obj \ - $(SLO)$/QueryTabWinUndoAct.obj \ - $(SLO)$/QueryTableView.obj \ - $(SLO)$/QueryTextView.obj \ - $(SLO)$/QueryViewSwitch.obj \ - $(SLO)$/SelectionBrowseBox.obj \ - $(SLO)$/TableConnection.obj \ - $(SLO)$/TableConnectionData.obj \ - $(SLO)$/TableFieldDescription.obj \ - $(SLO)$/TableWindow.obj \ - $(SLO)$/TableWindowAccess.obj \ - $(SLO)$/TableWindowData.obj \ - $(SLO)$/TableWindowListBox.obj \ - $(SLO)$/TableWindowTitle.obj \ - $(SLO)$/querycontainerwindow.obj \ - $(SLO)$/querycontroller.obj \ - $(SLO)$/querydlg.obj \ - $(SLO)$/queryview.obj - -SLOFILES =\ - $(EXCEPTIONSFILES) \ - $(SLO)$/ConnectionLineData.obj \ - $(SLO)$/TableFieldInfo.obj - -SRS1NAME=$(TARGET) -SRC1FILES = query.src \ - querydlg.src \ - -# --- Targets ------------------------------------------------------- - - -.INCLUDE : target.mk - -$(SRS)$/$(TARGET).srs: $(SOLARINCDIR)$/svx$/globlmn.hrc - - diff --git a/dbaccess/source/ui/relationdesign/makefile.mk b/dbaccess/source/ui/relationdesign/makefile.mk deleted file mode 100644 index cdaaa8722013..000000000000 --- a/dbaccess/source/ui/relationdesign/makefile.mk +++ /dev/null @@ -1,58 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. -PRJINC=$(PRJ)$/source -PRJNAME=dbaccess -TARGET=relationdesign - -ENABLE_EXCEPTIONS=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files -------------------------------------------------------- - -SLOFILES =\ - $(SLO)$/RTableConnection.obj \ - $(SLO)$/RTableConnectionData.obj \ - $(SLO)$/RelationTableView.obj \ - $(SLO)$/RelationDesignView.obj \ - $(SLO)$/RelationController.obj - -SRS1NAME=$(TARGET) -SRC1FILES = relation.src - -# --- Targets ------------------------------------------------------- - -.INCLUDE : target.mk - -$(SRS)$/$(TARGET).srs: $(SOLARINCDIR)$/svx$/globlmn.hrc - - diff --git a/dbaccess/source/ui/tabledesign/makefile.mk b/dbaccess/source/ui/tabledesign/makefile.mk deleted file mode 100644 index 5e52041ecd29..000000000000 --- a/dbaccess/source/ui/tabledesign/makefile.mk +++ /dev/null @@ -1,65 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. -PRJINC=$(PRJ)$/source -PRJNAME=dbaccess -TARGET=tabledesign - -ENABLE_EXCEPTIONS=TRUE - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files -------------------------------------------------------- - -SLOFILES =\ - $(SLO)$/TableDesignControl.obj \ - $(SLO)$/TableFieldDescWin.obj \ - $(SLO)$/TableController.obj \ - $(SLO)$/TableDesignView.obj \ - $(SLO)$/TEditControl.obj \ - $(SLO)$/TableFieldControl.obj \ - $(SLO)$/TableDesignHelpBar.obj \ - $(SLO)$/FieldDescGenWin.obj \ - $(SLO)$/FieldDescriptions.obj \ - $(SLO)$/TableRow.obj \ - $(SLO)$/TableRowExchange.obj \ - $(SLO)$/TableUndo.obj - - -SRS1NAME=$(TARGET) -SRC1FILES = table.src - -# --- Targets ------------------------------------------------------- - - -.INCLUDE : target.mk - -$(SRS)$/$(TARGET).srs: $(SOLARINCDIR)$/svx$/globlmn.hrc diff --git a/dbaccess/source/ui/uno/makefile.mk b/dbaccess/source/ui/uno/makefile.mk deleted file mode 100644 index 987e67241d43..000000000000 --- a/dbaccess/source/ui/uno/makefile.mk +++ /dev/null @@ -1,76 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************ - -PRJ=..$/..$/.. -PRJINC=$(PRJ)$/source -PRJNAME=dbaccess -TARGET=uiuno - -ENABLE_EXCEPTIONS=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk - -# --- Files ------------------------------------- - -# ... resource files ............................ - -SRS1NAME=$(TARGET) -SRC1FILES = \ - dbinteraction.src \ - copytablewizard.src - -# ... object files ............................ -# workaround for issue http://qa.openoffice.org/issues/show_bug.cgi?id=102305 Linux specific -.IF "$(COM)" == "GCC" -NOOPTFILES=\ - $(SLO)$/copytablewizard.obj -.ENDIF - -SLOFILES= \ - $(SLO)$/copytablewizard.obj \ - $(SLO)$/composerdialogs.obj \ - $(SLO)$/unosqlmessage.obj \ - $(SLO)$/unoadmin.obj \ - $(SLO)$/admindlg.obj \ - $(SLO)$/TableFilterDlg.obj \ - $(SLO)$/AdvancedSettingsDlg.obj \ - $(SLO)$/unoDirectSql.obj \ - $(SLO)$/DBTypeWizDlg.obj \ - $(SLO)$/DBTypeWizDlgSetup.obj \ - $(SLO)$/UserSettingsDlg.obj \ - $(SLO)$/ColumnModel.obj \ - $(SLO)$/ColumnControl.obj \ - $(SLO)$/ColumnPeer.obj \ - $(SLO)$/dbinteraction.obj \ - $(SLO)$/textconnectionsettings_uno.obj - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk |