common/makefiles/Jprt.gmk

Print this page




  80 endif
  81 ifdef ALT_CUPS_HEADERS_PATH
  82         @$(ECHO) " --with-cups-include=$(call UnixPath,$(ALT_CUPS_HEADERS_PATH)) " >> $@.tmp
  83 endif
  84 ifdef ALT_FREETYPE_HEADERS_PATH
  85         @$(ECHO) " --with-freetype=$(call UnixPath,$(ALT_FREETYPE_HEADERS_PATH)/..) " >> $@.tmp
  86 endif
  87 ifdef OPENJDK
  88         @$(ECHO) " --enable-openjdk-only " >> $@.tmp
  89 endif
  90 # Todo: move to closed?
  91 ifdef ALT_MOZILLA_HEADERS_PATH
  92         @$(ECHO) " --with-mozilla-headers=$(call UnixPath,$(ALT_MOZILLA_HEADERS_PATH)) " >> $@.tmp
  93 endif
  94 ifdef ALT_JUNIT_DIR
  95         @$(ECHO) " --with-junit-dir=$(call UnixPath,$(ALT_JUNIT_DIR)) " >> $@.tmp
  96 endif
  97 ifdef ANT_HOME
  98         @$(ECHO) " --with-ant-home=$(call UnixPath,$(ANT_HOME)) " >> $@.tmp
  99 endif






 100 ifdef ALT_SLASH_JAVA
 101         @$(ECHO) " --with-java-devtools=$(call UnixPath,$(ALT_SLASH_JAVA)/devtools) " >> $@.tmp
 102 endif
 103         @if [ -f $@ ] ; then \
 104           if ! $(CMP) $@ $@.tmp > /dev/null ; then \
 105             $(CP) $@.tmp $@ ; \
 106           fi ; \
 107         else \
 108           $(CP) $@.tmp $@ ; \
 109         fi
 110         $(RM) $@.tmp
 111 
 112 PHONY_LIST += bridge2configure bridgeBuild
 113 
 114 ###########################################################################
 115 # JPRT targets
 116 
 117 ifndef JPRT_ARCHIVE_BUNDLE
 118   JPRT_ARCHIVE_BUNDLE=/tmp/jprt_bundles/j2sdk-image.zip
 119 endif




  80 endif
  81 ifdef ALT_CUPS_HEADERS_PATH
  82         @$(ECHO) " --with-cups-include=$(call UnixPath,$(ALT_CUPS_HEADERS_PATH)) " >> $@.tmp
  83 endif
  84 ifdef ALT_FREETYPE_HEADERS_PATH
  85         @$(ECHO) " --with-freetype=$(call UnixPath,$(ALT_FREETYPE_HEADERS_PATH)/..) " >> $@.tmp
  86 endif
  87 ifdef OPENJDK
  88         @$(ECHO) " --enable-openjdk-only " >> $@.tmp
  89 endif
  90 # Todo: move to closed?
  91 ifdef ALT_MOZILLA_HEADERS_PATH
  92         @$(ECHO) " --with-mozilla-headers=$(call UnixPath,$(ALT_MOZILLA_HEADERS_PATH)) " >> $@.tmp
  93 endif
  94 ifdef ALT_JUNIT_DIR
  95         @$(ECHO) " --with-junit-dir=$(call UnixPath,$(ALT_JUNIT_DIR)) " >> $@.tmp
  96 endif
  97 ifdef ANT_HOME
  98         @$(ECHO) " --with-ant-home=$(call UnixPath,$(ANT_HOME)) " >> $@.tmp
  99 endif
 100 ifdef ALT_JAVAFX_ZIP_DIR
 101         @$(ECHO) " --with-javafx-zip-dir=$(call UnixPath,$(ALT_JAVAFX_ZIP_DIR)) " >> $@.tmp
 102 endif
 103 ifdef ALT_WIXDIR
 104         @$(ECHO) " --with-wix=$(call UnixPath,$(ALT_WIXDIR)) " >> $@.tmp
 105 endif
 106 ifdef ALT_SLASH_JAVA
 107         @$(ECHO) " --with-java-devtools=$(call UnixPath,$(ALT_SLASH_JAVA)/devtools) " >> $@.tmp
 108 endif
 109         @if [ -f $@ ] ; then \
 110           if ! $(CMP) $@ $@.tmp > /dev/null ; then \
 111             $(CP) $@.tmp $@ ; \
 112           fi ; \
 113         else \
 114           $(CP) $@.tmp $@ ; \
 115         fi
 116         $(RM) $@.tmp
 117 
 118 PHONY_LIST += bridge2configure bridgeBuild
 119 
 120 ###########################################################################
 121 # JPRT targets
 122 
 123 ifndef JPRT_ARCHIVE_BUNDLE
 124   JPRT_ARCHIVE_BUNDLE=/tmp/jprt_bundles/j2sdk-image.zip
 125 endif