common/makefiles/Jprt.gmk

Print this page




 111         @$(ECHO) " --with-mozilla-headers=$(call UnixPath,$(ALT_MOZILLA_HEADERS_PATH)) " >> $@.tmp
 112   endif
 113   ifdef ALT_JUNIT_DIR
 114         @$(ECHO) " --with-junit-dir=$(call UnixPath,$(ALT_JUNIT_DIR)) " >> $@.tmp
 115   endif
 116   ifdef ANT_HOME
 117         @$(ECHO) " --with-ant-home=$(call UnixPath,$(ANT_HOME)) " >> $@.tmp
 118   endif
 119   ifdef ALT_JAVAFX_ZIP_DIR
 120         @$(ECHO) " --with-javafx-zip-dir=$(call UnixPath,$(ALT_JAVAFX_ZIP_DIR)) " >> $@.tmp
 121   endif
 122   ifdef ALT_WIXDIR
 123         @$(ECHO) " --with-wix=$(call UnixPath,$(ALT_WIXDIR)) " >> $@.tmp
 124   endif
 125   ifdef ALT_CCSS_SIGNING_DIR
 126         @$(ECHO) " --with-ccss-signing=$(call UnixPath,$(ALT_CCSS_SIGNING_DIR)) " >> $@.tmp
 127   endif
 128   ifdef ALT_SLASH_JAVA
 129         @$(ECHO) " --with-java-devtools=$(call UnixPath,$(ALT_SLASH_JAVA)/devtools) " >> $@.tmp
 130   endif



 131 endif
 132         @if [ -f $@ ] ; then \
 133           if ! $(CMP) $@ $@.tmp > /dev/null ; then \
 134             $(CP) $@.tmp $@ ; \
 135           fi ; \
 136         else \
 137           $(CP) $@.tmp $@ ; \
 138         fi
 139         $(RM) $@.tmp
 140 
 141 PHONY_LIST += bridge2configure bridgeBuild
 142 
 143 ###########################################################################
 144 # JPRT targets
 145 
 146 ifndef JPRT_ARCHIVE_BUNDLE
 147   JPRT_ARCHIVE_BUNDLE=/tmp/jprt_bundles/j2sdk-image.zip
 148 endif
 149 
 150 # These targets execute in a SPEC free context, before calling bridgeBuild




 111         @$(ECHO) " --with-mozilla-headers=$(call UnixPath,$(ALT_MOZILLA_HEADERS_PATH)) " >> $@.tmp
 112   endif
 113   ifdef ALT_JUNIT_DIR
 114         @$(ECHO) " --with-junit-dir=$(call UnixPath,$(ALT_JUNIT_DIR)) " >> $@.tmp
 115   endif
 116   ifdef ANT_HOME
 117         @$(ECHO) " --with-ant-home=$(call UnixPath,$(ANT_HOME)) " >> $@.tmp
 118   endif
 119   ifdef ALT_JAVAFX_ZIP_DIR
 120         @$(ECHO) " --with-javafx-zip-dir=$(call UnixPath,$(ALT_JAVAFX_ZIP_DIR)) " >> $@.tmp
 121   endif
 122   ifdef ALT_WIXDIR
 123         @$(ECHO) " --with-wix=$(call UnixPath,$(ALT_WIXDIR)) " >> $@.tmp
 124   endif
 125   ifdef ALT_CCSS_SIGNING_DIR
 126         @$(ECHO) " --with-ccss-signing=$(call UnixPath,$(ALT_CCSS_SIGNING_DIR)) " >> $@.tmp
 127   endif
 128   ifdef ALT_SLASH_JAVA
 129         @$(ECHO) " --with-java-devtools=$(call UnixPath,$(ALT_SLASH_JAVA)/devtools) " >> $@.tmp
 130   endif
 131   ifdef ALT_SPARKLE_FRAMEWORK_DIR
 132         @$(ECHO) " --with-sparkle-framework=$(call UnixPath,$(ALT_SPARKLE_FRAMEWORK_DIR)) " >> $@.tmp
 133   endif 
 134 endif
 135         @if [ -f $@ ] ; then \
 136           if ! $(CMP) $@ $@.tmp > /dev/null ; then \
 137             $(CP) $@.tmp $@ ; \
 138           fi ; \
 139         else \
 140           $(CP) $@.tmp $@ ; \
 141         fi
 142         $(RM) $@.tmp
 143 
 144 PHONY_LIST += bridge2configure bridgeBuild
 145 
 146 ###########################################################################
 147 # JPRT targets
 148 
 149 ifndef JPRT_ARCHIVE_BUNDLE
 150   JPRT_ARCHIVE_BUNDLE=/tmp/jprt_bundles/j2sdk-image.zip
 151 endif
 152 
 153 # These targets execute in a SPEC free context, before calling bridgeBuild