blob: 735ba5fe0ccccb0fe8033c6e2b4b804e1c40044e [file] [log] [blame]
Chris Lattner00950542001-06-06 20:29:01 +00001LEVEL = .
Chris Lattner52cc7e22003-08-15 04:53:45 +00002DIRS = lib/Support utils lib tools runtime
John Criswell8bff5092003-06-11 13:55:44 +00003OPTIONAL_DIRS = projects
Chris Lattner00950542001-06-06 20:29:01 +00004
5include $(LEVEL)/Makefile.common
6
7test :: all
8 cd test; $(MAKE)
John Criswelld741bcf2003-08-12 18:51:51 +00009
10distclean:: clean
11 $(VERB) $(RM) -rf $(LEVEL)/Makefile.config \
12 $(LEVEL)/include/Config/config.h \
13 $(LEVEL)/autoconf/autom4te.cache \
14 $(LEVEL)/config.log \
15 $(LEVEL)/TAGS
16