source: roaraudio/libroaresd/Makefile @ 726:26e7ed06ca23

Last change on this file since 726:26e7ed06ca23 was 726:26e7ed06ca23, checked in by phi, 16 years ago

applied janus' patches for OpenBSD, fixed corruped libroaresd/Makefile

File size: 465 bytes
Line 
1include ../Makefile.conf
2
3TARGETS=libroaresd.so
4OBJS=libroaresd.o esdbasic.o esdctl.o esdstream.o esdsample.o esdfile.o
5
6#DEFINES        = -DDEBUG
7INCLUDE = -I../include -I../include/libroaresd
8CFLAGS += -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) -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
17libroaresd.so: ${OBJS}
18        ${CC} ${LDFLAGS} -o libroaresd.so ${OBJS}
Note: See TracBrowser for help on using the repository browser.