blob: 095395b5e355599e8afc7671ba23e50c2fc1ea76 [file] [log] [blame]
Chris Lattner71b82e32002-12-06 03:53:40 +00001LEVEL := ..
2PARALLEL_DIRS := as dis opt gccas llc link lli gccld analyze extract bugpoint
Chris Lattner2f7c9632001-06-06 20:29:01 +00003
4include $(LEVEL)/Makefile.common
5
Chris Lattner71b82e32002-12-06 03:53:40 +00006ifeq ($(ARCH),x86)
7# Only build jello when we are on X86
8all :: jello/.makeall
9install :: jello/.makeinstall
10clean :: jello/.makeclean
11endif
12
13
14