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_special/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/image_special/Makefile (limited to 'modules/image_special/Makefile') diff --git a/modules/image_special/Makefile b/modules/image_special/Makefile new file mode 100644 index 0000000..7c0f59d --- /dev/null +++ b/modules/image_special/Makefile @@ -0,0 +1,15 @@ +current: all_modules + +include ../../Makefile.config + +PDP_MOD = pdp_chrot.o pdp_grey2mask.o pdp_scale.o pdp_scan.o \ + pdp_scanxy.o pdp_scope.o pdp_slice_cut.o pdp_slice_glue.o \ + pdp_cog.o pdp_histo.o pdp_array.o + +# build special case image (and sound) processing modules +all_modules: $(PDP_MOD) + +clean: + rm -f *~ + rm -f *.o + -- cgit v1.2.1