diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2003-02-28 09:48:54 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2003-02-28 09:48:54 +0000 |
commit | 8227dc75b8e236f7f9629d1bc49fae0addee3def (patch) | |
tree | 13f2aec426201ee87dd0cbda0860082315dfa1ae /modules/Makefile | |
parent | a0aef64af84622e8d6d02c7714fb82178dea0286 (diff) |
pdp config
svn path=/trunk/externals/pdp/; revision=440
Diffstat (limited to 'modules/Makefile')
-rw-r--r-- | modules/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/modules/Makefile b/modules/Makefile index 8f743aa..09a9ce3 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -2,13 +2,15 @@ current: all_modules include ../Makefile.config -OBJECTS = pdp_xv.o pdp_qt.o pdp_add.o pdp_reg.o pdp_conv.o \ - pdp_mix.o pdp_v4l.o pdp_affine.o pdp_del.o pdp_mul.o pdp_randmix.o \ +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_sdl.o pdp_cheby.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 -all_modules: $(OBJECTS) +# build portable and optional modules +all_modules: $(PDP_MOD) $(PDP_OPTMOD) clean: rm -f *~ |