version 1.53 | | version 1.54 |
---|
| | |
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am | | # Makefile.in generated by automake 1.6.3 from Makefile.am. |
| | # @configure_input@ |
| | |
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. | | # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 |
| | # Free Software Foundation, Inc. |
# This Makefile.in is free software; the Free Software Foundation | | # This Makefile.in is free software; the Free Software Foundation |
# gives unlimited permission to copy and/or distribute it, | | # gives unlimited permission to copy and/or distribute it, |
# with or without modifications, as long as this notice is preserved. | | # with or without modifications, as long as this notice is preserved. |
| | |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A | | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
# PARTICULAR PURPOSE. | | # PARTICULAR PURPOSE. |
| | |
| | @SET_MAKE@ |
| | |
# | | # |
# Makefile for crossfire 0.95.0 and beyond | | # Makefile for crossfire 0.95.0 and beyond |
# | | # |
| | |
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | | # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
# | | # |
# The authors can be reached via e-mail to crossfire-devel@real-time.com | | # The authors can be reached via e-mail to crossfire-devel@real-time.com |
| | |
| | |
SHELL = @SHELL@ | | SHELL = @SHELL@ |
| | |
srcdir = @srcdir@ | | srcdir = @srcdir@ |
| | |
mandir = @mandir@ | | mandir = @mandir@ |
includedir = @includedir@ | | includedir = @includedir@ |
oldincludedir = /usr/include | | oldincludedir = /usr/include |
| | |
DESTDIR = | | |
| | |
pkgdatadir = $(datadir)/@PACKAGE@ | | pkgdatadir = $(datadir)/@PACKAGE@ |
pkglibdir = $(libdir)/@PACKAGE@ | | pkglibdir = $(libdir)/@PACKAGE@ |
pkgincludedir = $(includedir)/@PACKAGE@ | | pkgincludedir = $(includedir)/@PACKAGE@ |
| | |
top_builddir = .. | | top_builddir = .. |
| | |
ACLOCAL = @ACLOCAL@ | | ACLOCAL = @ACLOCAL@ |
| | |
AUTOMAKE = @AUTOMAKE@ | | AUTOMAKE = @AUTOMAKE@ |
AUTOHEADER = @AUTOHEADER@ | | AUTOHEADER = @AUTOHEADER@ |
| | |
| | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
INSTALL = @INSTALL@ | | INSTALL = @INSTALL@ |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) | | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
INSTALL_DATA = @INSTALL_DATA@ | | INSTALL_DATA = @INSTALL_DATA@ |
| | install_sh_DATA = $(install_sh) -c -m 644 |
| | install_sh_PROGRAM = $(install_sh) -c |
| | install_sh_SCRIPT = $(install_sh) -c |
INSTALL_SCRIPT = @INSTALL_SCRIPT@ | | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| | INSTALL_HEADER = $(INSTALL_DATA) |
transform = @program_transform_name@ | | transform = @program_transform_name@ |
| | |
NORMAL_INSTALL = : | | NORMAL_INSTALL = : |
PRE_INSTALL = : | | PRE_INSTALL = : |
POST_INSTALL = : | | POST_INSTALL = : |
| | |
POST_UNINSTALL = : | | POST_UNINSTALL = : |
host_alias = @host_alias@ | | host_alias = @host_alias@ |
host_triplet = @host@ | | host_triplet = @host@ |
AR = @AR@ | | |
| | EXEEXT = @EXEEXT@ |
| | OBJEXT = @OBJEXT@ |
| | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| | AMTAR = @AMTAR@ |
AS = @AS@ | | AS = @AS@ |
AWK = @AWK@ | | AWK = @AWK@ |
BASENAME = @BASENAME@ | | BASENAME = @BASENAME@ |
| | |
CC = @CC@ | | CC = @CC@ |
COMPRESS = @COMPRESS@ | | COMPRESS = @COMPRESS@ |
CPP = @CPP@ | | CPP = @CPP@ |
CXX = @CXX@ | | DEPDIR = @DEPDIR@ |
CXXCPP = @CXXCPP@ | | |
DLLTOOL = @DLLTOOL@ | | DLLTOOL = @DLLTOOL@ |
ECHO = @ECHO@ | | ECHO = @ECHO@ |
EGREP = @EGREP@ | | |
EXEEXT = @EXEEXT@ | | |
F77 = @F77@ | | |
GCJ = @GCJ@ | | |
GCJFLAGS = @GCJFLAGS@ | | |
GUNZIP = @GUNZIP@ | | GUNZIP = @GUNZIP@ |
GZIP = @GZIP@ | | GZIP = @GZIP@ |
HAVE_LIB = @HAVE_LIB@ | | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
LATEX = @LATEX@ | | LATEX = @LATEX@ |
LEX = @LEX@ | | LEX = @LEX@ |
LIB = @LIB@ | | LEXLIB = @LEXLIB@ |
| | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
LIBTOOL = @LIBTOOL@ | | LIBTOOL = @LIBTOOL@ |
LN_S = @LN_S@ | | LN_S = @LN_S@ |
LTLIB = @LTLIB@ | | |
MAKEINFO = @MAKEINFO@ | | |
OBJDUMP = @OBJDUMP@ | | OBJDUMP = @OBJDUMP@ |
OBJEXT = @OBJEXT@ | | |
PACKAGE = @PACKAGE@ | | PACKAGE = @PACKAGE@ |
| | |
| | PERL = @PERL@ |
PLUGIN_PYTHON = @PLUGIN_PYTHON@ | | PLUGIN_PYTHON = @PLUGIN_PYTHON@ |
PYTHON_LIB = @PYTHON_LIB@ | | PYTHON_LIB = @PYTHON_LIB@ |
PY_INCLUDES = @PY_INCLUDES@ | | PY_INCLUDES = @PY_INCLUDES@ |
PY_LIBS = @PY_LIBS@ | | PY_LIBS = @PY_LIBS@ |
RANLIB = @RANLIB@ | | RANLIB = @RANLIB@ |
RC = @RC@ | | |
STRIP = @STRIP@ | | STRIP = @STRIP@ |
TAR = @TAR@ | | TAR = @TAR@ |
UNCOMPRESS = @UNCOMPRESS@ | | UNCOMPRESS = @UNCOMPRESS@ |
VERSION = @VERSION@ | | VERSION = @VERSION@ |
X11LIBS = @X11LIBS@ | | X11LIBS = @X11LIBS@ |
| | X_CFLAGS = @X_CFLAGS@ |
| | X_EXTRA_LIBS = @X_EXTRA_LIBS@ |
| | X_LIBS = @X_LIBS@ |
| | X_PRE_LIBS = @X_PRE_LIBS@ |
| | am__include = @am__include@ |
| | am__quote = @am__quote@ |
| | install_sh = @install_sh@ |
no_x = @no_x@ | | no_x = @no_x@ |
x_includes = @x_includes@ | | pkgconfdir = @pkgconfdir@ |
x_libraries = @x_libraries@ | | |
| | |
pkgstatedir = @pkgstatedir@ | | pkgstatedir = @pkgstatedir@ |
pkgconfdir = @pkgconfdir@ | | x_includes = @x_includes@ |
| | x_libraries = @x_libraries@ |
| | |
dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl | | dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl |
dist_pkgdata_DATA = artifacts def_help formulae messages races smooth animations archetypes bmaps crossfire.0 crossfire.1 faces attackmess image_info materials | | dist_pkgdata_DATA = artifacts def_help formulae messages races smooth\ |
| | animations archetypes bmaps crossfire.0 \ |
| | crossfire.1 faces attackmess image_info materials |
| | |
| | |
CONF_FILES = settings motd dm_file forbid ban_file exp_table | | CONF_FILES = settings motd dm_file forbid ban_file exp_table |
| | |
EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures treasures.bld | | EXTRA_DIST = README .collect-stamp $(CONF_FILES) treasures treasures.bld |
| | |
helpdir = $(pkgdatadir)/help | | helpdir = $(pkgdatadir)/help |
dist_help_DATA = help/apply help/applymode help/bind help/brace help/cast help/drop help/dropall help/golem help/invoke help/keys help/killpets help/mark help/melee help/mouse help/move help/name help/output help/output-count help/output-sync help/party help/pickup help/quit help/range help/save help/sort_inventory help/spells help/statistics help/take help/traps help/unbind help/usekeys | | dist_help_DATA = help/apply help/applymode \ |
| | help/bind help/brace \ |
| | help/cast help/drop help/dropall \ |
| | help/golem help/invoke \ |
| | help/keys help/killpets \ |
| | help/mark help/melee \ |
| | help/mouse help/move \ |
| | help/name help/output \ |
| | help/output-count help/output-sync \ |
| | help/party help/pickup \ |
| | help/quit help/range help/save \ |
| | help/sort_inventory help/spells \ |
| | help/statistics help/take help/traps \ |
| | help/unbind help/usekeys |
| | |
| | |
wizhelpdir = $(pkgdatadir)/wizhelp | | wizhelpdir = $(pkgdatadir)/wizhelp |
dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp wizhelp/create wizhelp/debug wizhelp/dump wizhelp/dumpallarchtypes wizhelp/dumpallmaps wizhelp/dumpallobjects wizhelp/dumpbelow wizhelp/dumpfriendlyobjects wizhelp/forget_spell wizhelp/free wizhelp/goto wizhelp/hide wizhelp/invisible wizhelp/kick wizhelp/learn_special_prayer wizhelp/learn_spell wizhelp/nodm wizhelp/nowiz wizhelp/overlay_save wizhelp/patch wizhelp/plugin wizhelp/pluglist wizhelp/plugout wizhelp/printlos wizhelp/remove wizhelp/reset wizhelp/set_god wizhelp/shutdown wizhelp/speed wizhelp/spellreset wizhelp/ssdumptable wizhelp/style_info wizhelp/summon wizhelp/teleport wizhelp/time wizhelp/who wizhelp/wizhelp wizhelp/wizpass | | dist_wizhelp_DATA = wizhelp/abil wizhelp/addexp \ |
| | wizhelp/create wizhelp/debug \ |
| | wizhelp/dump wizhelp/dumpallarchtypes \ |
| | wizhelp/dumpallmaps wizhelp/dumpallobjects \ |
| | wizhelp/dumpbelow wizhelp/dumpfriendlyobjects \ |
| | wizhelp/forget_spell wizhelp/free \ |
| | wizhelp/goto wizhelp/hide wizhelp/invisible \ |
| | wizhelp/kick wizhelp/learn_special_prayer \ |
| | wizhelp/learn_spell wizhelp/nodm \ |
| | wizhelp/nowiz wizhelp/overlay_save \ |
| | wizhelp/patch wizhelp/plugin \ |
| | wizhelp/pluglist wizhelp/plugout \ |
| | wizhelp/printlos wizhelp/remove \ |
| | wizhelp/reset wizhelp/set_god \ |
| | wizhelp/shutdown wizhelp/speed \ |
| | wizhelp/spellreset wizhelp/ssdumptable \ |
| | wizhelp/style_info wizhelp/summon \ |
| | wizhelp/teleport wizhelp/time \ |
| | wizhelp/who wizhelp/wizhelp \ |
| | wizhelp/wizpass |
| | |
| | |
admdir = $(pkgdatadir)/adm | | admdir = $(pkgdatadir)/adm |
dist_adm_DATA = adm/README adm/map_check adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl adm/collect_images.pl | | dist_adm_DATA = adm/README adm/map_check \ |
| | adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl \ |
| | adm/collect_images.pl |
| | |
| | |
MAINTAINERCLEANFILES = archetypes bmaps faces .collect-stamp | | MAINTAINERCLEANFILES = archetypes bmaps faces .collect-stamp |
| | subdir = lib |
PERL = @PERL@ | | |
mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs | | mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs |
CONFIG_HEADER = ../[include/autoconf.h] | | CONFIG_HEADER = $(top_builddir)/include/autoconf.h |
CONFIG_CLEAN_FILES = checkarch.pl collect.pl | | CONFIG_CLEAN_FILES = checkarch.pl collect.pl |
DIST_COMMON = README Makefile.am Makefile.in checkarch.pl.in \ | | SCRIPTS = $(dist_noinst_SCRIPTS) |
collect.pl.in | | |
| | |
| | |
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | | DIST_SOURCES = |
| | DATA = $(dist_adm_DATA) $(dist_help_DATA) $(dist_pkgdata_DATA) \ |
| | $(dist_wizhelp_DATA) |
| | |
| | DIST_COMMON = README $(dist_adm_DATA) $(dist_help_DATA) \ |
| | $(dist_noinst_SCRIPTS) $(dist_pkgdata_DATA) \ |
| | $(dist_wizhelp_DATA) Makefile.am Makefile.in checkarch.pl.in \ |
| | collect.pl.in |
| | all: all-am |
| | |
GZIP_ENV = --best | | |
all: all-redirect | | |
.SUFFIXES: | | .SUFFIXES: |
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) | | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) |
cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile | | cd $(top_srcdir) && \ |
| | $(AUTOMAKE) --gnu lib/Makefile |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
cd $(top_builddir) \ | | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) |
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | | |
| | |
checkarch.pl: $(top_builddir)/config.status checkarch.pl.in | | checkarch.pl: $(top_builddir)/config.status checkarch.pl.in |
cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
collect.pl: $(top_builddir)/config.status collect.pl.in | | collect.pl: $(top_builddir)/config.status collect.pl.in |
cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
| | |
| | mostlyclean-libtool: |
| | -rm -f *.lo |
| | |
| | clean-libtool: |
| | -rm -rf .libs _libs |
| | |
| | distclean-libtool: |
| | -rm -f libtool |
| | uninstall-info-am: |
| | dist_admDATA_INSTALL = $(INSTALL_DATA) |
| | install-dist_admDATA: $(dist_adm_DATA) |
| | @$(NORMAL_INSTALL) |
| | $(mkinstalldirs) $(DESTDIR)$(admdir) |
| | @list='$(dist_adm_DATA)'; for p in $$list; do \ |
| | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| | f="`echo $$p | sed -e 's|^.*/||'`"; \ |
| | echo " $(dist_admDATA_INSTALL) $$d$$p $(DESTDIR)$(admdir)/$$f"; \ |
| | $(dist_admDATA_INSTALL) $$d$$p $(DESTDIR)$(admdir)/$$f; \ |
| | done |
| | |
| | uninstall-dist_admDATA: |
| | @$(NORMAL_UNINSTALL) |
| | @list='$(dist_adm_DATA)'; for p in $$list; do \ |
| | f="`echo $$p | sed -e 's|^.*/||'`"; \ |
| | echo " rm -f $(DESTDIR)$(admdir)/$$f"; \ |
| | rm -f $(DESTDIR)$(admdir)/$$f; \ |
| | done |
| | dist_helpDATA_INSTALL = $(INSTALL_DATA) |
| | install-dist_helpDATA: $(dist_help_DATA) |
| | @$(NORMAL_INSTALL) |
| | $(mkinstalldirs) $(DESTDIR)$(helpdir) |
| | @list='$(dist_help_DATA)'; for p in $$list; do \ |
| | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| | f="`echo $$p | sed -e 's|^.*/||'`"; \ |
| | echo " $(dist_helpDATA_INSTALL) $$d$$p $(DESTDIR)$(helpdir)/$$f"; \ |
| | $(dist_helpDATA_INSTALL) $$d$$p $(DESTDIR)$(helpdir)/$$f; \ |
| | done |
| | |
| | uninstall-dist_helpDATA: |
| | @$(NORMAL_UNINSTALL) |
| | @list='$(dist_help_DATA)'; for p in $$list; do \ |
| | f="`echo $$p | sed -e 's|^.*/||'`"; \ |
| | echo " rm -f $(DESTDIR)$(helpdir)/$$f"; \ |
| | rm -f $(DESTDIR)$(helpdir)/$$f; \ |
| | done |
| | dist_pkgdataDATA_INSTALL = $(INSTALL_DATA) |
| | install-dist_pkgdataDATA: $(dist_pkgdata_DATA) |
| | @$(NORMAL_INSTALL) |
| | $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) |
| | @list='$(dist_pkgdata_DATA)'; for p in $$list; do \ |
| | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| | f="`echo $$p | sed -e 's|^.*/||'`"; \ |
| | echo " $(dist_pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \ |
| | $(dist_pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f; \ |
| | done |
| | |
| | uninstall-dist_pkgdataDATA: |
| | @$(NORMAL_UNINSTALL) |
| | @list='$(dist_pkgdata_DATA)'; for p in $$list; do \ |
| | f="`echo $$p | sed -e 's|^.*/||'`"; \ |
| | echo " rm -f $(DESTDIR)$(pkgdatadir)/$$f"; \ |
| | rm -f $(DESTDIR)$(pkgdatadir)/$$f; \ |
| | done |
| | dist_wizhelpDATA_INSTALL = $(INSTALL_DATA) |
| | install-dist_wizhelpDATA: $(dist_wizhelp_DATA) |
| | @$(NORMAL_INSTALL) |
| | $(mkinstalldirs) $(DESTDIR)$(wizhelpdir) |
| | @list='$(dist_wizhelp_DATA)'; for p in $$list; do \ |
| | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| | f="`echo $$p | sed -e 's|^.*/||'`"; \ |
| | echo " $(dist_wizhelpDATA_INSTALL) $$d$$p $(DESTDIR)$(wizhelpdir)/$$f"; \ |
| | $(dist_wizhelpDATA_INSTALL) $$d$$p $(DESTDIR)$(wizhelpdir)/$$f; \ |
| | done |
| | |
| | uninstall-dist_wizhelpDATA: |
| | @$(NORMAL_UNINSTALL) |
| | @list='$(dist_wizhelp_DATA)'; for p in $$list; do \ |
| | f="`echo $$p | sed -e 's|^.*/||'`"; \ |
| | echo " rm -f $(DESTDIR)$(wizhelpdir)/$$f"; \ |
| | rm -f $(DESTDIR)$(wizhelpdir)/$$f; \ |
| | done |
tags: TAGS | | tags: TAGS |
TAGS: | | TAGS: |
| | |
| | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| | |
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | | top_distdir = .. |
| | distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) |
subdir = lib | | |
| | |
distdir: $(DISTFILES) | | distdir: $(DISTFILES) |
here=`cd $(top_builddir) && pwd`; \ | | $(mkinstalldirs) $(distdir)/adm $(distdir)/help $(distdir)/wizhelp |
top_distdir=`cd $(top_distdir) && pwd`; \ | | @list='$(DISTFILES)'; for file in $$list; do \ |
distdir=`cd $(distdir) && pwd`; \ | | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
cd $(top_srcdir) \ | | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu lib/Makefile | | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
@for file in $(DISTFILES); do \ | | dir="/$$dir"; \ |
d=$(srcdir); \ | | $(mkinstalldirs) "$(distdir)$$dir"; \ |
| | else \ |
| | dir=''; \ |
| | fi; \ |
if test -d $$d/$$file; then \ | | if test -d $$d/$$file; then \ |
cp -pr $$d/$$file $(distdir)/$$file; \ | | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
| | fi; \ |
| | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
else \ | | else \ |
test -f $(distdir)/$$file \ | | test -f $(distdir)/$$file \ |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | | || cp -p $$d/$$file $(distdir)/$$file \ |
|| cp -p $$d/$$file $(distdir)/$$file || :; \ | | || exit 1; \ |
fi; \ | | fi; \ |
done | | done |
info-am: | | |
info: info-am | | |
dvi-am: | | |
dvi: dvi-am | | |
check-am: all-am | | check-am: all-am |
check: check-am | | check: check-am |
installcheck-am: | | all-am: Makefile $(SCRIPTS) $(DATA) |
installcheck: installcheck-am | | |
install-exec-am: | | |
install-exec: install-exec-am | | |
| | |
install-data-am: install-data-local | | installdirs: |
install-data: install-data-am | | $(mkinstalldirs) $(DESTDIR)$(admdir) $(DESTDIR)$(helpdir) $(DESTDIR)$(pkgdatadir) $(DESTDIR)$(wizhelpdir) |
| | |
install-am: all-am | | |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | | |
install: install-am | | install: install-am |
uninstall-am: uninstall-local | | install-exec: install-exec-am |
| | install-data: install-data-am |
uninstall: uninstall-am | | uninstall: uninstall-am |
all-am: Makefile | | |
all-redirect: all-am | | |
install-strip: | | |
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | | |
installdirs: | | |
| | |
| | install-am: all-am |
| | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| | |
| | installcheck: installcheck-am |
| | install-strip: |
| | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| | INSTALL_STRIP_FLAG=-s \ |
| | `test -z '$(STRIP)' || \ |
| | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
mostlyclean-generic: | | mostlyclean-generic: |
| | |
clean-generic: | | clean-generic: |
| | |
distclean-generic: | | distclean-generic: |
-rm -f Makefile $(CONFIG_CLEAN_FILES) | | -rm -f Makefile $(CONFIG_CLEAN_FILES) |
-rm -f config.cache config.log stamp-h stamp-h[0-9]* | | |
| | |
maintainer-clean-generic: | | maintainer-clean-generic: |
| | @echo "This command is intended for maintainers to use" |
| | @echo "it deletes files that may require special tools to rebuild." |
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
mostlyclean-am: mostlyclean-generic | | clean: clean-am |
| | |
mostlyclean: mostlyclean-am | | clean-am: clean-generic clean-libtool mostlyclean-am |
| | |
clean-am: clean-generic mostlyclean-am | | distclean: distclean-am |
| | |
clean: clean-am | | distclean-am: clean-am distclean-generic distclean-libtool |
| | |
distclean-am: distclean-generic clean-am | | dvi: dvi-am |
-rm -f libtool | | |
| | |
distclean: distclean-am | | dvi-am: |
| | |
maintainer-clean-am: maintainer-clean-generic distclean-am | | info: info-am |
@echo "This command is intended for maintainers to use;" | | |
@echo "it deletes files that may require special tools to rebuild." | | info-am: |
| | |
| | install-data-am: install-data-local install-dist_admDATA \ |
| | install-dist_helpDATA install-dist_pkgdataDATA \ |
| | install-dist_wizhelpDATA |
| | |
| | install-exec-am: |
| | |
| | install-info: install-info-am |
| | |
| | install-man: |
| | |
| | installcheck-am: |
| | |
maintainer-clean: maintainer-clean-am | | maintainer-clean: maintainer-clean-am |
| | |
.PHONY: tags distdir info-am info dvi-am dvi check check-am \ | | maintainer-clean-am: distclean-am maintainer-clean-generic |
installcheck-am installcheck install-exec-am install-exec \ | | |
install-data-local install-data-am install-data install-am install \ | | mostlyclean: mostlyclean-am |
uninstall-local uninstall-am uninstall all-redirect all-am all \ | | |
installdirs mostlyclean-generic distclean-generic clean-generic \ | | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
maintainer-clean-generic clean mostlyclean distclean maintainer-clean | | |
| | uninstall-am: uninstall-dist_admDATA uninstall-dist_helpDATA \ |
| | uninstall-dist_pkgdataDATA uninstall-dist_wizhelpDATA \ |
| | uninstall-info-am uninstall-local |
| | |
| | .PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
| | distclean distclean-generic distclean-libtool distdir dvi \ |
| | dvi-am info info-am install install-am install-data \ |
| | install-data-am install-data-local install-dist_admDATA \ |
| | install-dist_helpDATA install-dist_pkgdataDATA \ |
| | install-dist_wizhelpDATA install-exec install-exec-am \ |
| | install-info install-info-am install-man install-strip \ |
| | installcheck installcheck-am installdirs maintainer-clean \ |
| | maintainer-clean-generic mostlyclean mostlyclean-generic \ |
| | mostlyclean-libtool uninstall uninstall-am \ |
| | uninstall-dist_admDATA uninstall-dist_helpDATA \ |
| | uninstall-dist_pkgdataDATA uninstall-dist_wizhelpDATA \ |
| | uninstall-info-am uninstall-local |
| | |
| | |
crossfire.0: bmaps.paths | | crossfire.0: bmaps.paths |
| | |
libArch: | | libArch: |
tar cvf A`perl puredate.pl`.tar arch treasures | | tar cvf A`perl puredate.pl`.tar arch treasures |
gzip A`perl puredate.pl`.tar | | gzip A`perl puredate.pl`.tar |
| | |
# Tell versions [3.59,3.63) of GNU make to not export all variables. | | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
# Otherwise a system limit (for SysV at least) may be exceeded. | | # Otherwise a system limit (for SysV at least) may be exceeded. |
.NOEXPORT: | | .NOEXPORT: |