source: roaraudio/libroarpulse/Makefile @ 693:3890159b8bf6

Last change on this file since 693:3890159b8bf6 was 485:efebd5911d51, checked in by phi, 16 years ago

added LDPATH to all Makefiles

File size: 446 bytes
RevLine 
[401]1TARGETS=libroarpulse.so libroarpulseinfo
[412]2OBJS=libroarpulse.o simple.o util.o
[399]3
4DEFINES        = -DDEBUG
5INCLUDE = -I../include -I../include/libroarpulse
6CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE)
[485]7LDFLAGS = -g -lroar $(LDPATH) -L../lib/
[399]8
9all: ${TARGETS}
[475]10        cp $(cp_v) ${TARGETS} ../lib/
[399]11clean:
12        rm -f ${TARGETS} *.o
13new: clean all
14
15libroarpulse.so: ${OBJS}
[401]16        ${CC} ${LDFLAGS} -shared -o libroarpulse.so ${OBJS}
17
18libroarpulseinfo: libroarpulseinfo.o
Note: See TracBrowser for help on using the repository browser.