Initial checkin
[oota-llvm.git] / examples / ModuleMaker / Makefile.common
1 #
2 # Set this variable to the top of the LLVM source tree.
3 #
4 LLVM_SRC_ROOT = $(LEVEL)/../..
5
6 #
7 # Include LLVM's Master Makefile.
8 #
9 include $(LLVM_SRC_ROOT)/Makefile.common
10