compiler/benchmarks/Make.spec
changeset 462 89464ab03518
parent 452 9f4558b3be66
child 520 9ccc84deaea0
equal deleted inserted replaced
461:5986bf6d7d60 462:89464ab03518
    50 # STCWARNINGS=-warnEOLComments
    50 # STCWARNINGS=-warnEOLComments
    51 STCWARNINGS=-warnNonStandard
    51 STCWARNINGS=-warnNonStandard
    52 
    52 
    53 COMMON_CLASSES= \
    53 COMMON_CLASSES= \
    54 	PPCBenchmark \
    54 	PPCBenchmark \
       
    55 	PPCSmalltalkNoopParser \
    55 	stx_goodies_petitparser_compiler_benchmarks \
    56 	stx_goodies_petitparser_compiler_benchmarks \
    56 
    57 
    57 
    58 
    58 
    59 
    59 
    60 
    60 COMMON_OBJS= \
    61 COMMON_OBJS= \
    61     $(OUTDIR_SLASH)PPCBenchmark.$(O) \
    62     $(OUTDIR_SLASH)PPCBenchmark.$(O) \
       
    63     $(OUTDIR_SLASH)PPCSmalltalkNoopParser.$(O) \
    62     $(OUTDIR_SLASH)stx_goodies_petitparser_compiler_benchmarks.$(O) \
    64     $(OUTDIR_SLASH)stx_goodies_petitparser_compiler_benchmarks.$(O) \
    63 
    65 
    64 
    66 
    65 
    67