summaryrefslogtreecommitdiff
path: root/bridges/CustomTarget_gcc3_ios_arm.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-07-29 17:31:26 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 08:15:30 +0200
commitf2668d319c88fa69aa0c3efcc81e22f6f822195a (patch)
tree6277b820838f605484b702b55a5d8ad581d64d91 /bridges/CustomTarget_gcc3_ios_arm.mk
parentf2ec771cd98fc390ed9e8f4a5e772ca9da958702 (diff)
gbuildize bridges
Change-Id: I66e76da71dd5d6ed1b899aba8d41dfb5bc36da1c
Diffstat (limited to 'bridges/CustomTarget_gcc3_ios_arm.mk')
-rw-r--r--bridges/CustomTarget_gcc3_ios_arm.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/bridges/CustomTarget_gcc3_ios_arm.mk b/bridges/CustomTarget_gcc3_ios_arm.mk
new file mode 100644
index 000000000000..c8c633e54c10
--- /dev/null
+++ b/bridges/CustomTarget_gcc3_ios_arm.mk
@@ -0,0 +1,22 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_CustomTarget_CustomTarget,bridges/source/cpp_uno/gcc3_ios_arm))
+
+$(call gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_ios_arm) : \
+ $(call gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_ios_arm)/codesnippets.S \
+ | $(dir $(call gb_CustomTarget_get_target,bridges/source/cpp_uno/gcc3_ios_arm)).dir
+
+$(call gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_ios_arm)/codesnippets.S : \
+ $(SRCDIR)/bridges/source/cpp_uno/gcc3_ios_arm/generate-snippets.pl
+
+$(call gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_ios_arm)/codesnippets.S :
+ $(PERL) $< > $@
+
+# vim: set noet sw=4 ts=4: