From f8d8ce4d35bfbba5391af2a3fbce2ad88f94dd69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Tue, 9 Jul 2002 12:36:46 +0000 Subject: PeRColate svn path=/trunk/Framestein/; revision=31 --- Plugins/makefile | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) (limited to 'Plugins/makefile') diff --git a/Plugins/makefile b/Plugins/makefile index 198a611..4e92a8a 100644 --- a/Plugins/makefile +++ b/Plugins/makefile @@ -2,7 +2,9 @@ all: noize colortv subtract xbend bend gol shuffle green \ tile rgbcopy copyvert black rgb hist setbits xshred \ sonogram vf2fs fs2vf swap 2colors plot makesliders \ convolution compare darken deinterlace difference interlace lighten \ - multiply overlay screen shadowcaster softlight + multiply overlay screen shadowcaster softlight \ + rgbseek modgain traffic constrain eclipse eclipse02 eclipse03 \ + cga keyscreen rene cutout fromage rgbavg rgbavg02 dir *.dll @@ -129,3 +131,53 @@ softlight: # # # + +# +# PeRColate +# + +rgbseek: + cl rgbseek.c $(FLAGS) /link $(EFFECT) + +modgain: + cl modgain.c $(FLAGS) /link $(EFFECT) + +traffic: + cl traffic.c $(FLAGS) /link $(EFFECT) + +constrain: + cl constrain.c $(FLAGS) /link $(EFFECT) + +eclipse: + cl eclipse.c $(FLAGS) /link $(EFFECT) + +eclipse02: + cl eclipse02.c $(FLAGS) /link $(COPY) + +eclipse03: + cl eclipse03.c $(FLAGS) /link $(EFFECT) + +cga: + cl cga.c $(FLAGS) /link $(EFFECT) + +keyscreen: + cl keyscreen.c $(FLAGS) /link $(COPY) + +rene: + cl rene.c $(FLAGS) /link $(COPY) + +cutout: + cl cutout.c $(FLAGS) /link $(COPY) + +fromage: + cl fromage.c $(FLAGS) /link $(COPY) + +rgbavg: + cl rgbavg.c $(FLAGS) /link $(EFFECT) + +rgbavg02: + cl rgbavg02.c $(FLAGS) /link $(COPY) + +# +# +# -- cgit v1.2.1