From 171485daa08e97782c05b3ca7490e6e42b827197 Mon Sep 17 00:00:00 2001 From: Georg Holzmann Date: Sun, 20 Nov 2005 21:29:12 +0000 Subject: version 0.1 svn path=/trunk/externals/grh/; revision=3989 --- threadlib/src/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'threadlib/src/Makefile') diff --git a/threadlib/src/Makefile b/threadlib/src/Makefile index 0579345..fd635c6 100755 --- a/threadlib/src/Makefile +++ b/threadlib/src/Makefile @@ -3,7 +3,7 @@ # this should point to the directory which contains # m_pd.h and g_canvas.h -PDSCR=/home/holzi/pd-0.39-1test1/src +PDSCR=/home/holzi/pd-0.39-1/src # this is the pd directory, here the files will be # installed @@ -13,8 +13,8 @@ PDPATH=/usr/lib/pd TARGET=threadlib.pd_linux -OBJ=fifo.o callbacks.o threadlib.o sleep.o detach.o \ - join.o threadedsf.o +OBJ=fifo.o callbacks.o threadlib.o \ + sleep.o detach.o join.o CC = gcc LD = gcc @@ -54,9 +54,6 @@ detach.o: threadlib.o fifo.o detach.c join.o: threadlib.o callbacks.o join.c $(CC) $(CC_FLAGS) $(INCLUDE) join.c -threadedsf.o: threadlib.o callbacks.o threadedsf.c - $(CC) $(CC_FLAGS) $(INCLUDE) threadedsf.c - # -------------------------------------------------- clean: -- cgit v1.2.1