Minor cleanup related to my latest scheduler changes.
[oota-llvm.git] / tools / llvmc / Makefile
index 60961769d19754f956cd916433ee74fa929c7031..7c03e2a74f7c6b2f97161a0cf1e1103c5ac79899 100644 (file)
@@ -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