jdk/make/common/Program.gmk

Print this page

        

@@ -103,19 +103,10 @@
 # Launcher specific files.
 #
 FILES_o = \
         $(OBJDIR)/main.$(OBJECT_SUFFIX)
 
-# We either need to import (copy) binaries in, or build them
-ifneq ($(IMPORT_NATIVE_BINARIES),true)
-  COMPILE_IT=true
-else
-  COMPILE_IT=false
-endif
-
-ifeq ($(COMPILE_IT),true)
-
 $(ACTUAL_PROGRAM):: classes $(INIT) 
 
 #
 # Windows only
 #

@@ -190,23 +181,10 @@
             $(FILES_o) $(THREADLIBS) $(LDLIBS)
         $(install-module-file)
 
 endif # PLATFORM
 
-else  # COMPILE_IT
-
-$(ACTUAL_PROGRAM)::
-
-# Copies in the file from the JDK_IMPORT_PATH area
-$(ACTUAL_PROGRAM_DIR)/%: $(JDK_IMPORT_PATH)/jre/bin/%
-        @$(install-import-file)
-$(ACTUAL_PROGRAM_DIR)/%: $(JDK_IMPORT_PATH)/bin/%
-        @$(install-import-file)
-
-endif # COMPILE_IT
-
-
 clean:: 
 ifeq ($(PLATFORM), windows)
         $(RM) $(OBJDIR)/$(PROGRAM).rc
         $(RM) $(OBJDIR)/$(PROGRAM).ico
         $(RM) $(OBJDIR)/$(PROGRAM).lcf