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