source: roaraudio/plugins/ao/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: 316 bytes
Line 
1TARGET=libroar.so
2
3all: ${TARGET}
4clean:
5        rm -f ${TARGET} tests tests.c
6new: clean all
7
8install: libroar.so
9        cp libroar.so ${INSTALL_DIR}
10semi-install: libroar.so
11        ln -s `pwd`/libroar.so ${INSTALL_DIR}
12
13libroar.so: ao_roar.c
14        cc -shared -L../../lib -I../../include -lroar $(fPIC) -o libroar.so ao_roar.c
15
16ao_roar.c:
Note: See TracBrowser for help on using the repository browser.