source: roaraudio/libroar/Makefile @ 1069:a27626a948bb

Last change on this file since 1069:a27626a948bb was 811:c0fcdec9e4be, checked in by phi, 16 years ago

addec cdrom.c

File size: 512 bytes
RevLine 
[501]1include ../Makefile.conf
2
[0]3TARGETS=libroar.so
[811]4OBJS=libroar.o basic.o stream.o simple.o auth.o socket.o ctl.o buffer.o convert.o poly.o meta.o file.o acl.o vio.o cdrom.o
[0]5
6#DEFINES        = -DDEBUG
[1]7INCLUDE = -I../include -I../include/libroar
[730]8CFLAGS += -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) $(SHARED_CF) -fPIC
[691]9LDFLAGS = -g $(SHARED) $(LDPATH) $(lib_dnet)
[0]10
11all: ${TARGETS}
[475]12        cp $(cp_v) ${TARGETS} ../lib/
[0]13clean:
14        rm -f ${TARGETS} *.o
15new: clean all
16
17libroar.so: ${OBJS}
18        ${CC} ${LDFLAGS} -o libroar.so ${OBJS}
Note: See TracBrowser for help on using the repository browser.