common/makefiles/Jprt.gmk

changeset 673
2ef28c12d649
parent 668
52d1b385a4ed
child 721
78852ce176db
equal deleted inserted replaced
672:2f43964043c2 673:2ef28c12d649
101 @$(ECHO) " --with-cups-include=$(call UnixPath,$(ALT_CUPS_HEADERS_PATH)) " >> $@.tmp 101 @$(ECHO) " --with-cups-include=$(call UnixPath,$(ALT_CUPS_HEADERS_PATH)) " >> $@.tmp
102 endif 102 endif
103 ifdef ALT_FREETYPE_HEADERS_PATH 103 ifdef ALT_FREETYPE_HEADERS_PATH
104 @$(ECHO) " --with-freetype=$(call UnixPath,$(ALT_FREETYPE_HEADERS_PATH)/..) " >> $@.tmp 104 @$(ECHO) " --with-freetype=$(call UnixPath,$(ALT_FREETYPE_HEADERS_PATH)/..) " >> $@.tmp
105 endif 105 endif
106 ifdef ENABLE_SJAVAC
107 @$(ECHO) " --enable-sjavac" >> $@.tmp
108 endif
106 ifeq ($(HOTSPOT_AVAILABLE),false) 109 ifeq ($(HOTSPOT_AVAILABLE),false)
107 ifdef ALT_JDK_IMPORT_PATH 110 ifdef ALT_JDK_IMPORT_PATH
108 @$(ECHO) " --with-import-hotspot=$(call UnixPath,$(ALT_JDK_IMPORT_PATH)) " >> $@.tmp 111 @$(ECHO) " --with-import-hotspot=$(call UnixPath,$(ALT_JDK_IMPORT_PATH)) " >> $@.tmp
109 endif 112 endif
110 endif 113 endif

mercurial