PROGRAMS += test_parser parser_OBJECTS = yylexer.o yyparser.o parser.o test_parser_OBJECTS = $(parser_OBJECTS) test_parser.o EXTRA_CLEAN += yyparser.hh yyparser.cc yylexer.hh yylexer.cc yyparser.hh: yyparser.cc $(OBJ_DIR)/yylexer.o: yyparser.hh yylexer.hh: yylexer.cc $(OBJ_DIR)/yyparser.o: yylexer.hh $(OBJ_DIR)/parser.o: yylexer.hh