From 494a07a361fe4ee0e54f77468a976b1a77818770 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Fri, 12 Sep 2003 22:26:57 +0000 Subject: creb 0.9.0 svn path=/trunk/externals/creb/; revision=956 --- Makefile.config_darwin | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Makefile.config_darwin (limited to 'Makefile.config_darwin') diff --git a/Makefile.config_darwin b/Makefile.config_darwin deleted file mode 100644 index 705d134..0000000 --- a/Makefile.config_darwin +++ /dev/null @@ -1,25 +0,0 @@ -PD_DIR = /usr/local/pd/src -PD_EXECUTABLE = /usr/local/pd/bin/pd - -CREB_VERSION = 0.8 - -LIBNAME = creb.pd_darwin - -DEFS = -DPD -DCREB_VERSION=\"$(CREB_VERSION)\" - -CFLAGS = $(DEFS) -O2 -funroll-loops -fomit-frame-pointer \ - -Wall -W -Wstrict-prototypes -Werror \ - -Wno-unused -Wno-parentheses -Wno-switch # -Wshadow - -INCLUDE = -I$(PD_DIR) -I../include -I../include/dspi - -LIBFLAGS = -bundle -bundle_loader $(PD_EXECUTABLE) - -#CC = gcc -#CXX = g++ - -.c.o: - $(CC) $(CFLAGS) $(INCLUDE) -o $*.o -c $*.c -.cc.o: - $(CXX) $(CFLAGS) $(INCLUDE) -o $*.o -c $*.cc - -- cgit v1.2.1