INTEGRATION: CWS jsc21 (1.8.74); FILE MERGED

2008/05/23 11:55:45 jsc 1.8.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
This commit is contained in:
Rüdiger Timm
2008-07-11 13:18:30 +00:00
parent 58e79a27d2
commit 89cc08ba4a

View File

@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
# $Revision: 1.8 $
# $Revision: 1.9 $
#
# last change: $Author: obo $ $Date: 2007-01-25 11:04:26 $
# last change: $Author: rt $ $Date: 2008-07-11 14:18:30 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -116,7 +116,7 @@ $(OUT_COMP_GEN)/%.rdb : $(GENURDFILES)
$(OUT_COMP_CLASS)/$(PACKAGE)/%.class : $(COMPONENT_RDB)
-$(MKDIR) $(subst /,$(PS),$(@D))
$(JAVAMAKER) -BUCR -nD $(GENTYPELIST) -O$(OUT_COMP_CLASS) $(COMPONENT_RDB) $(OFFICE_TYPE_LIBRARY)
$(JAVAMAKER) -BUCR -nD $(GENTYPELIST) -O$(OUT_COMP_CLASS) $(COMPONENT_RDB) -X$(URE_TYPES) -X$(OFFICE_TYPES)
$(OUT_COMP_CLASS)/%.class : %.java $(GENCLASSFILES)
-$(MKDIR) $(subst /,$(PS),$(@D))