From aa563ff19f6f4483b7954e42448106159b879b24 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Fri, 8 Jun 2012 23:32:07 -0500 Subject: remove unused .mk Change-Id: I909a659e8ebfae35ca42680a54fa62dbd726adb5 --- dbaccess/AllLangResTarget_dbui.mk | 101 -------------------------------------- dbaccess/Package_xml.mk | 33 ------------- 2 files changed, 134 deletions(-) delete mode 100644 dbaccess/AllLangResTarget_dbui.mk delete mode 100644 dbaccess/Package_xml.mk (limited to 'dbaccess') diff --git a/dbaccess/AllLangResTarget_dbui.mk b/dbaccess/AllLangResTarget_dbui.mk deleted file mode 100644 index fe37557c1637..000000000000 --- a/dbaccess/AllLangResTarget_dbui.mk +++ /dev/null @@ -1,101 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2011 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 -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -$(eval $(call gb_AllLangResTarget_AllLangResTarget,dbui)) - -$(eval $(call gb_AllLangResTarget_set_reslocation,dbui,dbaccess)) - -$(eval $(call gb_AllLangResTarget_add_srs,dbui,dbaccess/dbui)) - -$(eval $(call gb_SrsTarget_SrsTarget,dbaccess/dbui)) - -$(eval $(call gb_SrsTarget_use_package,dbaccess/dbui,\ - editeng_inc \ - sfx2_inc \ - svl_inc \ - svx_globlmn_hrc \ - svx_inc \ -)) - -$(eval $(call gb_SrsTarget_set_include,dbaccess/dbui,\ - $$(INCLUDE) \ - -I$(call gb_SrsTemplateTarget_get_include_dir,dbaccess) \ - -I$(SRCDIR)/dbaccess/source/ui/inc \ - -I$(SRCDIR)/dbaccess/source/ui/dlg \ - -I$(SRCDIR)/dbaccess/inc \ -)) - - -$(eval $(call gb_SrsTarget_add_files,dbaccess/dbui,\ - dbaccess/source/ui/app/app.src \ - dbaccess/source/ui/browser/sbabrw.src \ - dbaccess/source/ui/browser/sbagrid.src \ - dbaccess/source/ui/control/TableGrantCtrl.src \ - dbaccess/source/ui/control/tabletree.src \ - dbaccess/source/ui/control/undosqledit.src \ - dbaccess/source/ui/dlg/admincontrols.src \ - dbaccess/source/ui/dlg/adtabdlg.src \ - dbaccess/source/ui/dlg/advancedsettings.src \ - dbaccess/source/ui/dlg/AutoControls.src \ - dbaccess/source/ui/dlg/CollectionView.src \ - dbaccess/source/ui/dlg/ConnectionPage.src \ - dbaccess/source/ui/dlg/dbadmin.src \ - dbaccess/source/ui/dlg/dbadmin2.src \ - dbaccess/source/ui/dlg/dbadminsetup.src \ - dbaccess/source/ui/dlg/dbfindex.src \ - dbaccess/source/ui/dlg/directsql.src \ - dbaccess/source/ui/dlg/dlgattr.src \ - dbaccess/source/ui/dlg/dlgsave.src \ - dbaccess/source/ui/dlg/dlgsize.src \ - dbaccess/source/ui/dlg/dsselect.src \ - dbaccess/source/ui/dlg/indexdialog.src \ - dbaccess/source/ui/dlg/paramdialog.src \ - dbaccess/source/ui/dlg/queryfilter.src \ - dbaccess/source/ui/dlg/queryorder.src \ - dbaccess/source/ui/dlg/RelationDlg.src \ - dbaccess/source/ui/dlg/sqlmessage.src \ - dbaccess/source/ui/dlg/textconnectionsettings.src \ - dbaccess/source/ui/dlg/UserAdmin.src \ - dbaccess/source/ui/dlg/UserAdminDlg.src \ - dbaccess/source/ui/imagelists/dbimagelists.src \ - dbaccess/source/ui/misc/dbumiscres.src \ - dbaccess/source/ui/misc/WizardPages.src \ - dbaccess/source/ui/querydesign/query.src \ - dbaccess/source/ui/querydesign/querydlg.src \ - dbaccess/source/ui/relationdesign/relation.src \ - dbaccess/source/ui/tabledesign/table.src \ - dbaccess/source/ui/uno/copytablewizard.src \ - dbaccess/source/ui/uno/dbinteraction.src \ -)) - -$(eval $(call gb_SrsTarget_add_templates,dbaccess/dbui,\ - dbaccess/source/ui/dlg/AutoControls_tmpl.hrc \ - dbaccess/source/ui/inc/toolbox_tmpl.hrc \ -)) - -# vim: set noet sw=4 ts=4: diff --git a/dbaccess/Package_xml.mk b/dbaccess/Package_xml.mk deleted file mode 100644 index b683d56ed1c0..000000000000 --- a/dbaccess/Package_xml.mk +++ /dev/null @@ -1,33 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2011 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 -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -$(eval $(call gb_Package_Package,dbaccess_xml,$(SRCDIR)/dbaccess/prj)) -$(eval $(call gb_Package_add_file,dbaccess_xml,prj/dba.xml,dba.xml)) -$(eval $(call gb_Package_add_file,dbaccess_xml,prj/dbu.xml,dbu.xml)) - -# vim: set noet sw=4 ts=4: -- cgit