From 213978fa8a868661dda88e6b4e7cacec1c90677a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=ADn?= Date: Sun, 7 Sep 2003 21:45:05 +0000 Subject: Updating pdp to current version 0.12.2 svn path=/trunk/externals/pdp/; revision=941 --- modules/image_basic/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 modules/image_basic/Makefile (limited to 'modules/image_basic/Makefile') diff --git a/modules/image_basic/Makefile b/modules/image_basic/Makefile new file mode 100644 index 0000000..d82b2cb --- /dev/null +++ b/modules/image_basic/Makefile @@ -0,0 +1,20 @@ +current: all_modules + +include ../../Makefile.config + +PDP_MOD = pdp_add.o pdp_conv.o \ + pdp_mix.o pdp_mul.o pdp_randmix.o \ + pdp_bq.o pdp_noise.o \ + pdp_gain.o \ + pdp_zoom.o pdp_cheby.o \ + pdp_constant.o \ + pdp_logic.o pdp_stateless.o pdp_plasma.o + + +# build basic image processing modules (derived from base class) +all_modules: $(PDP_MOD) + +clean: + rm -f *~ + rm -f *.o + -- cgit v1.2.1