aboutsummaryrefslogtreecommitdiff
path: root/send+dump/Makefile.in
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-04 22:10:41 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-04 22:10:41 +0000
commit4ddc89a36ab33d0b660b7312b9b9f9557e820a78 (patch)
tree7cbd2ca0f5e73f1493e568ce8528946f4421f860 /send+dump/Makefile.in
parent023de231af8193b25c88d90bcdcea62465eb6e41 (diff)
cleaned up build system, especially for Darwin/MacOS X
svn path=/trunk/externals/OSCx/; revision=1549
Diffstat (limited to 'send+dump/Makefile.in')
-rw-r--r--send+dump/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/send+dump/Makefile.in b/send+dump/Makefile.in
index 6ff1cf2..2927d63 100644
--- a/send+dump/Makefile.in
+++ b/send+dump/Makefile.in
@@ -2,8 +2,6 @@ LIBOSCDIR = ../libOSC
LIBOSC = ${LIBOSCDIR}/libOSC.a
# for eg. linux
# DEFS= -Dunix
-# for MAC OSX, should be DARWIN
-# DEFS=-Dunix -DMACOSX
CFLAGS= @CFLAGS@
# INCLUDES= @INCLUDES@
@@ -18,7 +16,7 @@ sendOSC: sendOSC.o htmsocket.o ${LIBOSC}
dumpOSC: ${DUMPOBJS}
${CC} ${CFLAGS} $(INCLUDES) -o $@ ${DUMPOBJS}
-
+
dumpUDP: dumpUDP.o
${CC} ${CFLAGS} $(INCLUDES) -o dumpUDP dumpUDP.o