X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvmc%2FMakefile;h=7c03e2a74f7c6b2f97161a0cf1e1103c5ac79899;hb=a75ce9f5d2236d93c117e861e60e6f3f748c9555;hp=60961769d19754f956cd916433ee74fa929c7031;hpb=540d73f0cb32a3c520a6951c68393135008e8a17;p=oota-llvm.git diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 60961769d19..7c03e2a74f7 100644 --- a/tools/llvmc/Makefile +++ b/tools/llvmc/Makefile @@ -9,12 +9,10 @@ LEVEL = ../.. -# The current plan is to make the user copy the skeleton project and change only -# this file (and plugins/UserPlugin, of course). +DIRS = src -export LLVMC_BASED_DRIVER_NAME = llvmc -export LLVMC_BUILTIN_PLUGINS = Base Clang - -DIRS = plugins driver +ifeq ($(BUILD_EXAMPLES),1) + OPTIONAL_DIRS += examples +endif include $(LEVEL)/Makefile.common