- ability to disable block connection animation
[FaRetSys.git] / Plugins / Makefile
blobbc64069ead6fea1440af280724062338ab7e4fda
1 SUBDIRS = \
2 Badness \
3 Best \
4 ClassDB \
5 Correctness \
6 Crop \
7 Desaturate \
8 Edge \
9 Euclid \
10 FFT \
11 Flip \
12 Haar \
13 Histogram \
14 HistogramView \
15 ImageView \
16 L0Mod \
17 Mirror \
18 Multiplier \
19 NewSourceImages \
20 PC-C1 \
21 PC-C2 \
22 Random \
23 Resize \
24 ResizeWavelet \
25 ResultData \
26 RGBSplit \
27 SimpleDB \
28 SimpleResultView \
29 X-of-Y
31 all: $(SUBDIRS)
33 .PHONY: $(SUBDIRS)
34 $(SUBDIRS):
35 +make -C $@
37 clean: $(SUBDIRS:%=%-clean)
39 $(SUBDIRS:%=%-clean):
40 +make -C $(@:%-clean=%) clean