corba/make/CompileCorba.gmk
changeset 26882 91ca50999343
parent 25862 a5e25d68f971
equal deleted inserted replaced
26786:f0c5e4b732da 26882:91ca50999343
    49     CLEAN := .properties, \
    49     CLEAN := .properties, \
    50     BIN := $(CORBA_OUTPUTDIR)/interim_classes, \
    50     BIN := $(CORBA_OUTPUTDIR)/interim_classes, \
    51     JAR := $(INTERIM_CORBA_JAR)))
    51     JAR := $(INTERIM_CORBA_JAR)))
    52 
    52 
    53 ################################################################################
    53 ################################################################################
    54 # Copy idl files straight to jdk/lib. Not sure if this is the right way to do
    54 # Copy idl files straight to jdk/include.
    55 # it, but we are moving away from the one repo at a time build. Perhaps we should
    55 $(JDK_OUTPUTDIR)/include/%: $(CORBA_TOPDIR)/src/java.corba/share/classes/com/sun/tools/corba/se/idl/%
    56 # scrap the 'jdk' prefix to bin, lib etc?
       
    57 $(JDK_OUTPUTDIR)/lib/%: $(CORBA_TOPDIR)/src/java.corba/share/classes/com/sun/tools/corba/se/idl/%
       
    58 	$(install-file)
    56 	$(install-file)
    59 
    57 
    60 IDL_TARGET_FILES := $(JDK_OUTPUTDIR)/lib/orb.idl $(JDK_OUTPUTDIR)/lib/ir.idl
    58 IDL_TARGET_FILES := $(JDK_OUTPUTDIR)/include/orb.idl $(JDK_OUTPUTDIR)/include/ir.idl
    61 
    59 
    62 ################################################################################
    60 ################################################################################
    63 
    61 
    64 all: $(BUILD_INTERIM_CORBA) $(IDL_TARGET_FILES)
    62 all: $(BUILD_INTERIM_CORBA) $(IDL_TARGET_FILES)