aboutsummaryrefslogtreecommitdiff
path: root/threadlib/src/Makefile
diff options
context:
space:
mode:
authorGeorg Holzmann <grholzi@users.sourceforge.net>2005-11-20 21:29:12 +0000
committerGeorg Holzmann <grholzi@users.sourceforge.net>2005-11-20 21:29:12 +0000
commit171485daa08e97782c05b3ca7490e6e42b827197 (patch)
tree373ba2e33f38e4435a93f457aeddb85cd88744a6 /threadlib/src/Makefile
parent3cef5d2ec589e3da66a66b27d7521af096bd9300 (diff)
version 0.1
svn path=/trunk/externals/grh/; revision=3989
Diffstat (limited to 'threadlib/src/Makefile')
-rwxr-xr-xthreadlib/src/Makefile9
1 files changed, 3 insertions, 6 deletions
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: