aboutsummaryrefslogtreecommitdiff
path: root/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'modules/Makefile')
-rw-r--r--modules/Makefile26
1 files changed, 14 insertions, 12 deletions
diff --git a/modules/Makefile b/modules/Makefile
index 09a9ce3..dfafb76 100644
--- a/modules/Makefile
+++ b/modules/Makefile
@@ -1,18 +1,20 @@
-current: all_modules
+# build subdirs
+current:
+ make -C generic
+ make -C image_basic
+ make -C image_io
+ make -C image_special
+ make -C matrix_basic
+ make -C test
-include ../Makefile.config
-
-PDP_MOD = pdp_add.o pdp_reg.o pdp_conv.o \
- pdp_mix.o pdp_affine.o pdp_del.o pdp_mul.o pdp_randmix.o \
- pdp_snap.o pdp_trigger.o pdp_bq.o pdp_noise.o pdp_gradient.o \
- pdp_route.o pdp_gain.o pdp_grey.o pdp_chrot.o pdp_scope.o \
- pdp_scale.o pdp_zoom.o pdp_scan.o pdp_cheby.o pdp_scanxy.o \
- pdp_grey2mask.o pdp_constant.o pdp_slice_cut.o pdp_slice_glue.o
-
-# build portable and optional modules
-all_modules: $(PDP_MOD) $(PDP_OPTMOD)
clean:
+ make -C generic clean
+ make -C image_basic clean
+ make -C image_io clean
+ make -C image_special clean
+ make -C matrix_basic clean
+ make -C test clean
rm -f *~
rm -f *.o