[PATCH 2/2] gbuild conversion: rdbmaker module
David Ostrovsky
David.Ostrovsky at gmx.de
Thu Apr 5 12:17:54 PDT 2012
dmake stuff removed
---
rdbmaker/Module_rdbmaker.mk | 1 +
rdbmaker/Package_inc.mk | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 0 deletions(-)
create mode 100644 rdbmaker/Package_inc.mk
diff --git a/rdbmaker/Module_rdbmaker.mk b/rdbmaker/Module_rdbmaker.mk
index 2499366..4dffb80 100644
--- a/rdbmaker/Module_rdbmaker.mk
+++ b/rdbmaker/Module_rdbmaker.mk
@@ -28,6 +28,7 @@ $(eval $(call gb_Module_Module,rdbmaker))
$(eval $(call gb_Module_add_targets,rdbmaker,\
Executable_rdbmaker \
+ Package_inc \
))
diff --git a/rdbmaker/Package_inc.mk b/rdbmaker/Package_inc.mk
new file mode 100644
index 0000000..810b99d
--- /dev/null
+++ b/rdbmaker/Package_inc.mk
@@ -0,0 +1,34 @@
+# -*- 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
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Package_Package,rdbmaker_inc,$(SRCDIR)/rdbmaker/inc))
+$(eval $(call gb_Package_add_file,rdbmaker_inc,inc/codemaker/dependency.hxx,codemaker/dependency.hxx))
+$(eval $(call gb_Package_add_file,rdbmaker_inc,inc/codemaker/global.hxx,codemaker/global.hxx))
+$(eval $(call gb_Package_add_file,rdbmaker_inc,inc/codemaker/options.hxx,codemaker/options.hxx))
+$(eval $(call gb_Package_add_file,rdbmaker_inc,inc/codemaker/registry.hxx,codemaker/registry.hxx))
+$(eval $(call gb_Package_add_file,rdbmaker_inc,inc/codemaker/typemanager.hxx,codemaker/typemanager.hxx))
--
1.7.5.4
--------------070800020500070705020609--
More information about the LibreOffice
mailing list