equal
deleted
inserted
replaced
19 for ff in `cd lib; ls *.txt; cd ..` do echo $$ff done |
19 for ff in `cd lib; ls *.txt; cd ..` do echo $$ff done |
20 # for ff in `cd lib; ls *.txt; cd ..` do rm -f $(INSTALL_PREDIR)/$(IECLIBDIR)/$$ff done |
20 # for ff in `cd lib; ls *.txt; cd ..` do rm -f $(INSTALL_PREDIR)/$(IECLIBDIR)/$$ff done |
21 |
21 |
22 |
22 |
23 clean: |
23 clean: |
24 -rm -f iec2iec iec2c *.o absyntax/*.o Makefile.depend |
24 -rm -f iec2iec iec2c *.o absyntax/*.o |
|
25 echo > Makefile.depend |
25 # make something everywhere (ie, in all Makefiles that have that target) |
26 # make something everywhere (ie, in all Makefiles that have that target) |
26 find . -depth -mindepth 2 -maxdepth 2 -name Makefile -printf %h\\n | xargs -i make -C{} $@ |
27 find . -depth -mindepth 2 -maxdepth 2 -name Makefile -printf %h\\n | xargs -i make -C{} $@ |
27 |
28 |
28 CXXFLAGS += -I. |
29 CXXFLAGS += -I. |
29 |
30 |