[PD-cvs] externals/OSCx/libOSC Makefile.in,NONE,1.1 Makefile,1.6,NONE

x75 at users.sourceforge.net x75 at users.sourceforge.net
Wed Mar 10 01:01:58 CET 2004


Update of /cvsroot/pure-data/externals/OSCx/libOSC
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12318/libOSC

Added Files:
	Makefile.in 
Removed Files:
	Makefile 
Log Message:
changed to single external style ...


--- NEW FILE: Makefile.in ---
CFLAGS=  -O2 -Wall -fPIC
ARFLAGS=srv
# uncomment the following for linux/win
# DEFS= -Dunix
# and this for osx
# DEFS= -Dunix -DMACOSX
LIB=libOSC.a

CFLAGS= @CFLAGS@

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

--- Makefile DELETED ---





More information about the Pd-cvs mailing list