source: roaraudio/libroararts/Makefile @ 1425:46089a7c1e48

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

don't set -fPIC on win32

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