1.1 --- a/Makefile.in Sun Jun 01 00:47:45 2008 +0000
1.2 +++ b/Makefile.in Sun Jun 22 03:52:56 2008 +0000
1.4 AUDIO_ALSA_TRUE = @AUDIO_ALSA_TRUE@
1.5 AUDIO_ESOUND_FALSE = @AUDIO_ESOUND_FALSE@
1.6 AUDIO_ESOUND_TRUE = @AUDIO_ESOUND_TRUE@
1.7 +AUDIO_OSX_FALSE = @AUDIO_OSX_FALSE@
1.8 +AUDIO_OSX_TRUE = @AUDIO_OSX_TRUE@
1.9 AUDIO_PULSE_FALSE = @AUDIO_PULSE_FALSE@
1.10 AUDIO_PULSE_TRUE = @AUDIO_PULSE_TRUE@
1.11 AUTOCONF = @AUTOCONF@
1.15 check: check-recursive
1.16 -all-am: Makefile config.h
1.17 +@GUI_COCOA_FALSE@all-local:
1.18 +all-am: Makefile config.h all-local
1.19 installdirs: installdirs-recursive
1.21 install: install-recursive
1.22 @@ -645,10 +648,10 @@
1.24 uninstall-info: uninstall-info-recursive
1.26 -.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
1.27 - check-am clean clean-generic clean-recursive ctags \
1.28 - ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
1.29 - dist-shar dist-tarZ dist-zip distcheck distclean \
1.30 +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local \
1.31 + am--refresh check check-am clean clean-generic clean-recursive \
1.32 + ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
1.33 + dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
1.34 distclean-generic distclean-hdr distclean-recursive \
1.35 distclean-tags distcleancheck distdir distuninstallcheck dvi \
1.36 dvi-am html html-am info info-am install install-am \
1.37 @@ -685,11 +688,13 @@
1.40 # Build a Mac OS X bundle. This is meaningless anywhere else
1.42 - mkdir -p lxdream.app/Contents/MacOS
1.43 - mkdir -p lxdream.app/Contents/Resources
1.44 - cp src/lxdream lxdream.app/Contents/MacOS
1.45 - cp -R pixmaps/* lxdream.app/Contents/Resources
1.46 +@GUI_COCOA_TRUE@all-local:
1.47 +@GUI_COCOA_TRUE@ @echo --- Building Mac Bundle ---
1.48 +@GUI_COCOA_TRUE@ mkdir -p lxdream.app/Contents/MacOS
1.49 +@GUI_COCOA_TRUE@ mkdir -p lxdream.app/Contents/Resources
1.50 +@GUI_COCOA_TRUE@ cp src/lxdream lxdream.app/Contents/MacOS
1.51 +@GUI_COCOA_TRUE@ cp -R pixmaps/* lxdream.app/Contents/Resources
1.52 +@GUI_COCOA_TRUE@ @echo --- Done ---
1.53 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1.54 # Otherwise a system limit (for SysV at least) may be exceeded.