source: roaraudio/libroaresd/Makefile @ 632:468ce09813a2

Last change on this file since 632:468ce09813a2 was 632:468ce09813a2, checked in by phi, 16 years ago

no debuging enbled in trunk!

File size: 420 bytes
RevLine 
[0]1TARGETS=libroaresd.so
2OBJS=libroaresd.o esdbasic.o esdctl.o esdstream.o esdsample.o esdfile.o
3
[632]4#DEFINES        = -DDEBUG
[1]5INCLUDE = -I../include -I../include/libroaresd
[0]6CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE)
[485]7LDFLAGS = -g -shared -lroar $(LDPATH) -L../lib/
[0]8
9all: ${TARGETS}
[475]10        cp $(cp_v) ${TARGETS} ../lib/
[0]11clean:
12        rm -f ${TARGETS} *.o
13new: clean all
14
15libroaresd.so: ${OBJS}
16        ${CC} ${LDFLAGS} -o libroaresd.so ${OBJS}
Note: See TracBrowser for help on using the repository browser.