source: roaraudio/plugins/ao/Makefile @ 0:2a41d2f42394

Last change on this file since 0:2a41d2f42394 was 0:2a41d2f42394, checked in by phi, 16 years ago

Initial revision

File size: 216 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}
10
11libroar.so: ao_roar.c
12        cc -shared -lroar -o libroar.so ao_roar.c
13
14ao_roar.c:
Note: See TracBrowser for help on using the repository browser.