aboutsummaryrefslogtreecommitdiff
path: root/modules/image_special/Makefile
blob: 005832f05b05a84a06b2538480f35dbd0a156a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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_cog.o pdp_array.o $(PDP_IMAGE_SPECIAL)

# build special case image (and sound) processing modules
all_modules: $(PDP_MOD)

clean:
	rm -f *~
	rm -f *.o