From 8ad7c35790a83d6673bc21868cded2f7ee7cad5a Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 26 Feb 2009 20:41:22 +0000 Subject: imagegrid deleted: now videogrid allows to choose image and video files format This line, and those below, will be ignored-- M pdvjtools/pdp_freeframe/pdp_freeframe-help.pd M pdvjtools/pdp_1394L/pdp_1394L-help.pd D pdvjtools/imagegrid M pdvjtools/pdp_frei0r/pdp_frei0r-help.pd M pdvjtools/videogrid/videogrid-help.pd M pdvjtools/Makefile svn path=/trunk/externals/pdvjtools/; revision=10821 --- imagegrid/Makefile | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100755 imagegrid/Makefile (limited to 'imagegrid/Makefile') diff --git a/imagegrid/Makefile b/imagegrid/Makefile deleted file mode 100755 index 5548c8a..0000000 --- a/imagegrid/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -PD_SRC=../../../pd/src - -NAME=imagegrid -CSYM=imagegrid - -current: pd_linux - -# ----------------------- LINUX ----------------------- - -pd_linux: $(NAME).pd_linux - -.SUFFIXES: .pd_linux - -LINUXCFLAGS = -fPIC -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer \ - -Wall -W -Wno-shadow -Wstrict-prototypes \ - -Wno-unused -Wno-parentheses -Wno-switch - - -LINUXINCLUDE = -I$(PD_SRC) -I/usr/include/ - -.c.pd_linux: -# cc -fPIC -c -ansi -O -Wall -Wmissing-prototypes cua.c -# cc -fPIC -c -ansi -O -Wall -Wmissing-prototypes magickconverter.c -# ./tk2c.sh < $*.tk > $*.tk2c - cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c -# ld -export_dynamic -shared -o $*.pd_linux $*.o cua.o magickconverter.o -lc -lm -lMagick `Wand-config --ldflags --libs` - ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm -lMagick `Wand-config --ldflags --libs` - strip --strip-unneeded $*.pd_linux - rm -f $*.o ../$*.pd_linux - ln -s $*/$*.pd_linux .. - -# ---------------------------------------------------------- - -install: - cp *-help.pd ../../../doc/5.reference - -clean: - rm -f *.o *.pd_* so_locations - -- cgit v1.2.1