diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-04-16 23:05:45 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-04-16 23:05:45 +0200 |
commit | b0a348cf9cb5e0a0565735970a895d20fa50e7a8 (patch) | |
tree | 79065255bd3ed3f1391e7aac011ede5ce01b8e8e /offuh/source | |
parent | 6e8628fb7374b7d19e15f03e63f8ad221ca25f1e (diff) |
CWS gnumake2: move header generation for oovbaapi to offuh
Diffstat (limited to 'offuh/source')
-rw-r--r-- | offuh/source/makefile.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/offuh/source/makefile.mk b/offuh/source/makefile.mk index e7e19fddd340..b83e8f6d9adf 100644 --- a/offuh/source/makefile.mk +++ b/offuh/source/makefile.mk @@ -37,12 +37,16 @@ TARGET= offuh .INCLUDE : settings.mk -# ------------------------------------------------------------------ +# --- Targets ------------------------------------------------------ +.INCLUDE : target.mk + +ALLTAR : $(MISC)$/oovbaapi.don $(MISC)$/$(TARGET).don $(MISC)$/$(TARGET).don : $(UNOUCRRDB) @@-$(RM) $@ $(CPPUMAKER) -Gc $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(UNOUCRRDB) && echo > $@ -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk +$(MISC)$/oovbaapi.don : $(SOLARBINDIR)$/oovbaapi.rdb + @@-$(RM) $@ + $(CPPUMAKER) -Gc $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(SOLARBINDIR)$/oovbaapi.rdb -X$(SOLARBINDIR)$/types.rdb && echo > $@ + echo $@ |