--- deliantra/server/utils/Makefile.in 2006/03/16 21:08:21 1.4 +++ deliantra/server/utils/Makefile.in 2006/05/07 12:49:26 1.5 @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. +# Makefile.in generated by automake 1.7.9 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -21,6 +21,7 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. + am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ install_sh_DATA = $(install_sh) -c -m 644 @@ -34,39 +35,7 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -build_triplet = @build@ host_triplet = @host@ -subdir = utils -DIST_COMMON = $(dist_bin_SCRIPTS) $(dist_noinst_SCRIPTS) \ - $(dist_pkglib_SCRIPTS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(srcdir)/add_throw.perl.in \ - $(srcdir)/crossloop.pl.tmpl.in $(srcdir)/crossloop.tmpl.in \ - $(srcdir)/crossloop.web.in $(srcdir)/metaserver.pl.in \ - $(srcdir)/player_dl.pl.in $(srcdir)/scores.pl.in config.guess \ - config.sub depcomp install-sh ltmain.sh missing mkinstalldirs -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/libtool.m4 \ - $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \ - $(top_srcdir)/ltversion.m4 $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/include/autoconf.h -CONFIG_CLEAN_FILES = add_throw.perl crossloop.tmpl crossloop.pl.tmpl \ - metaserver.pl crossloop.web scores.pl player_dl.pl -am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibdir)" \ - "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibdir)" -dist_binSCRIPT_INSTALL = $(INSTALL_SCRIPT) -dist_pkglibSCRIPT_INSTALL = $(INSTALL_SCRIPT) -nodist_binSCRIPT_INSTALL = $(INSTALL_SCRIPT) -nodist_pkglibSCRIPT_INSTALL = $(INSTALL_SCRIPT) -SCRIPTS = $(dist_bin_SCRIPTS) $(dist_noinst_SCRIPTS) \ - $(dist_pkglib_SCRIPTS) $(nodist_bin_SCRIPTS) \ - $(nodist_pkglib_SCRIPTS) -SOURCES = -DIST_SOURCES = -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ @@ -85,6 +54,7 @@ COMPRESS = @COMPRESS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CROSSEDIT = @CROSSEDIT@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -142,6 +112,7 @@ PY_INCLUDES = @PY_INCLUDES@ PY_LIBS = @PY_LIBS@ RANLIB = @RANLIB@ + SED = sed SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ @@ -163,8 +134,6 @@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ @@ -185,7 +154,6 @@ libexecdir = @libexecdir@ localstatedir = @localstatedir@ mandir = @mandir@ -mkdir_p = @mkdir_p@ no_x = @no_x@ oldincludedir = @oldincludedir@ pkgconfdir = @pkgconfdir@ @@ -198,68 +166,65 @@ target_alias = @target_alias@ x_includes = @x_includes@ x_libraries = @x_libraries@ + nodist_bin_SCRIPTS = crossloop.pl crossloop player_dl.pl dist_bin_SCRIPTS = crossloop.web nodist_pkglib_SCRIPTS = dist_pkglib_SCRIPTS = mktable.script add_throw.perl metaserver.pl dist_noinst_SCRIPTS = ad2c.script mktable.script player_dl.html cfmeta-rrd + EXTRA_DIST = + CLEANFILES = crossloop.pl crossloop +subdir = utils +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/include/autoconf.h +CONFIG_CLEAN_FILES = add_throw.perl crossloop.tmpl crossloop.pl.tmpl \ + metaserver.pl crossloop.web scores.pl player_dl.pl +SCRIPTS = $(dist_bin_SCRIPTS) $(dist_noinst_SCRIPTS) \ + $(dist_pkglib_SCRIPTS) $(nodist_bin_SCRIPTS) \ + $(nodist_pkglib_SCRIPTS) + +DIST_SOURCES = +DIST_COMMON = $(dist_bin_SCRIPTS) $(dist_noinst_SCRIPTS) \ + $(dist_pkglib_SCRIPTS) $(srcdir)/Makefile.in Makefile.am \ + add_throw.perl.in config.guess config.sub crossloop.pl.tmpl.in \ + crossloop.tmpl.in crossloop.web.in depcomp install-sh ltmain.sh \ + metaserver.pl.in missing mkinstalldirs player_dl.pl.in \ + scores.pl.in all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ - && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu utils/Makefile'; \ +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu utils/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -add_throw.perl: $(top_builddir)/config.status $(srcdir)/add_throw.perl.in +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +add_throw.perl: $(top_builddir)/config.status add_throw.perl.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -crossloop.tmpl: $(top_builddir)/config.status $(srcdir)/crossloop.tmpl.in +crossloop.tmpl: $(top_builddir)/config.status crossloop.tmpl.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -crossloop.pl.tmpl: $(top_builddir)/config.status $(srcdir)/crossloop.pl.tmpl.in +crossloop.pl.tmpl: $(top_builddir)/config.status crossloop.pl.tmpl.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -metaserver.pl: $(top_builddir)/config.status $(srcdir)/metaserver.pl.in +metaserver.pl: $(top_builddir)/config.status metaserver.pl.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -crossloop.web: $(top_builddir)/config.status $(srcdir)/crossloop.web.in +crossloop.web: $(top_builddir)/config.status crossloop.web.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -scores.pl: $(top_builddir)/config.status $(srcdir)/scores.pl.in +scores.pl: $(top_builddir)/config.status scores.pl.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -player_dl.pl: $(top_builddir)/config.status $(srcdir)/player_dl.pl.in +player_dl.pl: $(top_builddir)/config.status player_dl.pl.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +dist_binSCRIPT_INSTALL = $(INSTALL_SCRIPT) install-dist_binSCRIPTS: $(dist_bin_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" + $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(dist_bin_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ - echo " $(dist_binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \ - $(dist_binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \ + echo " $(dist_binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \ + $(dist_binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \ else :; fi; \ done @@ -267,18 +232,19 @@ @$(NORMAL_UNINSTALL) @list='$(dist_bin_SCRIPTS)'; for p in $$list; do \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ - echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ - rm -f "$(DESTDIR)$(bindir)/$$f"; \ + echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ + rm -f $(DESTDIR)$(bindir)/$$f; \ done +dist_pkglibSCRIPT_INSTALL = $(INSTALL_SCRIPT) install-dist_pkglibSCRIPTS: $(dist_pkglib_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)" + $(mkinstalldirs) $(DESTDIR)$(pkglibdir) @list='$(dist_pkglib_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ - echo " $(dist_pkglibSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \ - $(dist_pkglibSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \ + echo " $(dist_pkglibSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(pkglibdir)/$$f"; \ + $(dist_pkglibSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(pkglibdir)/$$f; \ else :; fi; \ done @@ -286,18 +252,19 @@ @$(NORMAL_UNINSTALL) @list='$(dist_pkglib_SCRIPTS)'; for p in $$list; do \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ - echo " rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \ - rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \ + echo " rm -f $(DESTDIR)$(pkglibdir)/$$f"; \ + rm -f $(DESTDIR)$(pkglibdir)/$$f; \ done +nodist_binSCRIPT_INSTALL = $(INSTALL_SCRIPT) install-nodist_binSCRIPTS: $(nodist_bin_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" + $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(nodist_bin_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ - echo " $(nodist_binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \ - $(nodist_binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \ + echo " $(nodist_binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \ + $(nodist_binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \ else :; fi; \ done @@ -305,18 +272,19 @@ @$(NORMAL_UNINSTALL) @list='$(nodist_bin_SCRIPTS)'; for p in $$list; do \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ - echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ - rm -f "$(DESTDIR)$(bindir)/$$f"; \ + echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ + rm -f $(DESTDIR)$(bindir)/$$f; \ done +nodist_pkglibSCRIPT_INSTALL = $(INSTALL_SCRIPT) install-nodist_pkglibSCRIPTS: $(nodist_pkglib_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)" + $(mkinstalldirs) $(DESTDIR)$(pkglibdir) @list='$(nodist_pkglib_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ - echo " $(nodist_pkglibSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \ - $(nodist_pkglibSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \ + echo " $(nodist_pkglibSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(pkglibdir)/$$f"; \ + $(nodist_pkglibSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(pkglibdir)/$$f; \ else :; fi; \ done @@ -324,8 +292,8 @@ @$(NORMAL_UNINSTALL) @list='$(nodist_pkglib_SCRIPTS)'; for p in $$list; do \ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ - echo " rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \ - rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \ + echo " rm -f $(DESTDIR)$(pkglibdir)/$$f"; \ + rm -f $(DESTDIR)$(pkglibdir)/$$f; \ done mostlyclean-libtool: @@ -343,6 +311,10 @@ ctags: CTAGS CTAGS: +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = .. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ @@ -356,7 +328,7 @@ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ @@ -374,10 +346,9 @@ check-am: all-am check: check-am all-am: Makefile $(SCRIPTS) + installdirs: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibdir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ - done + $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(pkglibdir) $(DESTDIR)$(bindir) $(DESTDIR)$(pkglibdir) install: install-am install-exec: install-exec-am install-data: install-data-am @@ -398,7 +369,7 @@ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -415,8 +386,6 @@ dvi-am: -html: html-am - info: info-am info-am: @@ -454,8 +423,8 @@ .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dist_binSCRIPTS \ + dvi-am info info-am install install-am install-data \ + install-data-am install-dist_binSCRIPTS \ install-dist_pkglibSCRIPTS install-exec install-exec-am \ install-info install-info-am install-man \ install-nodist_binSCRIPTS install-nodist_pkglibSCRIPTS \