Search
lxdream.org :: lxdream/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.in
changeset 778:a34b180d92f7
prev772:c0b5928dd600
next803:e12b7daf0135
author nkeynes
date Fri Aug 01 03:58:25 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change OS X: Add file association with .dst files and support opening them from the finder
file annotate diff log raw
1.1 --- a/Makefile.in Mon Jul 28 04:45:24 2008 +0000
1.2 +++ b/Makefile.in Fri Aug 01 03:58:25 2008 +0000
1.3 @@ -37,11 +37,11 @@
1.4 build_triplet = @build@
1.5 host_triplet = @host@
1.6 DIST_COMMON = README $(am__configure_deps) $(dist_sysconf_DATA) \
1.7 - $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
1.8 - $(srcdir)/config.h.in $(top_srcdir)/configure \
1.9 - $(top_srcdir)/test/Makefile.in AUTHORS COPYING ChangeLog \
1.10 - INSTALL NEWS acconfig.h config.guess config.sub depcomp \
1.11 - install-sh missing mkinstalldirs
1.12 + $(srcdir)/Info.plist.in $(srcdir)/Makefile.am \
1.13 + $(srcdir)/Makefile.in $(srcdir)/config.h.in \
1.14 + $(top_srcdir)/configure $(top_srcdir)/test/Makefile.in AUTHORS \
1.15 + COPYING ChangeLog INSTALL NEWS acconfig.h config.guess \
1.16 + config.sub depcomp install-sh missing mkinstalldirs
1.17 subdir = .
1.18 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.19 am__aclocal_m4_deps = $(top_srcdir)/configure.in
1.20 @@ -51,7 +51,7 @@
1.21 configure.lineno configure.status.lineno
1.22 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.23 CONFIG_HEADER = config.h
1.24 -CONFIG_CLEAN_FILES = test/Makefile
1.25 +CONFIG_CLEAN_FILES = test/Makefile Info.plist
1.26 SOURCES =
1.27 DIST_SOURCES =
1.28 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
1.29 @@ -310,6 +310,8 @@
1.30 -rm -f config.h stamp-h1
1.31 test/Makefile: $(top_builddir)/config.status $(top_srcdir)/test/Makefile.in
1.32 cd $(top_builddir) && $(SHELL) ./config.status $@
1.33 +Info.plist: $(top_builddir)/config.status $(srcdir)/Info.plist.in
1.34 + cd $(top_builddir) && $(SHELL) ./config.status $@
1.35 uninstall-info-am:
1.36 install-man1: $(man1_MANS) $(man_MANS)
1.37 @$(NORMAL_INSTALL)
1.38 @@ -509,7 +511,7 @@
1.39 distdir: $(DISTFILES)
1.40 $(am__remove_distdir)
1.41 mkdir $(distdir)
1.42 - $(mkdir_p) $(distdir)/po $(distdir)/test
1.43 + $(mkdir_p) $(distdir)/. $(distdir)/po $(distdir)/test
1.44 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1.45 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
1.46 list='$(DISTFILES)'; for file in $$list; do \
1.47 @@ -803,6 +805,7 @@
1.48 @GUI_COCOA_TRUE@ rm -rf $(BUNDLE)
1.49 @GUI_COCOA_TRUE@ mkdir -p $(BUNDLE)/Contents/MacOS
1.50 @GUI_COCOA_TRUE@ mkdir -p $(BUNDLE)/Contents/Resources
1.51 +@GUI_COCOA_TRUE@ cp Info.plist $(BUNDLE)/Contents
1.52 @GUI_COCOA_TRUE@ cp src/lxdream $(BUNDLE)/Contents/MacOS
1.53 @GUI_COCOA_TRUE@ cp -R $(srcdir)/pixmaps/* $(BUNDLE)/Contents/Resources
1.54 @GUI_COCOA_TRUE@ $(srcdir)/bundlelibs.pl $(BUNDLE)/Contents/MacOS/lxdream $(BUNDLE)/Contents/Frameworks
.