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
Line 
1TARGETS=libroaresd.so
2OBJS=libroaresd.o esdbasic.o esdctl.o esdstream.o esdsample.o esdfile.o
3
4#DEFINES        = -DDEBUG
5INCLUDE = -I../include -I../include/libroaresd
6CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE)
7LDFLAGS = -g -shared -lroar $(LDPATH) -L../lib/
8
9all: ${TARGETS}
10        cp $(cp_v) ${TARGETS} ../lib/
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.