Makefile
changeset 159 1e4eb0d48385
parent 70 e1f0ebd2d9ec
child 178 1622dc05c6ca
equal deleted inserted replaced
158:eb8a5df69bb0 159:1e4eb0d48385
    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