blob: 10aff58ac66f336e9662a524b4f31f5a296a025f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
LEVEL := ..
PARALLEL_DIRS := as dis opt gccas llc link lli gccld analyze extract bugpoint
include $(LEVEL)/Makefile.common
#ifeq ($(ARCH),x86)
# Only build jello when we are on X86
#all :: jello/.makeall
#install :: jello/.makeinstall
#clean :: jello/.makeclean
#endif
|