summaryrefslogtreecommitdiff
path: root/cppu/CustomTarget_cppu_allheaders.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-02-26 23:57:15 +0100
committerMichael Stahl <mstahl@redhat.com>2013-02-27 01:33:18 +0100
commit936d7badcb640731add02881c32a167c1dae569b (patch)
treea9e092d5837798ad7132daa5a63183070d7c0b72 /cppu/CustomTarget_cppu_allheaders.mk
parentb1cbf8f767ff5f120e6bb3b3adf88002ec9e919e (diff)
cppu: new ZipPackage_cppu_odk_headers
Change-Id: I4ceee0ed3438a18e13c186ebd8d390604d26ec28
Diffstat (limited to 'cppu/CustomTarget_cppu_allheaders.mk')
-rw-r--r--cppu/CustomTarget_cppu_allheaders.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/cppu/CustomTarget_cppu_allheaders.mk b/cppu/CustomTarget_cppu_allheaders.mk
index ce9f21451dce..6d5ebeba49f2 100644
--- a/cppu/CustomTarget_cppu_allheaders.mk
+++ b/cppu/CustomTarget_cppu_allheaders.mk
@@ -32,9 +32,12 @@ cppu_allheaders_DIR := $(call gb_CustomTarget_get_workdir,cppu/allheaders)
$(call gb_CustomTarget_get_target,cppu/allheaders) : \
$(cppu_allheaders_DIR)/cppu_allheaders.hxx
-# dependency on Package_inc.mk should ensure this is updated whenever a new public header is added
-$(cppu_allheaders_DIR)/cppu_allheaders.hxx : $(SRCDIR)/cppu/CustomTarget_cppu_allheaders.mk \
- | $(cppu_allheaders_DIR)/.dir $(SRCDIR)/cppu/Package_inc.mk
+# dependency on Package_cppu_odk_headers.mk should ensure this is
+# updated whenever a new public header is added
+$(cppu_allheaders_DIR)/cppu_allheaders.hxx : \
+ $(SRCDIR)/cppu/CustomTarget_cppu_allheaders.mk \
+ $(SRCDIR)/cppu/ZipPackage_cppu_odk_headers.mk \
+ | $(cppu_allheaders_DIR)/.dir
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1)
printf '// Generated list of all cppu/ includes\n' > $@
$(foreach file, $(wildcard $(SRCDIR)/cppu/inc/*.h) $(wildcard $(SRCDIR)/cppu/inc/*.hxx) \