source: roaraudio/Makefile @ 726:26e7ed06ca23

Last change on this file since 726:26e7ed06ca23 was 726:26e7ed06ca23, checked in by phi, 16 years ago

applied janus' patches for OpenBSD, fixed corruped libroaresd/Makefile

File size: 349 bytes
Line 
1include Makefile.conf
2
3SUBDIRS=libroar libroardsp $(subdir_libroaresd) roard roarclients doc $(subdir_roarfish) $(subdir_libroaryiff) $(subdir_libroarpulse) $(subdir_libroararts)
4
5all:
6        for i in ${SUBDIRS}; do cd $$i; $(MAKE) all; cd ..; done;
7clean:
8        rm -f lib/* || true
9        for i in ${SUBDIRS}; do cd $$i; $(MAKE) clean; cd ..; done;
10
11new: clean all
Note: See TracBrowser for help on using the repository browser.