Initial revision
[platform/upstream/automake.git] / lib / am / clean.am
1 mostlyclean:
2         rm -f *.o core
3
4 clean: mostlyclean
5         rm -f $(PROGRAMS) $(LIBRARIES) $(CLEANFILES)
6
7 distclean: clean
8         rm -f Makefile
9
10 realclean: distclean
11         rm -f TAGS