projects
/
Faustine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8abe2ee
)
Examples Makefile.
author
Karim Barkati
<karimbarkati@gmail.com>
Mon, 16 Sep 2013 12:22:47 +0000
(14:22 +0200)
committer
Karim Barkati
<karimbarkati@gmail.com>
Mon, 16 Sep 2013 12:22:47 +0000
(14:22 +0200)
examples/Makefile
patch
|
blob
|
history
diff --git
a/examples/Makefile
b/examples/Makefile
index
66667e1
..
e66137f
100644
(file)
--- a/
examples/Makefile
+++ b/
examples/Makefile
@@
-1,4
+1,11
@@
SOURCES = $(wildcard */*.dsp)
+DIRS = sinwave fft primitives # 2d_fft close fft open sinwave dilation erosion licenseplate primitives
+
+all: eachexample
+
+define mytarget
+ eachexample:: ; $(MAKE) -C $1
+endef
+
+$(foreach dir,$(DIRS),$(eval $(call mytarget,$(dir))))
-all: $(SOURCES)
-