aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/makefile.in
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-05-16 23:33:20 +0000
committerN.N. <matju@users.sourceforge.net>2009-05-16 23:33:20 +0000
commit63da9a1fed0c6cd53a43b1ef36a69436bf003eb4 (patch)
tree4fe6db1c630e26e4d0676b10a7f4a5110194d1b0 /desiredata/src/makefile.in
parent4e345b88bb37fcf3f968cbaae752bbc30ef5b877 (diff)
another fix for pdsend pdreceive etc... hope that this is the last
svn path=/trunk/; revision=11399
Diffstat (limited to 'desiredata/src/makefile.in')
-rw-r--r--desiredata/src/makefile.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/desiredata/src/makefile.in b/desiredata/src/makefile.in
index c973731e..7844be16 100644
--- a/desiredata/src/makefile.in
+++ b/desiredata/src/makefile.in
@@ -64,18 +64,17 @@ pd-watchdog: s_watchdog.c
$(CC) $(CFLAGS) $(STRIPFLAG) -o pd-watchdog s_watchdog.c
pd.com: main.o
- $(CC) $(LDFLAGS) $(DBG_CFLAGS) $(CFLAGS) -o pd.com main.o \
- $(LIBS) -L../src -lpd
+ $(CC) $(LDFLAGS) $(DBG_CFLAGS) $(CFLAGS) -o pd.com main.o $(LIBS) -L../src -lpd
strip --strip-unneeded -R .note -R .comment pd.com
# i should sort out the LDFLAGS thing so that pd,pdsend,pdreceive don't get linked to all libs that libpd.so is linked to.
-pdsend$(EXE): u_pdsend.c
- $(CC) $(CFLAGS) $(STRIPFLAG) $(LDFLAGS) -o pdsend$(EXE) u_pdsend.c
+pdsend$(EXE): u_pdsend.c config.log
+ $(CXX) $(CFLAGS) $(STRIPFLAG) $(LDFLAGS) -o pdsend$(EXE) u_pdsend.c
$(STRIP) pdsend$(EXE)
-pdreceive$(EXE): u_pdreceive.c
- $(CC) $(CFLAGS) $(STRIPFLAG) $(LDFLAGS) -o pdreceive$(EXE) u_pdreceive.c
+pdreceive$(EXE): u_pdreceive.c config.log
+ $(CXX) $(CFLAGS) $(STRIPFLAG) $(LDFLAGS) -o pdreceive$(EXE) u_pdreceive.c
$(STRIP) pdreceive$(EXE)
externs::