source: roaraudio/libroarpulse/Makefile @ 485:efebd5911d51

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

added LDPATH to all Makefiles

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