source: roaraudio/libroarsndio/Makefile @ 1557:30d70493aa37

Last change on this file since 1557:30d70493aa37 was 1557:30d70493aa37, checked in by phi, 15 years ago

added libroarsndio into the build system and Changelog

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