Search
lxdream.org :: lxdream/Makefile.in
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.in
changeset 985:52e64faac752
prev964:f2f3c7612d06
next989:7baf5ecd8e98
author nkeynes
date Wed Feb 25 08:50:22 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Add explicit c99-compliance check for linux/cdrom.h - some kernel versions/arches have
broken headers and need to be compiled with -std=gnu99 rather than -std=c99
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 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 AUTOCONF = @AUTOCONF@
   108 AUTOHEADER = @AUTOHEADER@
   109 AUTOMAKE = @AUTOMAKE@
   110 AWK = @AWK@
   111 BUILD_ARMTEST_FALSE = @BUILD_ARMTEST_FALSE@
   112 BUILD_ARMTEST_TRUE = @BUILD_ARMTEST_TRUE@
   113 BUILD_SH4X86_FALSE = @BUILD_SH4X86_FALSE@
   114 BUILD_SH4X86_TRUE = @BUILD_SH4X86_TRUE@
   115 BUILD_SYSTEST_FALSE = @BUILD_SYSTEST_FALSE@
   116 BUILD_SYSTEST_TRUE = @BUILD_SYSTEST_TRUE@
   117 CATALOGS = @CATALOGS@
   118 CATOBJEXT = @CATOBJEXT@
   119 CC = @CC@
   120 CCAS = @CCAS@
   121 CCASFLAGS = @CCASFLAGS@
   122 CCDEPMODE = @CCDEPMODE@
   123 CDROM_LINUX_FALSE = @CDROM_LINUX_FALSE@
   124 CDROM_LINUX_TRUE = @CDROM_LINUX_TRUE@
   125 CDROM_NONE_FALSE = @CDROM_NONE_FALSE@
   126 CDROM_NONE_TRUE = @CDROM_NONE_TRUE@
   127 CDROM_OSX_FALSE = @CDROM_OSX_FALSE@
   128 CDROM_OSX_TRUE = @CDROM_OSX_TRUE@
   129 CFLAGS = @CFLAGS@
   130 CPP = @CPP@
   131 CPPFLAGS = @CPPFLAGS@
   132 CYGPATH_W = @CYGPATH_W@
   133 DATADIRNAME = @DATADIRNAME@
   134 DEFS = @DEFS@
   135 DEPDIR = @DEPDIR@
   136 ECHO_C = @ECHO_C@
   137 ECHO_N = @ECHO_N@
   138 ECHO_T = @ECHO_T@
   139 EGREP = @EGREP@
   140 ESOUND_CFLAGS = @ESOUND_CFLAGS@
   141 ESOUND_LIBS = @ESOUND_LIBS@
   142 EXEEXT = @EXEEXT@
   143 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
   144 GLIB_CFLAGS = @GLIB_CFLAGS@
   145 GLIB_LIBS = @GLIB_LIBS@
   146 GMOFILES = @GMOFILES@
   147 GMSGFMT = @GMSGFMT@
   148 GREP = @GREP@
   149 GTK_CFLAGS = @GTK_CFLAGS@
   150 GTK_LIBS = @GTK_LIBS@
   151 GUI_COCOA_FALSE = @GUI_COCOA_FALSE@
   152 GUI_COCOA_TRUE = @GUI_COCOA_TRUE@
   153 GUI_GTK_FALSE = @GUI_GTK_FALSE@
   154 GUI_GTK_TRUE = @GUI_GTK_TRUE@
   155 INSTALL_DATA = @INSTALL_DATA@
   156 INSTALL_PROGRAM = @INSTALL_PROGRAM@
   157 INSTALL_SCRIPT = @INSTALL_SCRIPT@
   158 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   159 INSTOBJEXT = @INSTOBJEXT@
   160 INTLLIBS = @INTLLIBS@
   161 JOY_LINUX_FALSE = @JOY_LINUX_FALSE@
   162 JOY_LINUX_TRUE = @JOY_LINUX_TRUE@
   163 LDFLAGS = @LDFLAGS@
   164 LIBOBJS = @LIBOBJS@
   165 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
   166 LIBPNG_LIBS = @LIBPNG_LIBS@
   167 LIBS = @LIBS@
   168 LTLIBOBJS = @LTLIBOBJS@
   169 MAINT = @MAINT@
   170 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
   171 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
   172 MAKEINFO = @MAKEINFO@
   173 MKINSTALLDIRS = @MKINSTALLDIRS@
   174 MSGFMT = @MSGFMT@
   175 MSGFMT_OPTS = @MSGFMT_OPTS@
   176 OBJC = @OBJC@
   177 OBJCDEPMODE = @OBJCDEPMODE@
   178 OBJCFLAGS = @OBJCFLAGS@
   179 OBJEXT = @OBJEXT@
   180 PACKAGE = @PACKAGE@
   181 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   182 PACKAGE_NAME = @PACKAGE_NAME@
   183 PACKAGE_STRING = @PACKAGE_STRING@
   184 PACKAGE_TARNAME = @PACKAGE_TARNAME@
   185 PACKAGE_VERSION = @PACKAGE_VERSION@
   186 PATH_SEPARATOR = @PATH_SEPARATOR@
   187 PKG_CONFIG = @PKG_CONFIG@
   188 POD2HTML = @POD2HTML@
   189 POD2MAN = @POD2MAN@
   190 POFILES = @POFILES@
   191 POSUB = @POSUB@
   192 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
   193 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
   194 PULSE_CFLAGS = @PULSE_CFLAGS@
   195 PULSE_LIBS = @PULSE_LIBS@
   196 SED = @SED@
   197 SET_MAKE = @SET_MAKE@
   198 SHCC = @SHCC@
   199 SHELL = @SHELL@
   200 SHLD = @SHLD@
   201 SHOBJCOPY = @SHOBJCOPY@
   202 STRIP = @STRIP@
   203 USE_NLS = @USE_NLS@
   204 VERSION = @VERSION@
   205 VIDEO_GLX_FALSE = @VIDEO_GLX_FALSE@
   206 VIDEO_GLX_TRUE = @VIDEO_GLX_TRUE@
   207 VIDEO_NSGL_FALSE = @VIDEO_NSGL_FALSE@
   208 VIDEO_NSGL_TRUE = @VIDEO_NSGL_TRUE@
   209 VIDEO_OSMESA_FALSE = @VIDEO_OSMESA_FALSE@
   210 VIDEO_OSMESA_TRUE = @VIDEO_OSMESA_TRUE@
   211 XGETTEXT = @XGETTEXT@
   212 ac_ct_CC = @ac_ct_CC@
   213 ac_ct_OBJC = @ac_ct_OBJC@
   214 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
   215 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
   216 am__fastdepOBJC_FALSE = @am__fastdepOBJC_FALSE@
   217 am__fastdepOBJC_TRUE = @am__fastdepOBJC_TRUE@
   218 am__include = @am__include@
   219 am__leading_dot = @am__leading_dot@
   220 am__quote = @am__quote@
   221 am__tar = @am__tar@
   222 am__untar = @am__untar@
   223 bindir = @bindir@
   224 build = @build@
   225 build_alias = @build_alias@
   226 build_cpu = @build_cpu@
   227 build_os = @build_os@
   228 build_vendor = @build_vendor@
   229 datadir = @datadir@
   230 datarootdir = @datarootdir@
   231 docdir = @docdir@
   232 dvidir = @dvidir@
   233 exec_prefix = @exec_prefix@
   234 host = @host@
   235 host_alias = @host_alias@
   236 host_cpu = @host_cpu@
   237 host_os = @host_os@
   238 host_vendor = @host_vendor@
   239 htmldir = @htmldir@
   240 includedir = @includedir@
   241 infodir = @infodir@
   242 install_sh = @install_sh@
   243 libdir = @libdir@
   244 libexecdir = @libexecdir@
   245 localedir = @localedir@
   246 localstatedir = @localstatedir@
   247 mandir = @mandir@
   248 mkdir_p = @mkdir_p@
   249 oldincludedir = @oldincludedir@
   250 pdfdir = @pdfdir@
   251 prefix = @prefix@
   252 program_transform_name = @program_transform_name@
   253 psdir = @psdir@
   254 sbindir = @sbindir@
   255 sharedstatedir = @sharedstatedir@
   256 sysconfdir = @sysconfdir@
   257 target_alias = @target_alias@
   258 BUNDLE = lxdream.app
   259 @BUILD_SYSTEST_TRUE@TEST_SUBDIR = test
   260 SUBDIRS = src po $(TEST_SUBDIR)
   261 EXTRA_DIST = autogen.sh lxdream.pod bundlelibs.pl
   262 dist_sysconf_DATA = lxdreamrc
   263 CLEANFILES = lxdream.1
   264 man_MANS = lxdream.1
   265 all: config.h
   266 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
   268 .SUFFIXES:
   269 am--refresh:
   270 	@:
   271 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
   272 	@for dep in $?; do \
   273 	  case '$(am__configure_deps)' in \
   274 	    *$$dep*) \
   275 	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
   276 	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
   277 		&& exit 0; \
   278 	      exit 1;; \
   279 	  esac; \
   280 	done; \
   281 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
   282 	cd $(top_srcdir) && \
   283 	  $(AUTOMAKE) --gnu  Makefile
   284 .PRECIOUS: Makefile
   285 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   286 	@case '$?' in \
   287 	  *config.status*) \
   288 	    echo ' $(SHELL) ./config.status'; \
   289 	    $(SHELL) ./config.status;; \
   290 	  *) \
   291 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
   292 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
   293 	esac;
   295 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   296 	$(SHELL) ./config.status --recheck
   298 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
   299 	cd $(srcdir) && $(AUTOCONF)
   300 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
   301 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
   303 config.h: stamp-h1
   304 	@if test ! -f $@; then \
   305 	  rm -f stamp-h1; \
   306 	  $(MAKE) stamp-h1; \
   307 	else :; fi
   309 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
   310 	@rm -f stamp-h1
   311 	cd $(top_builddir) && $(SHELL) ./config.status config.h
   312 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(top_srcdir)/acconfig.h
   313 	cd $(top_srcdir) && $(AUTOHEADER)
   314 	rm -f stamp-h1
   315 	touch $@
   317 distclean-hdr:
   318 	-rm -f config.h stamp-h1
   319 test/Makefile: $(top_builddir)/config.status $(top_srcdir)/test/Makefile.in
   320 	cd $(top_builddir) && $(SHELL) ./config.status $@
   321 Info.plist: $(top_builddir)/config.status $(srcdir)/Info.plist.in
   322 	cd $(top_builddir) && $(SHELL) ./config.status $@
   323 uninstall-info-am:
   324 install-man1: $(man1_MANS) $(man_MANS)
   325 	@$(NORMAL_INSTALL)
   326 	test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
   327 	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
   328 	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
   329 	for i in $$l2; do \
   330 	  case "$$i" in \
   331 	    *.1*) list="$$list $$i" ;; \
   332 	  esac; \
   333 	done; \
   334 	for i in $$list; do \
   335 	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
   336 	  else file=$$i; fi; \
   337 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
   338 	  case "$$ext" in \
   339 	    1*) ;; \
   340 	    *) ext='1' ;; \
   341 	  esac; \
   342 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
   343 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
   344 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
   345 	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
   346 	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
   347 	done
   348 uninstall-man1:
   349 	@$(NORMAL_UNINSTALL)
   350 	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
   351 	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
   352 	for i in $$l2; do \
   353 	  case "$$i" in \
   354 	    *.1*) list="$$list $$i" ;; \
   355 	  esac; \
   356 	done; \
   357 	for i in $$list; do \
   358 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
   359 	  case "$$ext" in \
   360 	    1*) ;; \
   361 	    *) ext='1' ;; \
   362 	  esac; \
   363 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
   364 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
   365 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
   366 	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
   367 	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
   368 	done
   369 install-dist_sysconfDATA: $(dist_sysconf_DATA)
   370 	@$(NORMAL_INSTALL)
   371 	test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
   372 	@list='$(dist_sysconf_DATA)'; for p in $$list; do \
   373 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
   374 	  f=$(am__strip_dir) \
   375 	  echo " $(dist_sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
   376 	  $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
   377 	done
   379 uninstall-dist_sysconfDATA:
   380 	@$(NORMAL_UNINSTALL)
   381 	@list='$(dist_sysconf_DATA)'; for p in $$list; do \
   382 	  f=$(am__strip_dir) \
   383 	  echo " rm -f '$(DESTDIR)$(sysconfdir)/$$f'"; \
   384 	  rm -f "$(DESTDIR)$(sysconfdir)/$$f"; \
   385 	done
   387 # This directory's subdirectories are mostly independent; you can cd
   388 # into them and run `make' without going through this Makefile.
   389 # To change the values of `make' variables: instead of editing Makefiles,
   390 # (1) if the variable is set in `config.status', edit `config.status'
   391 #     (which will cause the Makefiles to be regenerated when you run `make');
   392 # (2) otherwise, pass the desired values on the `make' command line.
   393 $(RECURSIVE_TARGETS):
   394 	@failcom='exit 1'; \
   395 	for f in x $$MAKEFLAGS; do \
   396 	  case $$f in \
   397 	    *=* | --[!k]*);; \
   398 	    *k*) failcom='fail=yes';; \
   399 	  esac; \
   400 	done; \
   401 	dot_seen=no; \
   402 	target=`echo $@ | sed s/-recursive//`; \
   403 	list='$(SUBDIRS)'; for subdir in $$list; do \
   404 	  echo "Making $$target in $$subdir"; \
   405 	  if test "$$subdir" = "."; then \
   406 	    dot_seen=yes; \
   407 	    local_target="$$target-am"; \
   408 	  else \
   409 	    local_target="$$target"; \
   410 	  fi; \
   411 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   412 	  || eval $$failcom; \
   413 	done; \
   414 	if test "$$dot_seen" = "no"; then \
   415 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
   416 	fi; test -z "$$fail"
   418 mostlyclean-recursive clean-recursive distclean-recursive \
   419 maintainer-clean-recursive:
   420 	@failcom='exit 1'; \
   421 	for f in x $$MAKEFLAGS; do \
   422 	  case $$f in \
   423 	    *=* | --[!k]*);; \
   424 	    *k*) failcom='fail=yes';; \
   425 	  esac; \
   426 	done; \
   427 	dot_seen=no; \
   428 	case "$@" in \
   429 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   430 	  *) list='$(SUBDIRS)' ;; \
   431 	esac; \
   432 	rev=''; for subdir in $$list; do \
   433 	  if test "$$subdir" = "."; then :; else \
   434 	    rev="$$subdir $$rev"; \
   435 	  fi; \
   436 	done; \
   437 	rev="$$rev ."; \
   438 	target=`echo $@ | sed s/-recursive//`; \
   439 	for subdir in $$rev; do \
   440 	  echo "Making $$target in $$subdir"; \
   441 	  if test "$$subdir" = "."; then \
   442 	    local_target="$$target-am"; \
   443 	  else \
   444 	    local_target="$$target"; \
   445 	  fi; \
   446 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   447 	  || eval $$failcom; \
   448 	done && test -z "$$fail"
   449 tags-recursive:
   450 	list='$(SUBDIRS)'; for subdir in $$list; do \
   451 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
   452 	done
   453 ctags-recursive:
   454 	list='$(SUBDIRS)'; for subdir in $$list; do \
   455 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
   456 	done
   458 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
   459 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
   460 	unique=`for i in $$list; do \
   461 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   462 	  done | \
   463 	  $(AWK) '    { files[$$0] = 1; } \
   464 	       END { for (i in files) print i; }'`; \
   465 	mkid -fID $$unique
   466 tags: TAGS
   468 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
   469 		$(TAGS_FILES) $(LISP)
   470 	tags=; \
   471 	here=`pwd`; \
   472 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
   473 	  include_option=--etags-include; \
   474 	  empty_fix=.; \
   475 	else \
   476 	  include_option=--include; \
   477 	  empty_fix=; \
   478 	fi; \
   479 	list='$(SUBDIRS)'; for subdir in $$list; do \
   480 	  if test "$$subdir" = .; then :; else \
   481 	    test ! -f $$subdir/TAGS || \
   482 	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
   483 	  fi; \
   484 	done; \
   485 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
   486 	unique=`for i in $$list; do \
   487 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   488 	  done | \
   489 	  $(AWK) '    { files[$$0] = 1; } \
   490 	       END { for (i in files) print i; }'`; \
   491 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
   492 	  test -n "$$unique" || unique=$$empty_fix; \
   493 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   494 	    $$tags $$unique; \
   495 	fi
   496 ctags: CTAGS
   497 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
   498 		$(TAGS_FILES) $(LISP)
   499 	tags=; \
   500 	here=`pwd`; \
   501 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
   502 	unique=`for i in $$list; do \
   503 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   504 	  done | \
   505 	  $(AWK) '    { files[$$0] = 1; } \
   506 	       END { for (i in files) print i; }'`; \
   507 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
   508 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   509 	     $$tags $$unique
   511 GTAGS:
   512 	here=`$(am__cd) $(top_builddir) && pwd` \
   513 	  && cd $(top_srcdir) \
   514 	  && gtags -i $(GTAGS_ARGS) $$here
   516 distclean-tags:
   517 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   519 distdir: $(DISTFILES)
   520 	$(am__remove_distdir)
   521 	mkdir $(distdir)
   522 	$(mkdir_p) $(distdir)/. $(distdir)/po $(distdir)/test
   523 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
   524 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
   525 	list='$(DISTFILES)'; for file in $$list; do \
   526 	  case $$file in \
   527 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
   528 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
   529 	  esac; \
   530 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   531 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
   532 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
   533 	    dir="/$$dir"; \
   534 	    $(mkdir_p) "$(distdir)$$dir"; \
   535 	  else \
   536 	    dir=''; \
   537 	  fi; \
   538 	  if test -d $$d/$$file; then \
   539 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   540 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
   541 	    fi; \
   542 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
   543 	  else \
   544 	    test -f $(distdir)/$$file \
   545 	    || cp -p $$d/$$file $(distdir)/$$file \
   546 	    || exit 1; \
   547 	  fi; \
   548 	done
   549 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
   550 	  if test "$$subdir" = .; then :; else \
   551 	    test -d "$(distdir)/$$subdir" \
   552 	    || $(mkdir_p) "$(distdir)/$$subdir" \
   553 	    || exit 1; \
   554 	    distdir=`$(am__cd) $(distdir) && pwd`; \
   555 	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
   556 	    (cd $$subdir && \
   557 	      $(MAKE) $(AM_MAKEFLAGS) \
   558 	        top_distdir="$$top_distdir" \
   559 	        distdir="$$distdir/$$subdir" \
   560 	        distdir) \
   561 	      || exit 1; \
   562 	  fi; \
   563 	done
   564 	$(MAKE) $(AM_MAKEFLAGS) \
   565 	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
   566 	  dist-hook
   567 	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
   568 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
   569 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
   570 	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
   571 	|| chmod -R a+r $(distdir)
   572 dist-gzip: distdir
   573 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
   574 	$(am__remove_distdir)
   576 dist-bzip2: distdir
   577 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
   578 	$(am__remove_distdir)
   580 dist-tarZ: distdir
   581 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
   582 	$(am__remove_distdir)
   584 dist-shar: distdir
   585 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
   586 	$(am__remove_distdir)
   588 dist-zip: distdir
   589 	-rm -f $(distdir).zip
   590 	zip -rq $(distdir).zip $(distdir)
   591 	$(am__remove_distdir)
   593 dist dist-all: distdir
   594 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
   595 	$(am__remove_distdir)
   597 # This target untars the dist file and tries a VPATH configuration.  Then
   598 # it guarantees that the distribution is self-contained by making another
   599 # tarfile.
   600 distcheck: dist
   601 	case '$(DIST_ARCHIVES)' in \
   602 	*.tar.gz*) \
   603 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
   604 	*.tar.bz2*) \
   605 	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
   606 	*.tar.Z*) \
   607 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
   608 	*.shar.gz*) \
   609 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
   610 	*.zip*) \
   611 	  unzip $(distdir).zip ;;\
   612 	esac
   613 	chmod -R a-w $(distdir); chmod a+w $(distdir)
   614 	mkdir $(distdir)/_build
   615 	mkdir $(distdir)/_inst
   616 	chmod a-w $(distdir)
   617 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
   618 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
   619 	  && cd $(distdir)/_build \
   620 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
   621 	    $(DISTCHECK_CONFIGURE_FLAGS) \
   622 	  && $(MAKE) $(AM_MAKEFLAGS) \
   623 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
   624 	  && $(MAKE) $(AM_MAKEFLAGS) check \
   625 	  && $(MAKE) $(AM_MAKEFLAGS) install \
   626 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
   627 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
   628 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
   629 	        distuninstallcheck \
   630 	  && chmod -R a-w "$$dc_install_base" \
   631 	  && ({ \
   632 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
   633 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
   634 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
   635 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
   636 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
   637 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
   638 	  && rm -rf "$$dc_destdir" \
   639 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
   640 	  && rm -rf $(DIST_ARCHIVES) \
   641 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
   642 	$(am__remove_distdir)
   643 	@(echo "$(distdir) archives ready for distribution: "; \
   644 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
   645 	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
   646 distuninstallcheck:
   647 	@cd $(distuninstallcheck_dir) \
   648 	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
   649 	   || { echo "ERROR: files left after uninstall:" ; \
   650 	        if test -n "$(DESTDIR)"; then \
   651 	          echo "  (check DESTDIR support)"; \
   652 	        fi ; \
   653 	        $(distuninstallcheck_listfiles) ; \
   654 	        exit 1; } >&2
   655 distcleancheck: distclean
   656 	@if test '$(srcdir)' = . ; then \
   657 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
   658 	  exit 1 ; \
   659 	fi
   660 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
   661 	  || { echo "ERROR: files left in build directory after distclean:" ; \
   662 	       $(distcleancheck_listfiles) ; \
   663 	       exit 1; } >&2
   664 check-am: all-am
   665 check: check-recursive
   666 @GUI_COCOA_FALSE@all-local:
   667 all-am: Makefile $(MANS) $(DATA) config.h all-local
   668 installdirs: installdirs-recursive
   669 installdirs-am:
   670 	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(sysconfdir)"; do \
   671 	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
   672 	done
   673 install: install-recursive
   674 install-exec: install-exec-recursive
   675 install-data: install-data-recursive
   676 uninstall: uninstall-recursive
   678 install-am: all-am
   679 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   681 installcheck: installcheck-recursive
   682 install-strip:
   683 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   684 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   685 	  `test -z '$(STRIP)' || \
   686 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   687 mostlyclean-generic:
   689 clean-generic:
   690 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
   692 distclean-generic:
   693 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   695 maintainer-clean-generic:
   696 	@echo "This command is intended for maintainers to use"
   697 	@echo "it deletes files that may require special tools to rebuild."
   698 clean: clean-recursive
   700 clean-am: clean-generic clean-local mostlyclean-am
   702 distclean: distclean-recursive
   703 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   704 	-rm -f Makefile
   705 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
   707 dvi: dvi-recursive
   709 dvi-am:
   711 html: html-recursive
   713 info: info-recursive
   715 info-am:
   717 install-data-am: install-data-local install-man
   719 install-exec-am: install-dist_sysconfDATA
   721 install-info: install-info-recursive
   723 install-man: install-man1
   725 installcheck-am:
   727 maintainer-clean: maintainer-clean-recursive
   728 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   729 	-rm -rf $(top_srcdir)/autom4te.cache
   730 	-rm -f Makefile
   731 maintainer-clean-am: distclean-am maintainer-clean-generic
   733 mostlyclean: mostlyclean-recursive
   735 mostlyclean-am: mostlyclean-generic
   737 pdf: pdf-recursive
   739 pdf-am:
   741 ps: ps-recursive
   743 ps-am:
   745 uninstall-am: uninstall-dist_sysconfDATA uninstall-info-am \
   746 	uninstall-local uninstall-man
   748 uninstall-info: uninstall-info-recursive
   750 uninstall-man: uninstall-man1
   752 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local \
   753 	am--refresh check check-am clean clean-generic clean-local \
   754 	clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
   755 	dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
   756 	distclean distclean-generic distclean-hdr distclean-recursive \
   757 	distclean-tags distcleancheck distdir distuninstallcheck dvi \
   758 	dvi-am html html-am info info-am install install-am \
   759 	install-data install-data-am install-data-local \
   760 	install-dist_sysconfDATA install-exec install-exec-am \
   761 	install-info install-info-am install-man install-man1 \
   762 	install-strip installcheck installcheck-am installdirs \
   763 	installdirs-am maintainer-clean maintainer-clean-generic \
   764 	maintainer-clean-recursive mostlyclean mostlyclean-generic \
   765 	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
   766 	uninstall uninstall-am uninstall-dist_sysconfDATA \
   767 	uninstall-info-am uninstall-local uninstall-man uninstall-man1
   770 lxdream.1: lxdream.pod
   771 	$(POD2MAN) $< $@
   773 install-data-local:
   774 	@$(NORMAL_INSTALL)
   775 	if test -d $(srcdir)/pixmaps; then \
   776 	  $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
   777 	  for pixmap in $(srcdir)/pixmaps/*.png $(srcdir)/pixmaps/*.gif; do \
   778 	    if test -f $$pixmap; then \
   779 	      $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
   780 	    fi \
   781 	  done \
   782 	fi
   783 	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)
   785 uninstall-local:
   786 	@$(NORMAL_UNINSTALL) 
   787 	rm -rf $(DESTDIR)$(datadir)/pixmaps
   789 clean-local:
   790 	rm -rf $(BUNDLE)
   792 dist-hook:
   793 	if test -d $(srcdir)/pixmaps; then \
   794 	  mkdir $(distdir)/pixmaps; \
   795 	  for pixmap in $(srcdir)/pixmaps/*; do \
   796 	    if test -f $$pixmap; then \
   797 	      cp -p $$pixmap $(distdir)/pixmaps; \
   798 	    fi \
   799 	  done \
   800 	fi
   801 	if test -d $(srcdir)/debian; then \
   802 	  mkdir $(distdir)/debian; \
   803 	  for f in $(srcdir)/debian/*; do \
   804 	    if test -f $$f; then \
   805 	      cp -p $$f $(distdir)/debian; \
   806 	    fi \
   807 	  done \
   808 	fi
   810 # Build a Mac OS X bundle. This is meaningless anywhere else
   811 @GUI_COCOA_TRUE@all-local:
   812 @GUI_COCOA_TRUE@	@echo --- Building Mac Bundle ---
   813 @GUI_COCOA_TRUE@	rm -rf $(BUNDLE)
   814 @GUI_COCOA_TRUE@	mkdir -p $(BUNDLE)/Contents/MacOS
   815 @GUI_COCOA_TRUE@	mkdir -p $(BUNDLE)/Contents/Resources
   816 @GUI_COCOA_TRUE@	cp Info.plist $(BUNDLE)/Contents
   817 @GUI_COCOA_TRUE@	cp $(srcdir)/lxdreamrc $(BUNDLE)/Contents/Resources
   818 @GUI_COCOA_TRUE@	cp src/lxdream $(BUNDLE)/Contents/MacOS
   819 @GUI_COCOA_TRUE@	cp -R $(srcdir)/pixmaps/* $(BUNDLE)/Contents/Resources
   820 @GUI_COCOA_TRUE@	$(srcdir)/bundlelibs.pl $(BUNDLE)/Contents/MacOS/lxdream $(BUNDLE)/Contents/Frameworks
   821 @GUI_COCOA_TRUE@	for cat in $(CATALOGS); do \
   822 @GUI_COCOA_TRUE@	   catname=`basename "$$cat"`; \
   823 @GUI_COCOA_TRUE@	   catname=`echo $$catname|sed -e 's/$(CATOBJEXT)$$//'`; \
   824 @GUI_COCOA_TRUE@	   mkdir -p "$(BUNDLE)/Contents/Resources/$$catname/LC_MESSAGES"; \
   825 @GUI_COCOA_TRUE@	   cp "$(top_srcdir)/po/$$cat" "$(BUNDLE)/Contents/Resources/$$catname/LC_MESSAGES/lxdream$(INSTOBJEXT)"; \
   826 @GUI_COCOA_TRUE@	done
   827 @GUI_COCOA_TRUE@	@echo --- Done ---
   829 bundle: all
   830 # Tell versions [3.59,3.63) of GNU make to not export all variables.
   831 # Otherwise a system limit (for SysV at least) may be exceeded.
   832 .NOEXPORT:
.