source: roaraudio/libroaresd/Makefile @ 2382:b47795155ee5

Last change on this file since 2382:b47795155ee5 was 2382:b47795155ee5, checked in by phi, 15 years ago

updated comp libs to new Makefile.inc

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