diff options
author | Pablo Martín <caedesv@users.sourceforge.net> | 2003-09-07 20:01:24 +0000 |
---|---|---|
committer | Pablo Martín <caedesv@users.sourceforge.net> | 2003-09-07 20:01:24 +0000 |
commit | e20d5ae3622d5d656dc28d7a090aee76b08158b0 (patch) | |
tree | de772d913888f4d5faf127414e2cb4ce486be3ca /modules/Makefile | |
parent | 69fab985ebfc5ea03228c92a859e4091fee1b28d (diff) |
updating pdp to current version 0.12.2
svn path=/trunk/externals/pdp/; revision=936
Diffstat (limited to 'modules/Makefile')
-rw-r--r-- | modules/Makefile | 26 |
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 |