source: roaraudio/plugins/ao/Makefile @ 1721:ec2fcd4e20c2

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

include Makefile.conf

File size: 338 bytes
Line 
1TARGET=libroar.so
2
3include Makefile.conf
4
5all: ${TARGET}
6clean:
7        rm -f ${TARGET} tests tests.c
8new: clean all
9
10install: libroar.so
11        cp libroar.so ${INSTALL_DIR}
12semi-install: libroar.so
13        ln -fs `pwd`/libroar.so ${INSTALL_DIR}
14
15libroar.so: ao_roar.c
16        cc -shared -L../../lib -I../../include -lroar -fPIC -o libroar.so ao_roar.c
17
18ao_roar.c:
Note: See TracBrowser for help on using the repository browser.