From 239e4e138ea8cfb78fc0d484b0ceb92e56767270 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 19 Aug 2010 03:10:23 +0000 Subject: debianized using library template svn path=/trunk/externals/beatpipe/; revision=13832 --- makefile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile deleted file mode 100644 index 829584e..0000000 --- a/makefile +++ /dev/null @@ -1,23 +0,0 @@ -# where is your m_pd.h ??? - -LINUXINCLUDE = -I/usr/local/include - - - - -beatpipe: beatpipe.c - gcc $(CFLAGS) $(LINUXCFLAGS) $(LINUXINCLUDE) -o beatpipe.o -c beatpipe.c - ld --export-dynamic -shared -o beatpipe.pd_linux beatpipe.o -lc -lm - strip --strip-unneeded beatpipe.pd_linux - rm beatpipe.o - - -install: - - cp help-beatpipe.pd /usr/local/lib/pd/doc/5.reference - cp beatpipe.pd_linux /usr/local/lib/pd/externs - - -clean: - rm beatpipe.pd_linux - -- cgit v1.2.1