Edit

kc3-lang/automake/clean.am

Branch :

  • Show log

    Commit

  • Author : David J. MacKenzie
    Date : 1994-10-02 01:50:24
    Hash : ce41f866
    Message : fix up distclean

  • 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
    
    realclean: distclean
    	rm -f TAGS