common/autoconf/spec.gmk.in

changeset 635
907a926d3c96
parent 631
ab82853d3365
child 637
52741ab7c601
child 653
980ccff2d4f5
equal deleted inserted replaced
634:0adf9c626bb1 635:907a926d3c96
257 # multi core javac compilation and dependency tracking. 257 # multi core javac compilation and dependency tracking.
258 ENABLE_SJAVAC:=@ENABLE_SJAVAC@ 258 ENABLE_SJAVAC:=@ENABLE_SJAVAC@
259 # Store sjavac server synchronization files here, and 259 # Store sjavac server synchronization files here, and
260 # the sjavac server log files. 260 # the sjavac server log files.
261 SJAVAC_SERVER_DIR:=@SJAVAC_SERVER_DIR@ 261 SJAVAC_SERVER_DIR:=@SJAVAC_SERVER_DIR@
262
263 # Number of parallel jobs to use for compilation
264 JOBS?=@JOBS@
262 265
263 # The OpenJDK makefiles should be changed to using the standard 266 # The OpenJDK makefiles should be changed to using the standard
264 # configure output ..._CFLAGS and ..._LIBS. In the meantime we 267 # configure output ..._CFLAGS and ..._LIBS. In the meantime we
265 # extract the information here. 268 # extract the information here.
266 FREETYPE2_LIB_PATH:=@FREETYPE2_LIB_PATH@ 269 FREETYPE2_LIB_PATH:=@FREETYPE2_LIB_PATH@

mercurial