6 SUBDIRS
:= parser scanner compiler
11 @for n in
$(SUBDIRS
); do \
16 $(GCC
) $< -DYYERROR_VERBOSE
-I.
-Iparser
-Iscanner
-Icompiler parser
/ObParser.o scanner
/ObScanner.o compiler
/ObCompiler.o
-W
-Wall
-o
$(BIN
)
19 @for n in
$(SUBDIRS
); do \