equal
deleted
inserted
replaced
40 |
40 |
41 clean: |
41 clean: |
42 -rm -f iec2iec iec2c *.o absyntax/*.o |
42 -rm -f iec2iec iec2c *.o absyntax/*.o |
43 echo > Makefile.depend |
43 echo > Makefile.depend |
44 # make something everywhere (ie, in all Makefiles that have that target) |
44 # make something everywhere (ie, in all Makefiles that have that target) |
45 find . -depth -mindepth 2 -maxdepth 2 -name Makefile | sed 's/Makefile//g' | xargs -I {} make -C{} clean |
45 find . -depth -mindepth 2 -maxdepth 2 -name Makefile | sed 's/Makefile//g' | xargs -I {} $(MAKE) -C{} clean |
46 |
46 |
47 CXXFLAGS += -I. |
47 CXXFLAGS += -I. |
48 |
48 |
49 LIBS = absyntax/absyntax.o absyntax/visitor.o |
49 LIBS = absyntax/absyntax.o absyntax/visitor.o |
50 LIBS += stage1_2/stage1_2.o stage1_2/iec.y.o stage1_2/iec.flex.o |
50 LIBS += stage1_2/stage1_2.o stage1_2/iec.y.o stage1_2/iec.flex.o |