]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blobdiff - Makefile
Add support for deferred events
[boost-statechart-viewer.git] / Makefile
index fd698ecec42effdf545f4a73b11ca579f53c28f6..4aade4d4b1f14fb2d4b2a438f471c4efb18eaeb3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
-#LLVM_SRC=llvm
+all: src examples
 
--include config.local
+.PHONY: src examples
 
-# Use our version of clang (even without installing)
-LLVM_BIN= $(CURDIR)/_install/bin
+src:
+       $(MAKE) -C src
 
-LLVM_CONFIG := $(shell $(LLVM_BIN)/llvm-config --cxxflags --ldflags --libs jit core)
+examples: src
+       $(MAKE) -C examples