Edit

kc3-lang/automake/lib/am/clean.am

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-11-12 18:17:11
    Hash : 19b00280
    Message : (maintainer-clean): Updated rules per GNU standards.

  • lib/am/clean.am
  • mostlyclean:
    	rm -f *.o core
    
    clean: mostlyclean
    	rm -f $(PROGRAMS) $(LIBPROGRAMS) $(LIBFILES) $(TEXFILES) $(CLEANFILES)
    
    distclean: clean
    	rm -f Makefile *.tab.c $(DISTCLEANFILES)
    	rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h
    
    maintainer-clean: distclean
    	@echo "This command is intended for maintainers to use;"
    	@echo "it deletes files that may require special tools to rebuild."
    	rm -f TAGS $(INFOS)