revision 694:771cef7af62a
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 694:771cef7af62a |
parent | 693:b16608c4ad1e |
child | 695:2bb59940ff35 |
author | nkeynes |
date | Sun Jun 22 03:52:56 2008 +0000 (14 years ago) |
Commit Makefile.in with bundle build changes
![]() | Makefile.in | view | annotate | diff | log |
1.1 --- a/Makefile.in Fri Jun 20 05:43:34 2008 +00001.2 +++ b/Makefile.in Sun Jun 22 03:52:56 2008 +00001.3 @@ -85,6 +85,8 @@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.12 @@ -567,7 +569,8 @@1.13 exit 1; } >&21.14 check-am: all-am1.15 check: check-recursive1.16 -all-am: Makefile config.h1.17 +@GUI_COCOA_FALSE@all-local:1.18 +all-am: Makefile config.h all-local1.19 installdirs: installdirs-recursive1.20 installdirs-am:1.21 install: install-recursive1.22 @@ -645,10 +648,10 @@1.24 uninstall-info: uninstall-info-recursive1.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.38 fi1.40 # Build a Mac OS X bundle. This is meaningless anywhere else1.41 -bundle: all1.42 - mkdir -p lxdream.app/Contents/MacOS1.43 - mkdir -p lxdream.app/Contents/Resources1.44 - cp src/lxdream lxdream.app/Contents/MacOS1.45 - cp -R pixmaps/* lxdream.app/Contents/Resources1.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/MacOS1.49 +@GUI_COCOA_TRUE@ mkdir -p lxdream.app/Contents/Resources1.50 +@GUI_COCOA_TRUE@ cp src/lxdream lxdream.app/Contents/MacOS1.51 +@GUI_COCOA_TRUE@ cp -R pixmaps/* lxdream.app/Contents/Resources1.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.1.55 .NOEXPORT:
.