Merge branch 'master' of https://scm.cri.ensmp.fr/git/Faustine
authorKarim Barkati <karimbarkati@gmail.com>
Mon, 16 Sep 2013 13:59:05 +0000 (15:59 +0200)
committerKarim Barkati <karimbarkati@gmail.com>
Mon, 16 Sep 2013 13:59:05 +0000 (15:59 +0200)
Conflicts:
examples/Makefile

1  2 
examples/Makefile

diff --combined examples/Makefile
@@@ -1,11 -1,4 +1,11 @@@
  SOURCES = $(wildcard */*.dsp)
 +DIRS = sinwave fft primitives # 2d_fft close fft open sinwave dilation erosion licenseplate primitives
  
 -all: $(SOURCES)
 +all: make-each-example
 +
 +define mytarget
 +  make-each-example:: ; $(MAKE) -C $1
 +endef
 +
 +$(foreach dir,$(DIRS),$(eval $(call mytarget,$(dir))))
+