source: roaraudio/Makefile @ 421:1add606aa993

roaraudio_0_1_testing3_wesen
Last change on this file since 421:1add606aa993 was 335:b278b5ab2048, checked in by phi, 16 years ago

added libroaryiff - Y Sound Server Library emulation

File size: 214 bytes
Line 
1SUBDIRS=libroar libroaresd roard roarclients roarfish libroaryiff
2
3all:
4        for i in ${SUBDIRS}; do make -C $$i all; done;
5clean:
6        rm -f lib/* || true
7        for i in ${SUBDIRS}; do make -C $$i clean; done;
8
9new: clean all
Note: See TracBrowser for help on using the repository browser.