compiler/tests/extras/Make.spec
changeset 454 a9cd5ea7cc36
parent 452 9f4558b3be66
child 461 5986bf6d7d60
equal deleted inserted replaced
453:bd5107faf4d6 454:a9cd5ea7cc36
    49 # STCWARNINGS=-warnNonStandard
    49 # STCWARNINGS=-warnNonStandard
    50 # STCWARNINGS=-warnEOLComments
    50 # STCWARNINGS=-warnEOLComments
    51 STCWARNINGS=-warnNonStandard
    51 STCWARNINGS=-warnNonStandard
    52 
    52 
    53 COMMON_CLASSES= \
    53 COMMON_CLASSES= \
       
    54 	PPCCompiledJavaVerificationTest \
       
    55 	PPCResources \
       
    56 	PPCSmalltalkTests \
       
    57 	PPCSmalltalkVerificationTest \
       
    58 	PPCompiledJavaResource \
       
    59 	PPCompiledSmalltalkGrammarResource \
       
    60 	PPCompiledSmalltalkGrammarTests \
       
    61 	PPTokenizedSmalltalkGrammarResource \
       
    62 	PPTokenizedSmalltalkGrammarTests \
    54 	stx_goodies_petitparser_compiler_tests_extras \
    63 	stx_goodies_petitparser_compiler_tests_extras \
       
    64 	PPCompiledSmalltalkVerificationTest \
       
    65 	PPTokenizedSmalltalkVerificationTest \
    55 
    66 
    56 
    67 
    57 
    68 
    58 
    69 
    59 COMMON_OBJS= \
    70 COMMON_OBJS= \
       
    71     $(OUTDIR_SLASH)PPCCompiledJavaVerificationTest.$(O) \
       
    72     $(OUTDIR_SLASH)PPCResources.$(O) \
       
    73     $(OUTDIR_SLASH)PPCSmalltalkTests.$(O) \
       
    74     $(OUTDIR_SLASH)PPCSmalltalkVerificationTest.$(O) \
       
    75     $(OUTDIR_SLASH)PPCompiledJavaResource.$(O) \
       
    76     $(OUTDIR_SLASH)PPCompiledSmalltalkGrammarResource.$(O) \
       
    77     $(OUTDIR_SLASH)PPCompiledSmalltalkGrammarTests.$(O) \
       
    78     $(OUTDIR_SLASH)PPTokenizedSmalltalkGrammarResource.$(O) \
       
    79     $(OUTDIR_SLASH)PPTokenizedSmalltalkGrammarTests.$(O) \
    60     $(OUTDIR_SLASH)stx_goodies_petitparser_compiler_tests_extras.$(O) \
    80     $(OUTDIR_SLASH)stx_goodies_petitparser_compiler_tests_extras.$(O) \
       
    81     $(OUTDIR_SLASH)PPCompiledSmalltalkVerificationTest.$(O) \
       
    82     $(OUTDIR_SLASH)PPTokenizedSmalltalkVerificationTest.$(O) \
    61 
    83 
    62 
    84 
    63 
    85