source: roaraudio/plugins/ao/Makefile @ 1049:1196fa3d6392

Last change on this file since 1049:1196fa3d6392 was 1049:1196fa3d6392, checked in by phi, 15 years ago

include plugins/ao on normal install

File size: 280 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 -lroar -o libroar.so ao_roar.c
15
16ao_roar.c:
Note: See TracBrowser for help on using the repository browser.