diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-10-18 08:36:01 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-10-18 08:36:01 +0000 |
commit | a36b7f498be4e2ca4bf13e4b246705dec5017d9e (patch) | |
tree | d7cccb5f63c62597d67b4c6a4ecb91e5c8445041 /solenv | |
parent | 84a5ac0b80a096c26fcb581698213cfc7f2ca62e (diff) |
#104325# cppumaker rules removed for consistency reasons
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/pstrules.mk | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/solenv/inc/pstrules.mk b/solenv/inc/pstrules.mk index d46d216bae4b..a758de7275db 100644 --- a/solenv/inc/pstrules.mk +++ b/solenv/inc/pstrules.mk @@ -2,9 +2,9 @@ # # $RCSfile: pstrules.mk,v $ # -# $Revision: 1.23 $ +# $Revision: 1.24 $ # -# last change: $Author: hjs $ $Date: 2002-06-18 13:46:39 $ +# last change: $Author: hjs $ $Date: 2002-10-18 09:36:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -234,17 +234,6 @@ $(PAR)$/%.par : .ENDIF # "$(PARFILES)"!="" -#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -#+++++++++++ cppumaker rules ++++++++++++++++++++++++++++++++++++++++ -#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - -$(UNOUCROUT)$/%.hpp : $(UNOUCRDEP) - +$(CPPUMAKER) $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) -T{$(subst,$/,. $(subst,$(UNOUCROUT)$/, $(@:db)))} $(UNOUCRRDB) - -$(UNOUCROUT)$/%.hdl : $(UNOUCRDEP) - +$(CPPUMAKER) $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) -T{$(subst,$/,. $(subst,$(UNOUCROUT)$/, $(@:db)))} $(UNOUCRRDB) - - .IF "$(TESTDIR)"!="" # workaround for strange dmake bug: |