From 90dcfc18b533454d99f1d02ee7f191c63e5ed728 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 8 Apr 2004 02:35:21 +0000 Subject: made all of the objects compile on MacOS X and GNU/Linux svn path=/trunk/externals/mjlib/; revision=1571 --- makefile.linux | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'makefile.linux') diff --git a/makefile.linux b/makefile.linux index 14f65e3..f1de6a1 100644 --- a/makefile.linux +++ b/makefile.linux @@ -20,16 +20,11 @@ CXXFLAGS = $(CFLAGS) #LIBS = -lc -lm LIBS = -lpthread -lm -lc -SOURCES = pin~.c mjLib.c metroplus.c monorythm.c prob.c +SOURCES = about.c convolve~.c pin~.c metroplus.c monorhythm.c morse.c n2m.c prob.c synapseA~.c TARGETS = $(SOURCES:.c=.$(EXT)) all: $(TARGETS) -mjLib: $(TARGETS) - cc -c $(CFLAGS) -DPD mjLib.c - $(LD) -export_dynamic -shared -o mjLib.pd_linux *.o $(LIBS) - strip --strip-unneeded mjLib.pd_linux - clean:: -rm *.$(EXT) *.o -- cgit v1.2.1