From d8847bccfcc9ac116d81cd18ce485f5595e7f6bb Mon Sep 17 00:00:00 2001 From: jdl Date: Wed, 10 Mar 2004 00:01:56 +0000 Subject: changed to single external style ... svn path=/trunk/externals/OSCx/; revision=1399 --- libOSC/Makefile | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 libOSC/Makefile (limited to 'libOSC/Makefile') diff --git a/libOSC/Makefile b/libOSC/Makefile deleted file mode 100644 index f1585fa..0000000 --- a/libOSC/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -CFLAGS= -O2 -Wall -fPIC -ARFLAGS=srv -# uncomment the following for linux/win -# DEFS= -Dunix -# and this for osx -DEFS= -Dunix -DMACOSX -LIB=libOSC.a - -LIBOBJS= ${LIB}(OSC-client.o) ${LIB}(OSC-timetag.o) - -all: ${LIBOBJS} - -.c.a: - ${CC} -c ${CFLAGS} ${DEFS} $< - ${AR} ${ARFLAGS} $@ $*.o - rm -f $*.o - -test_OSC: test_OSC.o ${LIB} - cc -o test_OSC test_OSC.o ${LIB} - -test_OSC_timeTag: test_OSC_timeTag.o OSC-timetag.o - cc -o test_OSC_timeTag test_OSC_timeTag.o OSC-timetag.o - - -clean: - rm -f ${LIB} *.o -- cgit v1.2.1