aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranz Zotter <fzotter@users.sourceforge.net>2006-03-25 13:14:59 +0000
committerFranz Zotter <fzotter@users.sourceforge.net>2006-03-25 13:14:59 +0000
commit6b079b5df20a90500294e2f1a58912b32074cd82 (patch)
tree23bdb7515ac1a6ae6343bf1a85904057ea396388 /Makefile
parent47979e4af5ff135984a22d5ecb6ef7acb69f6f0f (diff)
changed a lot: pdoctave_dataframe: sleepUntil changed. Doesn't work yet, perhaps will not work that way. Looking for a suitable solution...
pdoctave.c: starting octave when loading lib. removed the pdoctave object. Started general chaos... svn path=/trunk/externals/iem/pdoctave/; revision=4766
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index c3aaacf..d337179 100644
--- a/Makefile
+++ b/Makefile
@@ -62,16 +62,18 @@ $(OBJ) : %.o : %.c
#touch $*.c
cc $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c
-read_shared_mem.oct: read_shared_mem.cc
+pdoctave_dataframe.o: pdoctave_dataframe.h pdoctave_dataframe.c
+
+read_shared_mem.oct: read_shared_mem.cc pdoctave_dataframe.o
mkoctfile read_shared_mem.cc -c -o read_shared_mem.o
mkoctfile read_shared_mem.o pdoctave_dataframe.o -o read_shared_mem.oct
-write_shared_mem.oct: write_shared_mem.cc
+write_shared_mem.oct: write_shared_mem.cc pdoctave_dataframe.o
mkoctfile write_shared_mem.cc -c -o write_shared_mem.o
mkoctfile write_shared_mem.o pdoctave_dataframe.o -o write_shared_mem.oct
-pdoctave_send.o: pdoctave_send.c
+pdoctave_send.o: pdoctave_dataframe.o pdoctave_send.c
-pdoctave_command.o: pdoctave_command.c
+pdoctave_command.o: pdoctave_dataframe.o pdoctave_command.c
-pdoctave_get.o: pdoctave_get.c
+pdoctave_get.o: pdoctave_dataframe.o pdoctave_get.c