From 1719a56dc3b872e8238b8ea945b5a1f934bde031 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 1 Sep 2003 18:22:57 +0000 Subject: moved gem2pdp to the CVSROOT/externals/ svn path=/trunk/externals/unauthorized/; revision=922 --- gem2pdp/Makefile.in | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 gem2pdp/Makefile.in (limited to 'gem2pdp/Makefile.in') diff --git a/gem2pdp/Makefile.in b/gem2pdp/Makefile.in deleted file mode 100644 index a16e25d..0000000 --- a/gem2pdp/Makefile.in +++ /dev/null @@ -1,49 +0,0 @@ -PD_DIR = @PD_DIR@ -PDP_DIR = @PDP_DIR@ -GEM_DIR = @GEM_DIR@ - -LIBS = @LIBS@ -GEM2PDP_VERSION = @GEM2PDP_VERSION@ - -GEM2PDP_DISTRO = /mnt/c/ydegoyon.free.fr/gem2pdp-$(GEM2PDP_VERSION) -GEM2PDP_TARBALL = $(GEM2PDP_DISTRO).tar.gz -# build flags - -GEM2PDP_INCLUDE = -I$(PD_DIR)/src -I. -I$(PDP_DIR)/include -I$(GEM_DIR)/src -GEM2PDP_CPPFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ - -Wall -W -Wno-unused -Wno-parentheses -Wno-switch \ - -DGEM2PDP_VERSION=\"$(GEM2PDP_VERSION)\" -g -PDP_PIDIP_CPPFLAGS = -O - -all: gem2pdp.pd_linux pdp2gem.pd_linux - -pdp2gem.pd_linux: pdp2gem.o yuv.o - rm -f pdp2gem.pd_linux - gcc -export_dynamic -shared -o pdp2gem.pd_linux pdp2gem.o yuv.o $(LIBS) - -gem2pdp.pd_linux: gem2pdp.o yuv.o - rm -f gem2pdp.pd_linux - gcc -export_dynamic -shared -o gem2pdp.pd_linux gem2pdp.o yuv.o $(LIBS) - -clean: - rm -f *.o - rm -f gem2pdp.pd_linux - rm -f pdp2gem.pd_linux - -distro: clean all - rm *.o - strip --strip-unneeded gem2pdp.pd_linux - cd .. && cp -rf gem2pdp /tmp/gem2pdp-$(GEM2PDP_VERSION) - cd /tmp && tar vczf $(GEM2PDP_TARBALL) gem2pdp-$(GEM2PDP_VERSION) - cp /mnt/c/ydegoyon.free.fr/gem2pdp-$(GEM2PDP_VERSION).tar.gz /mnt/c/Yves - rm -rf /tmp/gem2pdp-$(GEM2PDP_VERSION) - -.cpp.o: - cat $(PDP_DIR)/include/pdp.h | grep -v m_pd > pdp-light.h - g++ $(GEM2PDP_CPPFLAGS) $(GEM2PDP_INCLUDE) -o $*.o -c $*.cpp - -.c.o: - cat $(PDP_DIR)/include/pdp.h | grep -v m_pd > pdp-light.h - gcc $(GEM2PDP_CPPFLAGS) $(GEM2PDP_INCLUDE) -o $*.o -c $*.c - - -- cgit v1.2.1