48ea8ea93cb5b515cb4feed1de2f70bfad87532b
[oota-llvm.git] / runtime / Makefile
1 # Libraries Makefile:  Build all subdirectories automatically
2
3 all:: runtime.o
4
5 LEVEL = ../..
6 DIRS  := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
7
8 include ${LEVEL}/Makefile.common
9
10 # Install target for libraries: Copy into the gcc install directory in chris's
11 # tree...
12 #
13 install::
14
15 clean::
16
17 runtime.o: ../runtime.c
18         $(CC) -c $(CFLAGS) $<