the main functionalities are as follows: * Discover Airport Express by Apple Rendezvous * Browse music files (Supported music file format: m4a(alac or aac), wav, mp3, ogg, aac, pls) * Send selected files to the Airport Express * Play mp3 stream data (filename started with "http://") WWW: http://raop-play.sourceforge.net/
14 lines
371 B
Text
14 lines
371 B
Text
--- Makefile.in- Fri Aug 12 09:57:20 2005
|
|
+++ Makefile.in Fri Aug 12 09:57:58 2005
|
|
@@ -1,9 +1,9 @@
|
|
SUBDIRS = rendezvous raop_play aexcl
|
|
|
|
all:
|
|
- for i in $(SUBDIRS); do make -C $$i; done
|
|
+ for i in $(SUBDIRS); do gmake -C $$i; done
|
|
|
|
install uninstall clean:
|
|
- for i in $(SUBDIRS); do make -C $$i $@; done
|
|
+ for i in $(SUBDIRS); do gmake -C $$i $@; done
|
|
|
|
distclean:
|