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
RevLine 
[694]1include ../Makefile.conf
[2382]2include ../Makefile.inc
[694]3
[0]4TARGETS=libroaresd.so
5OBJS=libroaresd.o esdbasic.o esdctl.o esdstream.o esdsample.o esdfile.o
6
[632]7#DEFINES        = -DDEBUG
[1]8INCLUDE = -I../include -I../include/libroaresd
[1389]9CFLAGS += -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) $(SHARED_CF) $(fPIC)
[1733]10LDFLAGS = -g $(SHARED) $(LDPATH) -L../lib/
[2382]11LIBS    = $(LIBROAR)
[0]12
13all: ${TARGETS}
[475]14        cp $(cp_v) ${TARGETS} ../lib/
[0]15clean:
16        rm -f ${TARGETS} *.o
17new: clean all
18
19libroaresd.so: ${OBJS}
[1733]20        ${CC} ${LDFLAGS} -o libroaresd.so ${OBJS} ${LIBS}
Note: See TracBrowser for help on using the repository browser.