source: roaraudio/libroararts/Makefile @ 1389:ba7d3f033dad

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

don't set -fPIC on win32

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