Search
lxdream.org :: lxdream/Makefile.in
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.in
changeset 1033:b77b081441b5
prev1024:c67f2d61ab97
next1053:7a9a5eef34ac
author nkeynes
date Wed Jun 24 02:41:12 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Add initial VMU support
view annotate diff log raw
     1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
     2 # @configure_input@
     4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     5 # 2003, 2004, 2005  Free Software Foundation, Inc.
     6 # This Makefile.in is free software; the Free Software Foundation
     7 # gives unlimited permission to copy and/or distribute it,
     8 # with or without modifications, as long as this notice is preserved.
    10 # This program is distributed in the hope that it will be useful,
    11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    13 # PARTICULAR PURPOSE.
    15 @SET_MAKE@
    17 srcdir = @srcdir@
    18 top_srcdir = @top_srcdir@
    19 VPATH = @srcdir@
    20 pkgdatadir = $(datadir)/@PACKAGE@
    21 pkglibdir = $(libdir)/@PACKAGE@
    22 pkgincludedir = $(includedir)/@PACKAGE@
    23 top_builddir = .
    24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    25 INSTALL = @INSTALL@
    26 install_sh_DATA = $(install_sh) -c -m 644
    27 install_sh_PROGRAM = $(install_sh) -c
    28 install_sh_SCRIPT = $(install_sh) -c
    29 INSTALL_HEADER = $(INSTALL_DATA)
    30 transform = $(program_transform_name)
    31 NORMAL_INSTALL = :
    32 PRE_INSTALL = :
    33 POST_INSTALL = :
    34 NORMAL_UNINSTALL = :
    35 PRE_UNINSTALL = :
    36 POST_UNINSTALL = :
    37 build_triplet = @build@
    38 host_triplet = @host@
    39 DIST_COMMON = README $(am__configure_deps) $(dist_sysconf_DATA) \
    40 	$(srcdir)/Info.plist.in $(srcdir)/Makefile.am \
    41 	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
    42 	$(top_srcdir)/configure $(top_srcdir)/test/Makefile.in AUTHORS \
    43 	COPYING ChangeLog INSTALL NEWS acconfig.h compile config.guess \
    44 	config.sub depcomp install-sh missing mkinstalldirs
    45 subdir = .
    46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    47 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
    48 	$(top_srcdir)/configure.in
    49 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    50 	$(ACLOCAL_M4)
    51 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    52  configure.lineno configure.status.lineno
    53 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
    54 CONFIG_HEADER = config.h
    55 CONFIG_CLEAN_FILES = test/Makefile Info.plist
    56 SOURCES =
    57 DIST_SOURCES =
    58 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
    59 	html-recursive info-recursive install-data-recursive \
    60 	install-exec-recursive install-info-recursive \
    61 	install-recursive installcheck-recursive installdirs-recursive \
    62 	pdf-recursive ps-recursive uninstall-info-recursive \
    63 	uninstall-recursive
    64 man1dir = $(mandir)/man1
    65 am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(sysconfdir)"
    66 NROFF = nroff
    67 MANS = $(man_MANS)
    68 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    69 am__vpath_adj = case $$p in \
    70     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    71     *) f=$$p;; \
    72   esac;
    73 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
    74 dist_sysconfDATA_INSTALL = $(INSTALL_DATA)
    75 DATA = $(dist_sysconf_DATA)
    76 ETAGS = etags
    77 CTAGS = ctags
    78 DIST_SUBDIRS = src po test
    79 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    80 distdir = $(PACKAGE)-$(VERSION)
    81 top_distdir = $(distdir)
    82 am__remove_distdir = \
    83   { test ! -d $(distdir) \
    84     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
    85          && rm -fr $(distdir); }; }
    86 DIST_ARCHIVES = $(distdir).tar.gz
    87 GZIP_ENV = --best
    88 distuninstallcheck_listfiles = find . -type f -print
    89 distcleancheck_listfiles = find . -type f -print
    90 ACLOCAL = @ACLOCAL@
    91 ALSA_CFLAGS = @ALSA_CFLAGS@
    92 ALSA_LIBS = @ALSA_LIBS@
    93 AMDEP_FALSE = @AMDEP_FALSE@
    94 AMDEP_TRUE = @AMDEP_TRUE@
    95 AMTAR = @AMTAR@
    96 ARMCC = @ARMCC@
    97 ARMLD = @ARMLD@
    98 ARMOBJCOPY = @ARMOBJCOPY@
    99 AUDIO_ALSA_FALSE = @AUDIO_ALSA_FALSE@
   100 AUDIO_ALSA_TRUE = @AUDIO_ALSA_TRUE@
   101 AUDIO_ESOUND_FALSE = @AUDIO_ESOUND_FALSE@
   102 AUDIO_ESOUND_TRUE = @AUDIO_ESOUND_TRUE@
   103 AUDIO_OSX_FALSE = @AUDIO_OSX_FALSE@
   104 AUDIO_OSX_TRUE = @AUDIO_OSX_TRUE@
   105 AUDIO_PULSE_FALSE = @AUDIO_PULSE_FALSE@
   106 AUDIO_PULSE_TRUE = @AUDIO_PULSE_TRUE@
   107 AUDIO_SDL_FALSE = @AUDIO_SDL_FALSE@
   108 AUDIO_SDL_TRUE = @AUDIO_SDL_TRUE@
   109 AUTOCONF = @AUTOCONF@
   110 AUTOHEADER = @AUTOHEADER@
   111 AUTOMAKE = @AUTOMAKE@
   112 AWK = @AWK@
   113 BUILD_ARMTEST_FALSE = @BUILD_ARMTEST_FALSE@
   114 BUILD_ARMTEST_TRUE = @BUILD_ARMTEST_TRUE@
   115 BUILD_SH4X86_FALSE = @BUILD_SH4X86_FALSE@
   116 BUILD_SH4X86_TRUE = @BUILD_SH4X86_TRUE@
   117 BUILD_SHARED_FALSE = @BUILD_SHARED_FALSE@
   118 BUILD_SHARED_TRUE = @BUILD_SHARED_TRUE@
   119 BUILD_SYSTEST_FALSE = @BUILD_SYSTEST_FALSE@
   120 BUILD_SYSTEST_TRUE = @BUILD_SYSTEST_TRUE@
   121 CATALOGS = @CATALOGS@
   122 CATOBJEXT = @CATOBJEXT@
   123 CC = @CC@
   124 CCAS = @CCAS@
   125 CCASFLAGS = @CCASFLAGS@
   126 CCDEPMODE = @CCDEPMODE@
   127 CDROM_LINUX_FALSE = @CDROM_LINUX_FALSE@
   128 CDROM_LINUX_TRUE = @CDROM_LINUX_TRUE@
   129 CDROM_NONE_FALSE = @CDROM_NONE_FALSE@
   130 CDROM_NONE_TRUE = @CDROM_NONE_TRUE@
   131 CDROM_OSX_FALSE = @CDROM_OSX_FALSE@
   132 CDROM_OSX_TRUE = @CDROM_OSX_TRUE@
   133 CFLAGS = @CFLAGS@
   134 CPP = @CPP@
   135 CPPFLAGS = @CPPFLAGS@
   136 CYGPATH_W = @CYGPATH_W@
   137 DATADIRNAME = @DATADIRNAME@
   138 DEFS = @DEFS@
   139 DEPDIR = @DEPDIR@
   140 ECHO_C = @ECHO_C@
   141 ECHO_N = @ECHO_N@
   142 ECHO_T = @ECHO_T@
   143 EGREP = @EGREP@
   144 ESOUND_CFLAGS = @ESOUND_CFLAGS@
   145 ESOUND_LIBS = @ESOUND_LIBS@
   146 EXEEXT = @EXEEXT@
   147 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
   148 GLIB_CFLAGS = @GLIB_CFLAGS@
   149 GLIB_LIBS = @GLIB_LIBS@
   150 GMOFILES = @GMOFILES@
   151 GMSGFMT = @GMSGFMT@
   152 GREP = @GREP@
   153 GTK_CFLAGS = @GTK_CFLAGS@
   154 GTK_LIBS = @GTK_LIBS@
   155 GUI_COCOA_FALSE = @GUI_COCOA_FALSE@
   156 GUI_COCOA_TRUE = @GUI_COCOA_TRUE@
   157 GUI_GTK_FALSE = @GUI_GTK_FALSE@
   158 GUI_GTK_TRUE = @GUI_GTK_TRUE@
   159 INPUT_LIRC_FALSE = @INPUT_LIRC_FALSE@
   160 INPUT_LIRC_TRUE = @INPUT_LIRC_TRUE@
   161 INSTALL_DATA = @INSTALL_DATA@
   162 INSTALL_PROGRAM = @INSTALL_PROGRAM@
   163 INSTALL_SCRIPT = @INSTALL_SCRIPT@
   164 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   165 INSTOBJEXT = @INSTOBJEXT@
   166 INTLLIBS = @INTLLIBS@
   167 JOY_LINUX_FALSE = @JOY_LINUX_FALSE@
   168 JOY_LINUX_TRUE = @JOY_LINUX_TRUE@
   169 LDFLAGS = @LDFLAGS@
   170 LIBOBJS = @LIBOBJS@
   171 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
   172 LIBPNG_LIBS = @LIBPNG_LIBS@
   173 LIBS = @LIBS@
   174 LTLIBOBJS = @LTLIBOBJS@
   175 LXDREAMCPPFLAGS = @LXDREAMCPPFLAGS@
   176 LXDREAMLDFLAGS = @LXDREAMLDFLAGS@
   177 MAINT = @MAINT@
   178 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
   179 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
   180 MAKEINFO = @MAKEINFO@
   181 MKINSTALLDIRS = @MKINSTALLDIRS@
   182 MSGFMT = @MSGFMT@
   183 MSGFMT_OPTS = @MSGFMT_OPTS@
   184 OBJC = @OBJC@
   185 OBJCDEPMODE = @OBJCDEPMODE@
   186 OBJCFLAGS = @OBJCFLAGS@
   187 OBJEXT = @OBJEXT@
   188 PACKAGE = @PACKAGE@
   189 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   190 PACKAGE_NAME = @PACKAGE_NAME@
   191 PACKAGE_STRING = @PACKAGE_STRING@
   192 PACKAGE_TARNAME = @PACKAGE_TARNAME@
   193 PACKAGE_VERSION = @PACKAGE_VERSION@
   194 PATH_SEPARATOR = @PATH_SEPARATOR@
   195 PKG_CONFIG = @PKG_CONFIG@
   196 PLUGINCFLAGS = @PLUGINCFLAGS@
   197 PLUGINLDFLAGS = @PLUGINLDFLAGS@
   198 POD2HTML = @POD2HTML@
   199 POD2MAN = @POD2MAN@
   200 POFILES = @POFILES@
   201 POSUB = @POSUB@
   202 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
   203 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
   204 PULSE_CFLAGS = @PULSE_CFLAGS@
   205 PULSE_LIBS = @PULSE_LIBS@
   206 SDL_CFLAGS = @SDL_CFLAGS@
   207 SDL_LIBS = @SDL_LIBS@
   208 SED = @SED@
   209 SET_MAKE = @SET_MAKE@
   210 SHCC = @SHCC@
   211 SHELL = @SHELL@
   212 SHLD = @SHLD@
   213 SHOBJCOPY = @SHOBJCOPY@
   214 SOEXT = @SOEXT@
   215 STRIP = @STRIP@
   216 USE_NLS = @USE_NLS@
   217 VERSION = @VERSION@
   218 VIDEO_GLX_FALSE = @VIDEO_GLX_FALSE@
   219 VIDEO_GLX_TRUE = @VIDEO_GLX_TRUE@
   220 VIDEO_NSGL_FALSE = @VIDEO_NSGL_FALSE@
   221 VIDEO_NSGL_TRUE = @VIDEO_NSGL_TRUE@
   222 VIDEO_OSMESA_FALSE = @VIDEO_OSMESA_FALSE@
   223 VIDEO_OSMESA_TRUE = @VIDEO_OSMESA_TRUE@
   224 XGETTEXT = @XGETTEXT@
   225 ac_ct_CC = @ac_ct_CC@
   226 ac_ct_OBJC = @ac_ct_OBJC@
   227 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
   228 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
   229 am__fastdepOBJC_FALSE = @am__fastdepOBJC_FALSE@
   230 am__fastdepOBJC_TRUE = @am__fastdepOBJC_TRUE@
   231 am__include = @am__include@
   232 am__leading_dot = @am__leading_dot@
   233 am__quote = @am__quote@
   234 am__tar = @am__tar@
   235 am__untar = @am__untar@
   236 bindir = @bindir@
   237 build = @build@
   238 build_alias = @build_alias@
   239 build_cpu = @build_cpu@
   240 build_os = @build_os@
   241 build_vendor = @build_vendor@
   242 datadir = @datadir@
   243 datarootdir = @datarootdir@
   244 docdir = @docdir@
   245 dvidir = @dvidir@
   246 exec_prefix = @exec_prefix@
   247 host = @host@
   248 host_alias = @host_alias@
   249 host_cpu = @host_cpu@
   250 host_os = @host_os@
   251 host_vendor = @host_vendor@
   252 htmldir = @htmldir@
   253 includedir = @includedir@
   254 infodir = @infodir@
   255 install_sh = @install_sh@
   256 libdir = @libdir@
   257 libexecdir = @libexecdir@
   258 localedir = @localedir@
   259 localstatedir = @localstatedir@
   260 mandir = @mandir@
   261 mkdir_p = @mkdir_p@
   262 oldincludedir = @oldincludedir@
   263 pdfdir = @pdfdir@
   264 prefix = @prefix@
   265 program_transform_name = @program_transform_name@
   266 psdir = @psdir@
   267 sbindir = @sbindir@
   268 sharedstatedir = @sharedstatedir@
   269 sysconfdir = @sysconfdir@
   270 target_alias = @target_alias@
   271 BUNDLE = lxdream.app
   272 @BUILD_SYSTEST_TRUE@TEST_SUBDIR = test
   273 SUBDIRS = src po $(TEST_SUBDIR)
   274 EXTRA_DIST = autogen.sh lxdream.pod lxdream.desktop bundlelibs.pl
   275 dist_sysconf_DATA = lxdreamrc
   276 CLEANFILES = lxdream.1
   277 man_MANS = lxdream.1
   278 all: config.h
   279 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
   281 .SUFFIXES:
   282 am--refresh:
   283 	@:
   284 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
   285 	@for dep in $?; do \
   286 	  case '$(am__configure_deps)' in \
   287 	    *$$dep*) \
   288 	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
   289 	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
   290 		&& exit 0; \
   291 	      exit 1;; \
   292 	  esac; \
   293 	done; \
   294 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
   295 	cd $(top_srcdir) && \
   296 	  $(AUTOMAKE) --gnu  Makefile
   297 .PRECIOUS: Makefile
   298 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   299 	@case '$?' in \
   300 	  *config.status*) \
   301 	    echo ' $(SHELL) ./config.status'; \
   302 	    $(SHELL) ./config.status;; \
   303 	  *) \
   304 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
   305 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
   306 	esac;
   308 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   309 	$(SHELL) ./config.status --recheck
   311 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
   312 	cd $(srcdir) && $(AUTOCONF)
   313 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
   314 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
   316 config.h: stamp-h1
   317 	@if test ! -f $@; then \
   318 	  rm -f stamp-h1; \
   319 	  $(MAKE) stamp-h1; \
   320 	else :; fi
   322 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
   323 	@rm -f stamp-h1
   324 	cd $(top_builddir) && $(SHELL) ./config.status config.h
   325 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(top_srcdir)/acconfig.h
   326 	cd $(top_srcdir) && $(AUTOHEADER)
   327 	rm -f stamp-h1
   328 	touch $@
   330 distclean-hdr:
   331 	-rm -f config.h stamp-h1
   332 test/Makefile: $(top_builddir)/config.status $(top_srcdir)/test/Makefile.in
   333 	cd $(top_builddir) && $(SHELL) ./config.status $@
   334 Info.plist: $(top_builddir)/config.status $(srcdir)/Info.plist.in
   335 	cd $(top_builddir) && $(SHELL) ./config.status $@
   336 uninstall-info-am:
   337 install-man1: $(man1_MANS) $(man_MANS)
   338 	@$(NORMAL_INSTALL)
   339 	test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
   340 	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
   341 	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
   342 	for i in $$l2; do \
   343 	  case "$$i" in \
   344 	    *.1*) list="$$list $$i" ;; \
   345 	  esac; \
   346 	done; \
   347 	for i in $$list; do \
   348 	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
   349 	  else file=$$i; fi; \
   350 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
   351 	  case "$$ext" in \
   352 	    1*) ;; \
   353 	    *) ext='1' ;; \
   354 	  esac; \
   355 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
   356 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
   357 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
   358 	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
   359 	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
   360 	done
   361 uninstall-man1:
   362 	@$(NORMAL_UNINSTALL)
   363 	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
   364 	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
   365 	for i in $$l2; do \
   366 	  case "$$i" in \
   367 	    *.1*) list="$$list $$i" ;; \
   368 	  esac; \
   369 	done; \
   370 	for i in $$list; do \
   371 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
   372 	  case "$$ext" in \
   373 	    1*) ;; \
   374 	    *) ext='1' ;; \
   375 	  esac; \
   376 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
   377 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
   378 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
   379 	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
   380 	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
   381 	done
   382 install-dist_sysconfDATA: $(dist_sysconf_DATA)
   383 	@$(NORMAL_INSTALL)
   384 	test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
   385 	@list='$(dist_sysconf_DATA)'; for p in $$list; do \
   386 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
   387 	  f=$(am__strip_dir) \
   388 	  echo " $(dist_sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
   389 	  $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
   390 	done
   392 uninstall-dist_sysconfDATA:
   393 	@$(NORMAL_UNINSTALL)
   394 	@list='$(dist_sysconf_DATA)'; for p in $$list; do \
   395 	  f=$(am__strip_dir) \
   396 	  echo " rm -f '$(DESTDIR)$(sysconfdir)/$$f'"; \
   397 	  rm -f "$(DESTDIR)$(sysconfdir)/$$f"; \
   398 	done
   400 # This directory's subdirectories are mostly independent; you can cd
   401 # into them and run `make' without going through this Makefile.
   402 # To change the values of `make' variables: instead of editing Makefiles,
   403 # (1) if the variable is set in `config.status', edit `config.status'
   404 #     (which will cause the Makefiles to be regenerated when you run `make');
   405 # (2) otherwise, pass the desired values on the `make' command line.
   406 $(RECURSIVE_TARGETS):
   407 	@failcom='exit 1'; \
   408 	for f in x $$MAKEFLAGS; do \
   409 	  case $$f in \
   410 	    *=* | --[!k]*);; \
   411 	    *k*) failcom='fail=yes';; \
   412 	  esac; \
   413 	done; \
   414 	dot_seen=no; \
   415 	target=`echo $@ | sed s/-recursive//`; \
   416 	list='$(SUBDIRS)'; for subdir in $$list; do \
   417 	  echo "Making $$target in $$subdir"; \
   418 	  if test "$$subdir" = "."; then \
   419 	    dot_seen=yes; \
   420 	    local_target="$$target-am"; \
   421 	  else \
   422 	    local_target="$$target"; \
   423 	  fi; \
   424 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   425 	  || eval $$failcom; \
   426 	done; \
   427 	if test "$$dot_seen" = "no"; then \
   428 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
   429 	fi; test -z "$$fail"
   431 mostlyclean-recursive clean-recursive distclean-recursive \
   432 maintainer-clean-recursive:
   433 	@failcom='exit 1'; \
   434 	for f in x $$MAKEFLAGS; do \
   435 	  case $$f in \
   436 	    *=* | --[!k]*);; \
   437 	    *k*) failcom='fail=yes';; \
   438 	  esac; \
   439 	done; \
   440 	dot_seen=no; \
   441 	case "$@" in \
   442 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   443 	  *) list='$(SUBDIRS)' ;; \
   444 	esac; \
   445 	rev=''; for subdir in $$list; do \
   446 	  if test "$$subdir" = "."; then :; else \
   447 	    rev="$$subdir $$rev"; \
   448 	  fi; \
   449 	done; \
   450 	rev="$$rev ."; \
   451 	target=`echo $@ | sed s/-recursive//`; \
   452 	for subdir in $$rev; do \
   453 	  echo "Making $$target in $$subdir"; \
   454 	  if test "$$subdir" = "."; then \
   455 	    local_target="$$target-am"; \
   456 	  else \
   457 	    local_target="$$target"; \
   458 	  fi; \
   459 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   460 	  || eval $$failcom; \
   461 	done && test -z "$$fail"
   462 tags-recursive:
   463 	list='$(SUBDIRS)'; for subdir in $$list; do \
   464 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
   465 	done
   466 ctags-recursive:
   467 	list='$(SUBDIRS)'; for subdir in $$list; do \
   468 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
   469 	done
   471 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
   472 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
   473 	unique=`for i in $$list; do \
   474 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   475 	  done | \
   476 	  $(AWK) '    { files[$$0] = 1; } \
   477 	       END { for (i in files) print i; }'`; \
   478 	mkid -fID $$unique
   479 tags: TAGS
   481 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
   482 		$(TAGS_FILES) $(LISP)
   483 	tags=; \
   484 	here=`pwd`; \
   485 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
   486 	  include_option=--etags-include; \
   487 	  empty_fix=.; \
   488 	else \
   489 	  include_option=--include; \
   490 	  empty_fix=; \
   491 	fi; \
   492 	list='$(SUBDIRS)'; for subdir in $$list; do \
   493 	  if test "$$subdir" = .; then :; else \
   494 	    test ! -f $$subdir/TAGS || \
   495 	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
   496 	  fi; \
   497 	done; \
   498 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
   499 	unique=`for i in $$list; do \
   500 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   501 	  done | \
   502 	  $(AWK) '    { files[$$0] = 1; } \
   503 	       END { for (i in files) print i; }'`; \
   504 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
   505 	  test -n "$$unique" || unique=$$empty_fix; \
   506 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   507 	    $$tags $$unique; \
   508 	fi
   509 ctags: CTAGS
   510 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
   511 		$(TAGS_FILES) $(LISP)
   512 	tags=; \
   513 	here=`pwd`; \
   514 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
   515 	unique=`for i in $$list; do \
   516 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   517 	  done | \
   518 	  $(AWK) '    { files[$$0] = 1; } \
   519 	       END { for (i in files) print i; }'`; \
   520 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
   521 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   522 	     $$tags $$unique
   524 GTAGS:
   525 	here=`$(am__cd) $(top_builddir) && pwd` \
   526 	  && cd $(top_srcdir) \
   527 	  && gtags -i $(GTAGS_ARGS) $$here
   529 distclean-tags:
   530 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   532 distdir: $(DISTFILES)
   533 	$(am__remove_distdir)
   534 	mkdir $(distdir)
   535 	$(mkdir_p) $(distdir)/. $(distdir)/po $(distdir)/test
   536 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
   537 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
   538 	list='$(DISTFILES)'; for file in $$list; do \
   539 	  case $$file in \
   540 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
   541 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
   542 	  esac; \
   543 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   544 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
   545 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
   546 	    dir="/$$dir"; \
   547 	    $(mkdir_p) "$(distdir)$$dir"; \
   548 	  else \
   549 	    dir=''; \
   550 	  fi; \
   551 	  if test -d $$d/$$file; then \
   552 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   553 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
   554 	    fi; \
   555 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
   556 	  else \
   557 	    test -f $(distdir)/$$file \
   558 	    || cp -p $$d/$$file $(distdir)/$$file \
   559 	    || exit 1; \
   560 	  fi; \
   561 	done
   562 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
   563 	  if test "$$subdir" = .; then :; else \
   564 	    test -d "$(distdir)/$$subdir" \
   565 	    || $(mkdir_p) "$(distdir)/$$subdir" \
   566 	    || exit 1; \
   567 	    distdir=`$(am__cd) $(distdir) && pwd`; \
   568 	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
   569 	    (cd $$subdir && \
   570 	      $(MAKE) $(AM_MAKEFLAGS) \
   571 	        top_distdir="$$top_distdir" \
   572 	        distdir="$$distdir/$$subdir" \
   573 	        distdir) \
   574 	      || exit 1; \
   575 	  fi; \
   576 	done
   577 	$(MAKE) $(AM_MAKEFLAGS) \
   578 	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
   579 	  dist-hook
   580 	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
   581 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
   582 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
   583 	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
   584 	|| chmod -R a+r $(distdir)
   585 dist-gzip: distdir
   586 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
   587 	$(am__remove_distdir)
   589 dist-bzip2: distdir
   590 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
   591 	$(am__remove_distdir)
   593 dist-tarZ: distdir
   594 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
   595 	$(am__remove_distdir)
   597 dist-shar: distdir
   598 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
   599 	$(am__remove_distdir)
   601 dist-zip: distdir
   602 	-rm -f $(distdir).zip
   603 	zip -rq $(distdir).zip $(distdir)
   604 	$(am__remove_distdir)
   606 dist dist-all: distdir
   607 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
   608 	$(am__remove_distdir)
   610 # This target untars the dist file and tries a VPATH configuration.  Then
   611 # it guarantees that the distribution is self-contained by making another
   612 # tarfile.
   613 distcheck: dist
   614 	case '$(DIST_ARCHIVES)' in \
   615 	*.tar.gz*) \
   616 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
   617 	*.tar.bz2*) \
   618 	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
   619 	*.tar.Z*) \
   620 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
   621 	*.shar.gz*) \
   622 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
   623 	*.zip*) \
   624 	  unzip $(distdir).zip ;;\
   625 	esac
   626 	chmod -R a-w $(distdir); chmod a+w $(distdir)
   627 	mkdir $(distdir)/_build
   628 	mkdir $(distdir)/_inst
   629 	chmod a-w $(distdir)
   630 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
   631 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
   632 	  && cd $(distdir)/_build \
   633 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
   634 	    $(DISTCHECK_CONFIGURE_FLAGS) \
   635 	  && $(MAKE) $(AM_MAKEFLAGS) \
   636 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
   637 	  && $(MAKE) $(AM_MAKEFLAGS) check \
   638 	  && $(MAKE) $(AM_MAKEFLAGS) install \
   639 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
   640 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
   641 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
   642 	        distuninstallcheck \
   643 	  && chmod -R a-w "$$dc_install_base" \
   644 	  && ({ \
   645 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
   646 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
   647 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
   648 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
   649 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
   650 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
   651 	  && rm -rf "$$dc_destdir" \
   652 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
   653 	  && rm -rf $(DIST_ARCHIVES) \
   654 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
   655 	$(am__remove_distdir)
   656 	@(echo "$(distdir) archives ready for distribution: "; \
   657 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
   658 	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
   659 distuninstallcheck:
   660 	@cd $(distuninstallcheck_dir) \
   661 	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
   662 	   || { echo "ERROR: files left after uninstall:" ; \
   663 	        if test -n "$(DESTDIR)"; then \
   664 	          echo "  (check DESTDIR support)"; \
   665 	        fi ; \
   666 	        $(distuninstallcheck_listfiles) ; \
   667 	        exit 1; } >&2
   668 distcleancheck: distclean
   669 	@if test '$(srcdir)' = . ; then \
   670 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
   671 	  exit 1 ; \
   672 	fi
   673 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
   674 	  || { echo "ERROR: files left in build directory after distclean:" ; \
   675 	       $(distcleancheck_listfiles) ; \
   676 	       exit 1; } >&2
   677 check-am: all-am
   678 check: check-recursive
   679 @GUI_COCOA_FALSE@all-local:
   680 all-am: Makefile $(MANS) $(DATA) config.h all-local
   681 installdirs: installdirs-recursive
   682 installdirs-am:
   683 	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(sysconfdir)"; do \
   684 	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
   685 	done
   686 install: install-recursive
   687 install-exec: install-exec-recursive
   688 install-data: install-data-recursive
   689 uninstall: uninstall-recursive
   691 install-am: all-am
   692 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   694 installcheck: installcheck-recursive
   695 install-strip:
   696 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   697 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   698 	  `test -z '$(STRIP)' || \
   699 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   700 mostlyclean-generic:
   702 clean-generic:
   703 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
   705 distclean-generic:
   706 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   708 maintainer-clean-generic:
   709 	@echo "This command is intended for maintainers to use"
   710 	@echo "it deletes files that may require special tools to rebuild."
   711 clean: clean-recursive
   713 clean-am: clean-generic clean-local mostlyclean-am
   715 distclean: distclean-recursive
   716 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   717 	-rm -f Makefile
   718 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
   720 dvi: dvi-recursive
   722 dvi-am:
   724 html: html-recursive
   726 info: info-recursive
   728 info-am:
   730 install-data-am: install-data-local install-man
   732 install-exec-am: install-dist_sysconfDATA
   734 install-info: install-info-recursive
   736 install-man: install-man1
   738 installcheck-am:
   740 maintainer-clean: maintainer-clean-recursive
   741 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   742 	-rm -rf $(top_srcdir)/autom4te.cache
   743 	-rm -f Makefile
   744 maintainer-clean-am: distclean-am maintainer-clean-generic
   746 mostlyclean: mostlyclean-recursive
   748 mostlyclean-am: mostlyclean-generic
   750 pdf: pdf-recursive
   752 pdf-am:
   754 ps: ps-recursive
   756 ps-am:
   758 uninstall-am: uninstall-dist_sysconfDATA uninstall-info-am \
   759 	uninstall-local uninstall-man
   761 uninstall-info: uninstall-info-recursive
   763 uninstall-man: uninstall-man1
   765 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local \
   766 	am--refresh check check-am clean clean-generic clean-local \
   767 	clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
   768 	dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
   769 	distclean distclean-generic distclean-hdr distclean-recursive \
   770 	distclean-tags distcleancheck distdir distuninstallcheck dvi \
   771 	dvi-am html html-am info info-am install install-am \
   772 	install-data install-data-am install-data-local \
   773 	install-dist_sysconfDATA install-exec install-exec-am \
   774 	install-info install-info-am install-man install-man1 \
   775 	install-strip installcheck installcheck-am installdirs \
   776 	installdirs-am maintainer-clean maintainer-clean-generic \
   777 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
   778 	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
   779 	uninstall uninstall-am uninstall-dist_sysconfDATA \
   780 	uninstall-info-am uninstall-local uninstall-man uninstall-man1
   783 lxdream.1: lxdream.pod
   784 	$(POD2MAN) $< $@
   786 install-data-local:
   787 	@$(NORMAL_INSTALL)
   788 	if test -d $(srcdir)/pixmaps; then \
   789 	  $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
   790 	  for pixmap in $(srcdir)/pixmaps/*.png $(srcdir)/pixmaps/*.gif; do \
   791 	    if test -f $$pixmap; then \
   792 	      $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
   793 	    fi \
   794 	  done \
   795 	fi
   796 	$(INSTALL_DATA) $(srcdir)/lxdream.desktop $(DESTDIR)$(datadir)/applications
   797 	$(INSTALL_DATA) $(srcdir)/pixmaps/lxdream.png $(DESTDIR)$(datadir)/pixmaps
   798 	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)
   800 uninstall-local:
   801 	@$(NORMAL_UNINSTALL) 
   802 	rm -rf $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE)
   803 	rm -f $(DESTDIR)$(datadir)/pixmaps/lxdream.png
   804 	rm -f $(DESTDIR)$(datadir)/applications/lxdream.desktop
   806 clean-local:
   807 	rm -rf $(BUNDLE)
   809 dist-hook:
   810 	if test -d $(srcdir)/pixmaps; then \
   811 	  mkdir $(distdir)/pixmaps; \
   812 	  for pixmap in $(srcdir)/pixmaps/*; do \
   813 	    if test -f $$pixmap; then \
   814 	      cp -p $$pixmap $(distdir)/pixmaps; \
   815 	    fi \
   816 	  done \
   817 	fi
   818 	if test -d $(srcdir)/debian; then \
   819 	  mkdir $(distdir)/debian; \
   820 	  for f in $(srcdir)/debian/*; do \
   821 	    if test -f $$f; then \
   822 	      cp -p $$f $(distdir)/debian; \
   823 	    fi \
   824 	  done \
   825 	fi
   827 # Build a Mac OS X bundle. This is meaningless anywhere else
   828 @GUI_COCOA_TRUE@all-local:
   829 @GUI_COCOA_TRUE@	@echo --- Building Mac Bundle ---
   830 @GUI_COCOA_TRUE@	rm -rf $(BUNDLE)
   831 @GUI_COCOA_TRUE@	mkdir -p $(BUNDLE)/Contents/MacOS
   832 @GUI_COCOA_TRUE@	mkdir -p $(BUNDLE)/Contents/Resources
   833 @GUI_COCOA_TRUE@	mkdir -p $(BUNDLE)/Contents/Plugins
   834 @GUI_COCOA_TRUE@	cp Info.plist $(BUNDLE)/Contents
   835 @GUI_COCOA_TRUE@	cp $(srcdir)/lxdreamrc $(BUNDLE)/Contents/Resources
   836 @GUI_COCOA_TRUE@	cp src/lxdream $(BUNDLE)/Contents/MacOS
   837 @GUI_COCOA_TRUE@	cp -R src/*.dylib $(BUNDLE)/Contents/Plugins
   838 @GUI_COCOA_TRUE@	cp -R $(srcdir)/pixmaps/* $(BUNDLE)/Contents/Resources
   839 @GUI_COCOA_TRUE@	$(srcdir)/bundlelibs.pl $(BUNDLE)/Contents/MacOS/lxdream $(BUNDLE)/Contents/Frameworks
   840 @GUI_COCOA_TRUE@	for cat in $(CATALOGS); do \
   841 @GUI_COCOA_TRUE@	   catname=`basename "$$cat"`; \
   842 @GUI_COCOA_TRUE@	   catname=`echo $$catname|sed -e 's/$(CATOBJEXT)$$//'`; \
   843 @GUI_COCOA_TRUE@	   mkdir -p "$(BUNDLE)/Contents/Resources/$$catname/LC_MESSAGES"; \
   844 @GUI_COCOA_TRUE@	   cp "$(top_srcdir)/po/$$cat" "$(BUNDLE)/Contents/Resources/$$catname/LC_MESSAGES/lxdream$(INSTOBJEXT)"; \
   845 @GUI_COCOA_TRUE@	done
   846 @GUI_COCOA_TRUE@	@echo --- Done ---
   848 bundle: all
   849 # Tell versions [3.59,3.63) of GNU make to not export all variables.
   850 # Otherwise a system limit (for SysV at least) may be exceeded.
   851 .NOEXPORT:
.