1399 lines
		
	
	
		
			50 KiB
		
	
	
	
		
			Makefile
		
	
	
			
		
		
	
	
			1399 lines
		
	
	
		
			50 KiB
		
	
	
	
		
			Makefile
		
	
	
| # Makefile.in generated by automake 1.14.1 from Makefile.am.
 | |
| # @configure_input@
 | |
| 
 | |
| # Copyright (C) 1994-2013 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.
 | |
| 
 | |
| # This program is distributed in the hope that it will be useful,
 | |
| # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 | |
| # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 | |
| # PARTICULAR PURPOSE.
 | |
| 
 | |
| @SET_MAKE@
 | |
| 
 | |
| VPATH = @srcdir@
 | |
| am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 | |
| am__make_running_with_option = \
 | |
|   case $${target_option-} in \
 | |
|       ?) ;; \
 | |
|       *) echo "am__make_running_with_option: internal error: invalid" \
 | |
|               "target option '$${target_option-}' specified" >&2; \
 | |
|          exit 1;; \
 | |
|   esac; \
 | |
|   has_opt=no; \
 | |
|   sane_makeflags=$$MAKEFLAGS; \
 | |
|   if $(am__is_gnu_make); then \
 | |
|     sane_makeflags=$$MFLAGS; \
 | |
|   else \
 | |
|     case $$MAKEFLAGS in \
 | |
|       *\\[\ \	]*) \
 | |
|         bs=\\; \
 | |
|         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 | |
|           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
 | |
|     esac; \
 | |
|   fi; \
 | |
|   skip_next=no; \
 | |
|   strip_trailopt () \
 | |
|   { \
 | |
|     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 | |
|   }; \
 | |
|   for flg in $$sane_makeflags; do \
 | |
|     test $$skip_next = yes && { skip_next=no; continue; }; \
 | |
|     case $$flg in \
 | |
|       *=*|--*) continue;; \
 | |
|         -*I) strip_trailopt 'I'; skip_next=yes;; \
 | |
|       -*I?*) strip_trailopt 'I';; \
 | |
|         -*O) strip_trailopt 'O'; skip_next=yes;; \
 | |
|       -*O?*) strip_trailopt 'O';; \
 | |
|         -*l) strip_trailopt 'l'; skip_next=yes;; \
 | |
|       -*l?*) strip_trailopt 'l';; \
 | |
|       -[dEDm]) skip_next=yes;; \
 | |
|       -[JT]) skip_next=yes;; \
 | |
|     esac; \
 | |
|     case $$flg in \
 | |
|       *$$target_option*) has_opt=yes; break;; \
 | |
|     esac; \
 | |
|   done; \
 | |
|   test $$has_opt = yes
 | |
| am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 | |
| am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 | |
| pkgdatadir = $(datadir)/@PACKAGE@
 | |
| pkgincludedir = $(includedir)/@PACKAGE@
 | |
| pkglibdir = $(libdir)/@PACKAGE@
 | |
| pkglibexecdir = $(libexecdir)/@PACKAGE@
 | |
| am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 | |
| install_sh_DATA = $(install_sh) -c -m 644
 | |
| install_sh_PROGRAM = $(install_sh) -c
 | |
| install_sh_SCRIPT = $(install_sh) -c
 | |
| INSTALL_HEADER = $(INSTALL_DATA)
 | |
| transform = $(program_transform_name)
 | |
| NORMAL_INSTALL = :
 | |
| PRE_INSTALL = :
 | |
| POST_INSTALL = :
 | |
| NORMAL_UNINSTALL = :
 | |
| PRE_UNINSTALL = :
 | |
| POST_UNINSTALL = :
 | |
| build_triplet = @build@
 | |
| host_triplet = @host@
 | |
| subdir = types
 | |
| DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 | |
| 	$(top_srcdir)/utils/depcomp ChangeLog README
 | |
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 | |
| am__aclocal_m4_deps = $(top_srcdir)/macros/cf_python.m4 \
 | |
| 	$(top_srcdir)/macros/cf_xslt.m4 $(top_srcdir)/macros/check.m4 \
 | |
| 	$(top_srcdir)/macros/libcurl.m4 \
 | |
| 	$(top_srcdir)/macros/libtool.m4 \
 | |
| 	$(top_srcdir)/macros/ltoptions.m4 \
 | |
| 	$(top_srcdir)/macros/ltsugar.m4 \
 | |
| 	$(top_srcdir)/macros/ltversion.m4 \
 | |
| 	$(top_srcdir)/macros/lt~obsolete.m4 $(top_srcdir)/configure.ac
 | |
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | |
| 	$(ACLOCAL_M4)
 | |
| mkinstalldirs = $(install_sh) -d
 | |
| CONFIG_HEADER = $(top_builddir)/include/autoconf.h
 | |
| CONFIG_CLEAN_FILES =
 | |
| CONFIG_CLEAN_VPATH_FILES =
 | |
| LIBRARIES = $(noinst_LIBRARIES)
 | |
| ARFLAGS = cru
 | |
| AM_V_AR = $(am__v_AR_@AM_V@)
 | |
| am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
 | |
| am__v_AR_0 = @echo "  AR      " $@;
 | |
| am__v_AR_1 = 
 | |
| libtypes_a_AR = $(AR) $(ARFLAGS)
 | |
| libtypes_a_LIBADD =
 | |
| am__dirstamp = $(am__leading_dot)dirstamp
 | |
| am_libtypes_a_OBJECTS = altar/altar.$(OBJEXT) \
 | |
| 	armour_improver/armour_improver.$(OBJEXT) \
 | |
| 	arrow/arrow.$(OBJEXT) blindness/blindness.$(OBJEXT) \
 | |
| 	book/book.$(OBJEXT) button/button.$(OBJEXT) \
 | |
| 	cf_handle/cf_handle.$(OBJEXT) check_inv/check_inv.$(OBJEXT) \
 | |
| 	clock/clock.$(OBJEXT) container/container.$(OBJEXT) \
 | |
| 	converter/converter.$(OBJEXT) creator/creator.$(OBJEXT) \
 | |
| 	deep_swamp/deep_swamp.$(OBJEXT) detector/detector.$(OBJEXT) \
 | |
| 	director/director.$(OBJEXT) duplicator/duplicator.$(OBJEXT) \
 | |
| 	exit/exit.$(OBJEXT) food/food.$(OBJEXT) gate/gate.$(OBJEXT) \
 | |
| 	hole/hole.$(OBJEXT) identify_altar/identify_altar.$(OBJEXT) \
 | |
| 	lamp/lamp.$(OBJEXT) lighter/lighter.$(OBJEXT) \
 | |
| 	marker/marker.$(OBJEXT) mood_floor/mood_floor.$(OBJEXT) \
 | |
| 	peacemaker/peacemaker.$(OBJEXT) pedestal/pedestal.$(OBJEXT) \
 | |
| 	player_changer/player_changer.$(OBJEXT) \
 | |
| 	player_mover/player_mover.$(OBJEXT) poison/poison.$(OBJEXT) \
 | |
| 	poisoning/poisoning.$(OBJEXT) potion/potion.$(OBJEXT) \
 | |
| 	power_crystal/power_crystal.$(OBJEXT) \
 | |
| 	savebed/savebed.$(OBJEXT) scroll/scroll.$(OBJEXT) \
 | |
| 	shop_inventory/shop_inventory.$(OBJEXT) \
 | |
| 	shop_mat/shop_mat.$(OBJEXT) sign/sign.$(OBJEXT) \
 | |
| 	skillscroll/skillscroll.$(OBJEXT) \
 | |
| 	spell_effect/spell_effect.$(OBJEXT) \
 | |
| 	spellbook/spellbook.$(OBJEXT) spinner/spinner.$(OBJEXT) \
 | |
| 	teleporter/teleporter.$(OBJEXT) \
 | |
| 	thrown_object/thrown_object.$(OBJEXT) \
 | |
| 	transport/transport.$(OBJEXT) trap/common_trap.$(OBJEXT) \
 | |
| 	trap/trap.$(OBJEXT) trap/rune.$(OBJEXT) \
 | |
| 	trapdoor/trapdoor.$(OBJEXT) treasure/treasure.$(OBJEXT) \
 | |
| 	trigger/trigger.$(OBJEXT) \
 | |
| 	trigger_altar/trigger_altar.$(OBJEXT) \
 | |
| 	trigger_button/trigger_button.$(OBJEXT) \
 | |
| 	trigger_pedestal/trigger_pedestal.$(OBJEXT) \
 | |
| 	weapon_improver/weapon_improver.$(OBJEXT) \
 | |
| 	common/common_apply.$(OBJEXT) common/describe.$(OBJEXT) \
 | |
| 	common/projectile.$(OBJEXT) legacy/apply.$(OBJEXT) \
 | |
| 	legacy/legacy_describe.$(OBJEXT) legacy/process.$(OBJEXT)
 | |
| libtypes_a_OBJECTS = $(am_libtypes_a_OBJECTS)
 | |
| AM_V_P = $(am__v_P_@AM_V@)
 | |
| am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 | |
| am__v_P_0 = false
 | |
| am__v_P_1 = :
 | |
| AM_V_GEN = $(am__v_GEN_@AM_V@)
 | |
| am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 | |
| am__v_GEN_0 = @echo "  GEN     " $@;
 | |
| am__v_GEN_1 = 
 | |
| AM_V_at = $(am__v_at_@AM_V@)
 | |
| am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 | |
| am__v_at_0 = @
 | |
| am__v_at_1 = 
 | |
| DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
 | |
| depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
 | |
| am__depfiles_maybe = depfiles
 | |
| am__mv = mv -f
 | |
| COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 | |
| 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 | |
| AM_V_lt = $(am__v_lt_@AM_V@)
 | |
| am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 | |
| am__v_lt_0 = --silent
 | |
| am__v_lt_1 = 
 | |
| LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 | |
| 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 | |
| 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 | |
| 	$(AM_CFLAGS) $(CFLAGS)
 | |
| AM_V_CC = $(am__v_CC_@AM_V@)
 | |
| am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 | |
| am__v_CC_0 = @echo "  CC      " $@;
 | |
| am__v_CC_1 = 
 | |
| CCLD = $(CC)
 | |
| LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 | |
| 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 | |
| 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
 | |
| AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 | |
| am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 | |
| am__v_CCLD_0 = @echo "  CCLD    " $@;
 | |
| am__v_CCLD_1 = 
 | |
| SOURCES = $(libtypes_a_SOURCES)
 | |
| DIST_SOURCES = $(libtypes_a_SOURCES)
 | |
| am__can_run_installinfo = \
 | |
|   case $$AM_UPDATE_INFO_DIR in \
 | |
|     n|no|NO) false;; \
 | |
|     *) (install-info --version) >/dev/null 2>&1;; \
 | |
|   esac
 | |
| am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 | |
| # Read a list of newline-separated strings from the standard input,
 | |
| # and print each of them once, without duplicates.  Input order is
 | |
| # *not* preserved.
 | |
| am__uniquify_input = $(AWK) '\
 | |
|   BEGIN { nonempty = 0; } \
 | |
|   { items[$$0] = 1; nonempty = 1; } \
 | |
|   END { if (nonempty) { for (i in items) print i; }; } \
 | |
| '
 | |
| # Make sure the list of sources is unique.  This is necessary because,
 | |
| # e.g., the same source file might be shared among _SOURCES variables
 | |
| # for different programs/libraries.
 | |
| am__define_uniq_tagged_files = \
 | |
|   list='$(am__tagged_files)'; \
 | |
|   unique=`for i in $$list; do \
 | |
|     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 | |
|   done | $(am__uniquify_input)`
 | |
| ETAGS = etags
 | |
| CTAGS = ctags
 | |
| DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 | |
| ACLOCAL = @ACLOCAL@
 | |
| AMTAR = @AMTAR@
 | |
| AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 | |
| AR = @AR@
 | |
| AUTOCONF = @AUTOCONF@
 | |
| AUTOHEADER = @AUTOHEADER@
 | |
| AUTOMAKE = @AUTOMAKE@
 | |
| AWK = @AWK@
 | |
| BASENAME = @BASENAME@
 | |
| BUNZIP = @BUNZIP@
 | |
| BZIP = @BZIP@
 | |
| CC = @CC@
 | |
| CCDEPMODE = @CCDEPMODE@
 | |
| CFLAGS = @CFLAGS@
 | |
| CHECK_CFLAGS = @CHECK_CFLAGS@
 | |
| CHECK_LIBS = @CHECK_LIBS@
 | |
| COMPRESS = @COMPRESS@
 | |
| CPP = @CPP@
 | |
| CPPFLAGS = @CPPFLAGS@
 | |
| CYGPATH_W = @CYGPATH_W@
 | |
| DEFS = @DEFS@
 | |
| DEPDIR = @DEPDIR@
 | |
| DLLTOOL = @DLLTOOL@
 | |
| DSYMUTIL = @DSYMUTIL@
 | |
| DUMPBIN = @DUMPBIN@
 | |
| ECHO_C = @ECHO_C@
 | |
| ECHO_N = @ECHO_N@
 | |
| ECHO_T = @ECHO_T@
 | |
| EGREP = @EGREP@
 | |
| EXEEXT = @EXEEXT@
 | |
| FGREP = @FGREP@
 | |
| GREP = @GREP@
 | |
| GUNZIP = @GUNZIP@
 | |
| GZIP = @GZIP@
 | |
| INSTALL = @INSTALL@
 | |
| INSTALL_DATA = @INSTALL_DATA@
 | |
| INSTALL_PROGRAM = @INSTALL_PROGRAM@
 | |
| INSTALL_SCRIPT = @INSTALL_SCRIPT@
 | |
| INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 | |
| LATEX = @LATEX@
 | |
| LD = @LD@
 | |
| LDFLAGS = @LDFLAGS@
 | |
| LEX = @LEX@
 | |
| LEXLIB = @LEXLIB@
 | |
| LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 | |
| LIBCURL = @LIBCURL@
 | |
| LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
 | |
| LIBOBJS = @LIBOBJS@
 | |
| LIBS = @LIBS@
 | |
| LIBTOOL = @LIBTOOL@
 | |
| LIPO = @LIPO@
 | |
| LN_S = @LN_S@
 | |
| LTLIBOBJS = @LTLIBOBJS@
 | |
| MAKEINFO = @MAKEINFO@
 | |
| MANIFEST_TOOL = @MANIFEST_TOOL@
 | |
| MKDIR_P = @MKDIR_P@
 | |
| NM = @NM@
 | |
| NMEDIT = @NMEDIT@
 | |
| OBJDUMP = @OBJDUMP@
 | |
| OBJEXT = @OBJEXT@
 | |
| OTOOL = @OTOOL@
 | |
| OTOOL64 = @OTOOL64@
 | |
| PACKAGE = @PACKAGE@
 | |
| PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 | |
| PACKAGE_NAME = @PACKAGE_NAME@
 | |
| PACKAGE_STRING = @PACKAGE_STRING@
 | |
| PACKAGE_TARNAME = @PACKAGE_TARNAME@
 | |
| PACKAGE_URL = @PACKAGE_URL@
 | |
| PACKAGE_VERSION = @PACKAGE_VERSION@
 | |
| PATH_SEPARATOR = @PATH_SEPARATOR@
 | |
| PERL = @PERL@
 | |
| PLUGIN_PYTHON = @PLUGIN_PYTHON@
 | |
| PYTHON_LIB = @PYTHON_LIB@
 | |
| PY_INCLUDES = @PY_INCLUDES@
 | |
| PY_LIBS = @PY_LIBS@
 | |
| RANLIB = @RANLIB@
 | |
| SED = @SED@
 | |
| SET_MAKE = @SET_MAKE@
 | |
| SHELL = @SHELL@
 | |
| STRIP = @STRIP@
 | |
| SVNVERSION = @SVNVERSION@
 | |
| TAR = @TAR@
 | |
| UNCOMPRESS = @UNCOMPRESS@
 | |
| VERSION = @VERSION@
 | |
| XSLTENGINE = @XSLTENGINE@
 | |
| _libcurl_config = @_libcurl_config@
 | |
| abs_builddir = @abs_builddir@
 | |
| abs_srcdir = @abs_srcdir@
 | |
| abs_top_builddir = @abs_top_builddir@
 | |
| abs_top_srcdir = @abs_top_srcdir@
 | |
| ac_ct_AR = @ac_ct_AR@
 | |
| ac_ct_CC = @ac_ct_CC@
 | |
| ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 | |
| 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@
 | |
| build_cpu = @build_cpu@
 | |
| build_os = @build_os@
 | |
| build_vendor = @build_vendor@
 | |
| builddir = @builddir@
 | |
| check_xslt_forcedprogfound = @check_xslt_forcedprogfound@
 | |
| check_xslt_sablotronfound = @check_xslt_sablotronfound@
 | |
| check_xslt_xsltprocfound = @check_xslt_xsltprocfound@
 | |
| datadir = @datadir@
 | |
| datarootdir = @datarootdir@
 | |
| docdir = @docdir@
 | |
| dvidir = @dvidir@
 | |
| exec_prefix = @exec_prefix@
 | |
| host = @host@
 | |
| host_alias = @host_alias@
 | |
| host_cpu = @host_cpu@
 | |
| host_os = @host_os@
 | |
| host_vendor = @host_vendor@
 | |
| htmldir = @htmldir@
 | |
| includedir = @includedir@
 | |
| infodir = @infodir@
 | |
| install_sh = @install_sh@
 | |
| libdir = @libdir@
 | |
| libexecdir = @libexecdir@
 | |
| localedir = @localedir@
 | |
| localstatedir = @localstatedir@
 | |
| mandir = @mandir@
 | |
| mkdir_p = @mkdir_p@
 | |
| oldincludedir = @oldincludedir@
 | |
| pdfdir = @pdfdir@
 | |
| pkgconfdir = @pkgconfdir@
 | |
| pkgstatedir = @pkgstatedir@
 | |
| prefix = @prefix@
 | |
| program_transform_name = @program_transform_name@
 | |
| psdir = @psdir@
 | |
| sbindir = @sbindir@
 | |
| sharedstatedir = @sharedstatedir@
 | |
| srcdir = @srcdir@
 | |
| sysconfdir = @sysconfdir@
 | |
| target_alias = @target_alias@
 | |
| top_build_prefix = @top_build_prefix@
 | |
| top_builddir = @top_builddir@
 | |
| top_srcdir = @top_srcdir@
 | |
| AUTOMAKE_OPTIONS := subdir-objects
 | |
| noinst_LIBRARIES = libtypes.a
 | |
| libtypes_a_SOURCES = altar/altar.c \
 | |
| armour_improver/armour_improver.c \
 | |
| arrow/arrow.c \
 | |
| blindness/blindness.c \
 | |
| book/book.c \
 | |
| button/button.c \
 | |
| cf_handle/cf_handle.c \
 | |
| check_inv/check_inv.c \
 | |
| clock/clock.c \
 | |
| container/container.c \
 | |
| converter/converter.c \
 | |
| creator/creator.c \
 | |
| deep_swamp/deep_swamp.c \
 | |
| detector/detector.c \
 | |
| director/director.c \
 | |
| duplicator/duplicator.c \
 | |
| exit/exit.c \
 | |
| food/food.c \
 | |
| gate/gate.c \
 | |
| hole/hole.c \
 | |
| identify_altar/identify_altar.c \
 | |
| lamp/lamp.c \
 | |
| lighter/lighter.c \
 | |
| marker/marker.c \
 | |
| mood_floor/mood_floor.c \
 | |
| peacemaker/peacemaker.c \
 | |
| pedestal/pedestal.c \
 | |
| player_changer/player_changer.c \
 | |
| player_mover/player_mover.c \
 | |
| poison/poison.c \
 | |
| poisoning/poisoning.c \
 | |
| potion/potion.c \
 | |
| power_crystal/power_crystal.c \
 | |
| savebed/savebed.c \
 | |
| scroll/scroll.c \
 | |
| shop_inventory/shop_inventory.c \
 | |
| shop_mat/shop_mat.c \
 | |
| sign/sign.c \
 | |
| skillscroll/skillscroll.c \
 | |
| spell_effect/spell_effect.c \
 | |
| spellbook/spellbook.c \
 | |
| spinner/spinner.c \
 | |
| teleporter/teleporter.c \
 | |
| thrown_object/thrown_object.c \
 | |
| transport/transport.c \
 | |
| trap/common_trap.c \
 | |
| trap/trap.c \
 | |
| trap/rune.c \
 | |
| trapdoor/trapdoor.c \
 | |
| treasure/treasure.c \
 | |
| trigger/trigger.c \
 | |
| trigger_altar/trigger_altar.c \
 | |
| trigger_button/trigger_button.c \
 | |
| trigger_pedestal/trigger_pedestal.c \
 | |
| weapon_improver/weapon_improver.c \
 | |
| common/common_apply.c \
 | |
| common/describe.c \
 | |
| common/projectile.c \
 | |
| legacy/apply.c \
 | |
| legacy/legacy_describe.c \
 | |
| legacy/process.c
 | |
| 
 | |
| AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
 | |
| 	      -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \
 | |
| 	      -DPLUGIN_SUFFIX=\".so\"
 | |
| 
 | |
| all: all-am
 | |
| 
 | |
| .SUFFIXES:
 | |
| .SUFFIXES: .c .lo .o .obj
 | |
| $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 | |
| 	@for dep in $?; do \
 | |
| 	  case '$(am__configure_deps)' in \
 | |
| 	    *$$dep*) \
 | |
| 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 | |
| 	        && { if test -f $@; then exit 0; else break; fi; }; \
 | |
| 	      exit 1;; \
 | |
| 	  esac; \
 | |
| 	done; \
 | |
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu types/Makefile'; \
 | |
| 	$(am__cd) $(top_srcdir) && \
 | |
| 	  $(AUTOMAKE) --gnu types/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:  $(am__configure_deps)
 | |
| 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 | |
| $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 | |
| 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 | |
| $(am__aclocal_m4_deps):
 | |
| 
 | |
| clean-noinstLIBRARIES:
 | |
| 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 | |
| altar/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) altar
 | |
| 	@: > altar/$(am__dirstamp)
 | |
| altar/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) altar/$(DEPDIR)
 | |
| 	@: > altar/$(DEPDIR)/$(am__dirstamp)
 | |
| altar/altar.$(OBJEXT): altar/$(am__dirstamp) \
 | |
| 	altar/$(DEPDIR)/$(am__dirstamp)
 | |
| armour_improver/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) armour_improver
 | |
| 	@: > armour_improver/$(am__dirstamp)
 | |
| armour_improver/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) armour_improver/$(DEPDIR)
 | |
| 	@: > armour_improver/$(DEPDIR)/$(am__dirstamp)
 | |
| armour_improver/armour_improver.$(OBJEXT):  \
 | |
| 	armour_improver/$(am__dirstamp) \
 | |
| 	armour_improver/$(DEPDIR)/$(am__dirstamp)
 | |
| arrow/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) arrow
 | |
| 	@: > arrow/$(am__dirstamp)
 | |
| arrow/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) arrow/$(DEPDIR)
 | |
| 	@: > arrow/$(DEPDIR)/$(am__dirstamp)
 | |
| arrow/arrow.$(OBJEXT): arrow/$(am__dirstamp) \
 | |
| 	arrow/$(DEPDIR)/$(am__dirstamp)
 | |
| blindness/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) blindness
 | |
| 	@: > blindness/$(am__dirstamp)
 | |
| blindness/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) blindness/$(DEPDIR)
 | |
| 	@: > blindness/$(DEPDIR)/$(am__dirstamp)
 | |
| blindness/blindness.$(OBJEXT): blindness/$(am__dirstamp) \
 | |
| 	blindness/$(DEPDIR)/$(am__dirstamp)
 | |
| book/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) book
 | |
| 	@: > book/$(am__dirstamp)
 | |
| book/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) book/$(DEPDIR)
 | |
| 	@: > book/$(DEPDIR)/$(am__dirstamp)
 | |
| book/book.$(OBJEXT): book/$(am__dirstamp) \
 | |
| 	book/$(DEPDIR)/$(am__dirstamp)
 | |
| button/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) button
 | |
| 	@: > button/$(am__dirstamp)
 | |
| button/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) button/$(DEPDIR)
 | |
| 	@: > button/$(DEPDIR)/$(am__dirstamp)
 | |
| button/button.$(OBJEXT): button/$(am__dirstamp) \
 | |
| 	button/$(DEPDIR)/$(am__dirstamp)
 | |
| cf_handle/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) cf_handle
 | |
| 	@: > cf_handle/$(am__dirstamp)
 | |
| cf_handle/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) cf_handle/$(DEPDIR)
 | |
| 	@: > cf_handle/$(DEPDIR)/$(am__dirstamp)
 | |
| cf_handle/cf_handle.$(OBJEXT): cf_handle/$(am__dirstamp) \
 | |
| 	cf_handle/$(DEPDIR)/$(am__dirstamp)
 | |
| check_inv/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) check_inv
 | |
| 	@: > check_inv/$(am__dirstamp)
 | |
| check_inv/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) check_inv/$(DEPDIR)
 | |
| 	@: > check_inv/$(DEPDIR)/$(am__dirstamp)
 | |
| check_inv/check_inv.$(OBJEXT): check_inv/$(am__dirstamp) \
 | |
| 	check_inv/$(DEPDIR)/$(am__dirstamp)
 | |
| clock/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) clock
 | |
| 	@: > clock/$(am__dirstamp)
 | |
| clock/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) clock/$(DEPDIR)
 | |
| 	@: > clock/$(DEPDIR)/$(am__dirstamp)
 | |
| clock/clock.$(OBJEXT): clock/$(am__dirstamp) \
 | |
| 	clock/$(DEPDIR)/$(am__dirstamp)
 | |
| container/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) container
 | |
| 	@: > container/$(am__dirstamp)
 | |
| container/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) container/$(DEPDIR)
 | |
| 	@: > container/$(DEPDIR)/$(am__dirstamp)
 | |
| container/container.$(OBJEXT): container/$(am__dirstamp) \
 | |
| 	container/$(DEPDIR)/$(am__dirstamp)
 | |
| converter/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) converter
 | |
| 	@: > converter/$(am__dirstamp)
 | |
| converter/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) converter/$(DEPDIR)
 | |
| 	@: > converter/$(DEPDIR)/$(am__dirstamp)
 | |
| converter/converter.$(OBJEXT): converter/$(am__dirstamp) \
 | |
| 	converter/$(DEPDIR)/$(am__dirstamp)
 | |
| creator/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) creator
 | |
| 	@: > creator/$(am__dirstamp)
 | |
| creator/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) creator/$(DEPDIR)
 | |
| 	@: > creator/$(DEPDIR)/$(am__dirstamp)
 | |
| creator/creator.$(OBJEXT): creator/$(am__dirstamp) \
 | |
| 	creator/$(DEPDIR)/$(am__dirstamp)
 | |
| deep_swamp/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) deep_swamp
 | |
| 	@: > deep_swamp/$(am__dirstamp)
 | |
| deep_swamp/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) deep_swamp/$(DEPDIR)
 | |
| 	@: > deep_swamp/$(DEPDIR)/$(am__dirstamp)
 | |
| deep_swamp/deep_swamp.$(OBJEXT): deep_swamp/$(am__dirstamp) \
 | |
| 	deep_swamp/$(DEPDIR)/$(am__dirstamp)
 | |
| detector/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) detector
 | |
| 	@: > detector/$(am__dirstamp)
 | |
| detector/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) detector/$(DEPDIR)
 | |
| 	@: > detector/$(DEPDIR)/$(am__dirstamp)
 | |
| detector/detector.$(OBJEXT): detector/$(am__dirstamp) \
 | |
| 	detector/$(DEPDIR)/$(am__dirstamp)
 | |
| director/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) director
 | |
| 	@: > director/$(am__dirstamp)
 | |
| director/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) director/$(DEPDIR)
 | |
| 	@: > director/$(DEPDIR)/$(am__dirstamp)
 | |
| director/director.$(OBJEXT): director/$(am__dirstamp) \
 | |
| 	director/$(DEPDIR)/$(am__dirstamp)
 | |
| duplicator/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) duplicator
 | |
| 	@: > duplicator/$(am__dirstamp)
 | |
| duplicator/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) duplicator/$(DEPDIR)
 | |
| 	@: > duplicator/$(DEPDIR)/$(am__dirstamp)
 | |
| duplicator/duplicator.$(OBJEXT): duplicator/$(am__dirstamp) \
 | |
| 	duplicator/$(DEPDIR)/$(am__dirstamp)
 | |
| exit/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) exit
 | |
| 	@: > exit/$(am__dirstamp)
 | |
| exit/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) exit/$(DEPDIR)
 | |
| 	@: > exit/$(DEPDIR)/$(am__dirstamp)
 | |
| exit/exit.$(OBJEXT): exit/$(am__dirstamp) \
 | |
| 	exit/$(DEPDIR)/$(am__dirstamp)
 | |
| food/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) food
 | |
| 	@: > food/$(am__dirstamp)
 | |
| food/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) food/$(DEPDIR)
 | |
| 	@: > food/$(DEPDIR)/$(am__dirstamp)
 | |
| food/food.$(OBJEXT): food/$(am__dirstamp) \
 | |
| 	food/$(DEPDIR)/$(am__dirstamp)
 | |
| gate/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) gate
 | |
| 	@: > gate/$(am__dirstamp)
 | |
| gate/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) gate/$(DEPDIR)
 | |
| 	@: > gate/$(DEPDIR)/$(am__dirstamp)
 | |
| gate/gate.$(OBJEXT): gate/$(am__dirstamp) \
 | |
| 	gate/$(DEPDIR)/$(am__dirstamp)
 | |
| hole/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) hole
 | |
| 	@: > hole/$(am__dirstamp)
 | |
| hole/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) hole/$(DEPDIR)
 | |
| 	@: > hole/$(DEPDIR)/$(am__dirstamp)
 | |
| hole/hole.$(OBJEXT): hole/$(am__dirstamp) \
 | |
| 	hole/$(DEPDIR)/$(am__dirstamp)
 | |
| identify_altar/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) identify_altar
 | |
| 	@: > identify_altar/$(am__dirstamp)
 | |
| identify_altar/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) identify_altar/$(DEPDIR)
 | |
| 	@: > identify_altar/$(DEPDIR)/$(am__dirstamp)
 | |
| identify_altar/identify_altar.$(OBJEXT):  \
 | |
| 	identify_altar/$(am__dirstamp) \
 | |
| 	identify_altar/$(DEPDIR)/$(am__dirstamp)
 | |
| lamp/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) lamp
 | |
| 	@: > lamp/$(am__dirstamp)
 | |
| lamp/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) lamp/$(DEPDIR)
 | |
| 	@: > lamp/$(DEPDIR)/$(am__dirstamp)
 | |
| lamp/lamp.$(OBJEXT): lamp/$(am__dirstamp) \
 | |
| 	lamp/$(DEPDIR)/$(am__dirstamp)
 | |
| lighter/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) lighter
 | |
| 	@: > lighter/$(am__dirstamp)
 | |
| lighter/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) lighter/$(DEPDIR)
 | |
| 	@: > lighter/$(DEPDIR)/$(am__dirstamp)
 | |
| lighter/lighter.$(OBJEXT): lighter/$(am__dirstamp) \
 | |
| 	lighter/$(DEPDIR)/$(am__dirstamp)
 | |
| marker/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) marker
 | |
| 	@: > marker/$(am__dirstamp)
 | |
| marker/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) marker/$(DEPDIR)
 | |
| 	@: > marker/$(DEPDIR)/$(am__dirstamp)
 | |
| marker/marker.$(OBJEXT): marker/$(am__dirstamp) \
 | |
| 	marker/$(DEPDIR)/$(am__dirstamp)
 | |
| mood_floor/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) mood_floor
 | |
| 	@: > mood_floor/$(am__dirstamp)
 | |
| mood_floor/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) mood_floor/$(DEPDIR)
 | |
| 	@: > mood_floor/$(DEPDIR)/$(am__dirstamp)
 | |
| mood_floor/mood_floor.$(OBJEXT): mood_floor/$(am__dirstamp) \
 | |
| 	mood_floor/$(DEPDIR)/$(am__dirstamp)
 | |
| peacemaker/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) peacemaker
 | |
| 	@: > peacemaker/$(am__dirstamp)
 | |
| peacemaker/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) peacemaker/$(DEPDIR)
 | |
| 	@: > peacemaker/$(DEPDIR)/$(am__dirstamp)
 | |
| peacemaker/peacemaker.$(OBJEXT): peacemaker/$(am__dirstamp) \
 | |
| 	peacemaker/$(DEPDIR)/$(am__dirstamp)
 | |
| pedestal/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) pedestal
 | |
| 	@: > pedestal/$(am__dirstamp)
 | |
| pedestal/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) pedestal/$(DEPDIR)
 | |
| 	@: > pedestal/$(DEPDIR)/$(am__dirstamp)
 | |
| pedestal/pedestal.$(OBJEXT): pedestal/$(am__dirstamp) \
 | |
| 	pedestal/$(DEPDIR)/$(am__dirstamp)
 | |
| player_changer/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) player_changer
 | |
| 	@: > player_changer/$(am__dirstamp)
 | |
| player_changer/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) player_changer/$(DEPDIR)
 | |
| 	@: > player_changer/$(DEPDIR)/$(am__dirstamp)
 | |
| player_changer/player_changer.$(OBJEXT):  \
 | |
| 	player_changer/$(am__dirstamp) \
 | |
| 	player_changer/$(DEPDIR)/$(am__dirstamp)
 | |
| player_mover/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) player_mover
 | |
| 	@: > player_mover/$(am__dirstamp)
 | |
| player_mover/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) player_mover/$(DEPDIR)
 | |
| 	@: > player_mover/$(DEPDIR)/$(am__dirstamp)
 | |
| player_mover/player_mover.$(OBJEXT): player_mover/$(am__dirstamp) \
 | |
| 	player_mover/$(DEPDIR)/$(am__dirstamp)
 | |
| poison/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) poison
 | |
| 	@: > poison/$(am__dirstamp)
 | |
| poison/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) poison/$(DEPDIR)
 | |
| 	@: > poison/$(DEPDIR)/$(am__dirstamp)
 | |
| poison/poison.$(OBJEXT): poison/$(am__dirstamp) \
 | |
| 	poison/$(DEPDIR)/$(am__dirstamp)
 | |
| poisoning/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) poisoning
 | |
| 	@: > poisoning/$(am__dirstamp)
 | |
| poisoning/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) poisoning/$(DEPDIR)
 | |
| 	@: > poisoning/$(DEPDIR)/$(am__dirstamp)
 | |
| poisoning/poisoning.$(OBJEXT): poisoning/$(am__dirstamp) \
 | |
| 	poisoning/$(DEPDIR)/$(am__dirstamp)
 | |
| potion/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) potion
 | |
| 	@: > potion/$(am__dirstamp)
 | |
| potion/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) potion/$(DEPDIR)
 | |
| 	@: > potion/$(DEPDIR)/$(am__dirstamp)
 | |
| potion/potion.$(OBJEXT): potion/$(am__dirstamp) \
 | |
| 	potion/$(DEPDIR)/$(am__dirstamp)
 | |
| power_crystal/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) power_crystal
 | |
| 	@: > power_crystal/$(am__dirstamp)
 | |
| power_crystal/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) power_crystal/$(DEPDIR)
 | |
| 	@: > power_crystal/$(DEPDIR)/$(am__dirstamp)
 | |
| power_crystal/power_crystal.$(OBJEXT): power_crystal/$(am__dirstamp) \
 | |
| 	power_crystal/$(DEPDIR)/$(am__dirstamp)
 | |
| savebed/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) savebed
 | |
| 	@: > savebed/$(am__dirstamp)
 | |
| savebed/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) savebed/$(DEPDIR)
 | |
| 	@: > savebed/$(DEPDIR)/$(am__dirstamp)
 | |
| savebed/savebed.$(OBJEXT): savebed/$(am__dirstamp) \
 | |
| 	savebed/$(DEPDIR)/$(am__dirstamp)
 | |
| scroll/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) scroll
 | |
| 	@: > scroll/$(am__dirstamp)
 | |
| scroll/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) scroll/$(DEPDIR)
 | |
| 	@: > scroll/$(DEPDIR)/$(am__dirstamp)
 | |
| scroll/scroll.$(OBJEXT): scroll/$(am__dirstamp) \
 | |
| 	scroll/$(DEPDIR)/$(am__dirstamp)
 | |
| shop_inventory/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) shop_inventory
 | |
| 	@: > shop_inventory/$(am__dirstamp)
 | |
| shop_inventory/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) shop_inventory/$(DEPDIR)
 | |
| 	@: > shop_inventory/$(DEPDIR)/$(am__dirstamp)
 | |
| shop_inventory/shop_inventory.$(OBJEXT):  \
 | |
| 	shop_inventory/$(am__dirstamp) \
 | |
| 	shop_inventory/$(DEPDIR)/$(am__dirstamp)
 | |
| shop_mat/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) shop_mat
 | |
| 	@: > shop_mat/$(am__dirstamp)
 | |
| shop_mat/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) shop_mat/$(DEPDIR)
 | |
| 	@: > shop_mat/$(DEPDIR)/$(am__dirstamp)
 | |
| shop_mat/shop_mat.$(OBJEXT): shop_mat/$(am__dirstamp) \
 | |
| 	shop_mat/$(DEPDIR)/$(am__dirstamp)
 | |
| sign/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) sign
 | |
| 	@: > sign/$(am__dirstamp)
 | |
| sign/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) sign/$(DEPDIR)
 | |
| 	@: > sign/$(DEPDIR)/$(am__dirstamp)
 | |
| sign/sign.$(OBJEXT): sign/$(am__dirstamp) \
 | |
| 	sign/$(DEPDIR)/$(am__dirstamp)
 | |
| skillscroll/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) skillscroll
 | |
| 	@: > skillscroll/$(am__dirstamp)
 | |
| skillscroll/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) skillscroll/$(DEPDIR)
 | |
| 	@: > skillscroll/$(DEPDIR)/$(am__dirstamp)
 | |
| skillscroll/skillscroll.$(OBJEXT): skillscroll/$(am__dirstamp) \
 | |
| 	skillscroll/$(DEPDIR)/$(am__dirstamp)
 | |
| spell_effect/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) spell_effect
 | |
| 	@: > spell_effect/$(am__dirstamp)
 | |
| spell_effect/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) spell_effect/$(DEPDIR)
 | |
| 	@: > spell_effect/$(DEPDIR)/$(am__dirstamp)
 | |
| spell_effect/spell_effect.$(OBJEXT): spell_effect/$(am__dirstamp) \
 | |
| 	spell_effect/$(DEPDIR)/$(am__dirstamp)
 | |
| spellbook/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) spellbook
 | |
| 	@: > spellbook/$(am__dirstamp)
 | |
| spellbook/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) spellbook/$(DEPDIR)
 | |
| 	@: > spellbook/$(DEPDIR)/$(am__dirstamp)
 | |
| spellbook/spellbook.$(OBJEXT): spellbook/$(am__dirstamp) \
 | |
| 	spellbook/$(DEPDIR)/$(am__dirstamp)
 | |
| spinner/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) spinner
 | |
| 	@: > spinner/$(am__dirstamp)
 | |
| spinner/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) spinner/$(DEPDIR)
 | |
| 	@: > spinner/$(DEPDIR)/$(am__dirstamp)
 | |
| spinner/spinner.$(OBJEXT): spinner/$(am__dirstamp) \
 | |
| 	spinner/$(DEPDIR)/$(am__dirstamp)
 | |
| teleporter/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) teleporter
 | |
| 	@: > teleporter/$(am__dirstamp)
 | |
| teleporter/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) teleporter/$(DEPDIR)
 | |
| 	@: > teleporter/$(DEPDIR)/$(am__dirstamp)
 | |
| teleporter/teleporter.$(OBJEXT): teleporter/$(am__dirstamp) \
 | |
| 	teleporter/$(DEPDIR)/$(am__dirstamp)
 | |
| thrown_object/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) thrown_object
 | |
| 	@: > thrown_object/$(am__dirstamp)
 | |
| thrown_object/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) thrown_object/$(DEPDIR)
 | |
| 	@: > thrown_object/$(DEPDIR)/$(am__dirstamp)
 | |
| thrown_object/thrown_object.$(OBJEXT): thrown_object/$(am__dirstamp) \
 | |
| 	thrown_object/$(DEPDIR)/$(am__dirstamp)
 | |
| transport/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) transport
 | |
| 	@: > transport/$(am__dirstamp)
 | |
| transport/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) transport/$(DEPDIR)
 | |
| 	@: > transport/$(DEPDIR)/$(am__dirstamp)
 | |
| transport/transport.$(OBJEXT): transport/$(am__dirstamp) \
 | |
| 	transport/$(DEPDIR)/$(am__dirstamp)
 | |
| trap/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) trap
 | |
| 	@: > trap/$(am__dirstamp)
 | |
| trap/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) trap/$(DEPDIR)
 | |
| 	@: > trap/$(DEPDIR)/$(am__dirstamp)
 | |
| trap/common_trap.$(OBJEXT): trap/$(am__dirstamp) \
 | |
| 	trap/$(DEPDIR)/$(am__dirstamp)
 | |
| trap/trap.$(OBJEXT): trap/$(am__dirstamp) \
 | |
| 	trap/$(DEPDIR)/$(am__dirstamp)
 | |
| trap/rune.$(OBJEXT): trap/$(am__dirstamp) \
 | |
| 	trap/$(DEPDIR)/$(am__dirstamp)
 | |
| trapdoor/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) trapdoor
 | |
| 	@: > trapdoor/$(am__dirstamp)
 | |
| trapdoor/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) trapdoor/$(DEPDIR)
 | |
| 	@: > trapdoor/$(DEPDIR)/$(am__dirstamp)
 | |
| trapdoor/trapdoor.$(OBJEXT): trapdoor/$(am__dirstamp) \
 | |
| 	trapdoor/$(DEPDIR)/$(am__dirstamp)
 | |
| treasure/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) treasure
 | |
| 	@: > treasure/$(am__dirstamp)
 | |
| treasure/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) treasure/$(DEPDIR)
 | |
| 	@: > treasure/$(DEPDIR)/$(am__dirstamp)
 | |
| treasure/treasure.$(OBJEXT): treasure/$(am__dirstamp) \
 | |
| 	treasure/$(DEPDIR)/$(am__dirstamp)
 | |
| trigger/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) trigger
 | |
| 	@: > trigger/$(am__dirstamp)
 | |
| trigger/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) trigger/$(DEPDIR)
 | |
| 	@: > trigger/$(DEPDIR)/$(am__dirstamp)
 | |
| trigger/trigger.$(OBJEXT): trigger/$(am__dirstamp) \
 | |
| 	trigger/$(DEPDIR)/$(am__dirstamp)
 | |
| trigger_altar/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) trigger_altar
 | |
| 	@: > trigger_altar/$(am__dirstamp)
 | |
| trigger_altar/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) trigger_altar/$(DEPDIR)
 | |
| 	@: > trigger_altar/$(DEPDIR)/$(am__dirstamp)
 | |
| trigger_altar/trigger_altar.$(OBJEXT): trigger_altar/$(am__dirstamp) \
 | |
| 	trigger_altar/$(DEPDIR)/$(am__dirstamp)
 | |
| trigger_button/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) trigger_button
 | |
| 	@: > trigger_button/$(am__dirstamp)
 | |
| trigger_button/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) trigger_button/$(DEPDIR)
 | |
| 	@: > trigger_button/$(DEPDIR)/$(am__dirstamp)
 | |
| trigger_button/trigger_button.$(OBJEXT):  \
 | |
| 	trigger_button/$(am__dirstamp) \
 | |
| 	trigger_button/$(DEPDIR)/$(am__dirstamp)
 | |
| trigger_pedestal/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) trigger_pedestal
 | |
| 	@: > trigger_pedestal/$(am__dirstamp)
 | |
| trigger_pedestal/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) trigger_pedestal/$(DEPDIR)
 | |
| 	@: > trigger_pedestal/$(DEPDIR)/$(am__dirstamp)
 | |
| trigger_pedestal/trigger_pedestal.$(OBJEXT):  \
 | |
| 	trigger_pedestal/$(am__dirstamp) \
 | |
| 	trigger_pedestal/$(DEPDIR)/$(am__dirstamp)
 | |
| weapon_improver/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) weapon_improver
 | |
| 	@: > weapon_improver/$(am__dirstamp)
 | |
| weapon_improver/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) weapon_improver/$(DEPDIR)
 | |
| 	@: > weapon_improver/$(DEPDIR)/$(am__dirstamp)
 | |
| weapon_improver/weapon_improver.$(OBJEXT):  \
 | |
| 	weapon_improver/$(am__dirstamp) \
 | |
| 	weapon_improver/$(DEPDIR)/$(am__dirstamp)
 | |
| common/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) common
 | |
| 	@: > common/$(am__dirstamp)
 | |
| common/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) common/$(DEPDIR)
 | |
| 	@: > common/$(DEPDIR)/$(am__dirstamp)
 | |
| common/common_apply.$(OBJEXT): common/$(am__dirstamp) \
 | |
| 	common/$(DEPDIR)/$(am__dirstamp)
 | |
| common/describe.$(OBJEXT): common/$(am__dirstamp) \
 | |
| 	common/$(DEPDIR)/$(am__dirstamp)
 | |
| common/projectile.$(OBJEXT): common/$(am__dirstamp) \
 | |
| 	common/$(DEPDIR)/$(am__dirstamp)
 | |
| legacy/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) legacy
 | |
| 	@: > legacy/$(am__dirstamp)
 | |
| legacy/$(DEPDIR)/$(am__dirstamp):
 | |
| 	@$(MKDIR_P) legacy/$(DEPDIR)
 | |
| 	@: > legacy/$(DEPDIR)/$(am__dirstamp)
 | |
| legacy/apply.$(OBJEXT): legacy/$(am__dirstamp) \
 | |
| 	legacy/$(DEPDIR)/$(am__dirstamp)
 | |
| legacy/legacy_describe.$(OBJEXT): legacy/$(am__dirstamp) \
 | |
| 	legacy/$(DEPDIR)/$(am__dirstamp)
 | |
| legacy/process.$(OBJEXT): legacy/$(am__dirstamp) \
 | |
| 	legacy/$(DEPDIR)/$(am__dirstamp)
 | |
| 
 | |
| libtypes.a: $(libtypes_a_OBJECTS) $(libtypes_a_DEPENDENCIES) $(EXTRA_libtypes_a_DEPENDENCIES) 
 | |
| 	$(AM_V_at)-rm -f libtypes.a
 | |
| 	$(AM_V_AR)$(libtypes_a_AR) libtypes.a $(libtypes_a_OBJECTS) $(libtypes_a_LIBADD)
 | |
| 	$(AM_V_at)$(RANLIB) libtypes.a
 | |
| 
 | |
| mostlyclean-compile:
 | |
| 	-rm -f *.$(OBJEXT)
 | |
| 	-rm -f altar/*.$(OBJEXT)
 | |
| 	-rm -f armour_improver/*.$(OBJEXT)
 | |
| 	-rm -f arrow/*.$(OBJEXT)
 | |
| 	-rm -f blindness/*.$(OBJEXT)
 | |
| 	-rm -f book/*.$(OBJEXT)
 | |
| 	-rm -f button/*.$(OBJEXT)
 | |
| 	-rm -f cf_handle/*.$(OBJEXT)
 | |
| 	-rm -f check_inv/*.$(OBJEXT)
 | |
| 	-rm -f clock/*.$(OBJEXT)
 | |
| 	-rm -f common/*.$(OBJEXT)
 | |
| 	-rm -f container/*.$(OBJEXT)
 | |
| 	-rm -f converter/*.$(OBJEXT)
 | |
| 	-rm -f creator/*.$(OBJEXT)
 | |
| 	-rm -f deep_swamp/*.$(OBJEXT)
 | |
| 	-rm -f detector/*.$(OBJEXT)
 | |
| 	-rm -f director/*.$(OBJEXT)
 | |
| 	-rm -f duplicator/*.$(OBJEXT)
 | |
| 	-rm -f exit/*.$(OBJEXT)
 | |
| 	-rm -f food/*.$(OBJEXT)
 | |
| 	-rm -f gate/*.$(OBJEXT)
 | |
| 	-rm -f hole/*.$(OBJEXT)
 | |
| 	-rm -f identify_altar/*.$(OBJEXT)
 | |
| 	-rm -f lamp/*.$(OBJEXT)
 | |
| 	-rm -f legacy/*.$(OBJEXT)
 | |
| 	-rm -f lighter/*.$(OBJEXT)
 | |
| 	-rm -f marker/*.$(OBJEXT)
 | |
| 	-rm -f mood_floor/*.$(OBJEXT)
 | |
| 	-rm -f peacemaker/*.$(OBJEXT)
 | |
| 	-rm -f pedestal/*.$(OBJEXT)
 | |
| 	-rm -f player_changer/*.$(OBJEXT)
 | |
| 	-rm -f player_mover/*.$(OBJEXT)
 | |
| 	-rm -f poison/*.$(OBJEXT)
 | |
| 	-rm -f poisoning/*.$(OBJEXT)
 | |
| 	-rm -f potion/*.$(OBJEXT)
 | |
| 	-rm -f power_crystal/*.$(OBJEXT)
 | |
| 	-rm -f savebed/*.$(OBJEXT)
 | |
| 	-rm -f scroll/*.$(OBJEXT)
 | |
| 	-rm -f shop_inventory/*.$(OBJEXT)
 | |
| 	-rm -f shop_mat/*.$(OBJEXT)
 | |
| 	-rm -f sign/*.$(OBJEXT)
 | |
| 	-rm -f skillscroll/*.$(OBJEXT)
 | |
| 	-rm -f spell_effect/*.$(OBJEXT)
 | |
| 	-rm -f spellbook/*.$(OBJEXT)
 | |
| 	-rm -f spinner/*.$(OBJEXT)
 | |
| 	-rm -f teleporter/*.$(OBJEXT)
 | |
| 	-rm -f thrown_object/*.$(OBJEXT)
 | |
| 	-rm -f transport/*.$(OBJEXT)
 | |
| 	-rm -f trap/*.$(OBJEXT)
 | |
| 	-rm -f trapdoor/*.$(OBJEXT)
 | |
| 	-rm -f treasure/*.$(OBJEXT)
 | |
| 	-rm -f trigger/*.$(OBJEXT)
 | |
| 	-rm -f trigger_altar/*.$(OBJEXT)
 | |
| 	-rm -f trigger_button/*.$(OBJEXT)
 | |
| 	-rm -f trigger_pedestal/*.$(OBJEXT)
 | |
| 	-rm -f weapon_improver/*.$(OBJEXT)
 | |
| 
 | |
| distclean-compile:
 | |
| 	-rm -f *.tab.c
 | |
| 
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@altar/$(DEPDIR)/altar.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@armour_improver/$(DEPDIR)/armour_improver.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@arrow/$(DEPDIR)/arrow.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@blindness/$(DEPDIR)/blindness.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@book/$(DEPDIR)/book.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@button/$(DEPDIR)/button.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@cf_handle/$(DEPDIR)/cf_handle.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@check_inv/$(DEPDIR)/check_inv.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@clock/$(DEPDIR)/clock.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/common_apply.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/describe.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/projectile.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@container/$(DEPDIR)/container.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@converter/$(DEPDIR)/converter.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@creator/$(DEPDIR)/creator.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@deep_swamp/$(DEPDIR)/deep_swamp.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@detector/$(DEPDIR)/detector.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@director/$(DEPDIR)/director.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@duplicator/$(DEPDIR)/duplicator.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@exit/$(DEPDIR)/exit.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@food/$(DEPDIR)/food.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@gate/$(DEPDIR)/gate.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@hole/$(DEPDIR)/hole.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@identify_altar/$(DEPDIR)/identify_altar.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@lamp/$(DEPDIR)/lamp.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@legacy/$(DEPDIR)/apply.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@legacy/$(DEPDIR)/legacy_describe.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@legacy/$(DEPDIR)/process.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@lighter/$(DEPDIR)/lighter.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@marker/$(DEPDIR)/marker.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@mood_floor/$(DEPDIR)/mood_floor.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@peacemaker/$(DEPDIR)/peacemaker.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@pedestal/$(DEPDIR)/pedestal.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@player_changer/$(DEPDIR)/player_changer.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@player_mover/$(DEPDIR)/player_mover.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@poison/$(DEPDIR)/poison.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@poisoning/$(DEPDIR)/poisoning.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@potion/$(DEPDIR)/potion.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@power_crystal/$(DEPDIR)/power_crystal.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@savebed/$(DEPDIR)/savebed.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@scroll/$(DEPDIR)/scroll.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@shop_inventory/$(DEPDIR)/shop_inventory.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@shop_mat/$(DEPDIR)/shop_mat.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@sign/$(DEPDIR)/sign.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@skillscroll/$(DEPDIR)/skillscroll.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@spell_effect/$(DEPDIR)/spell_effect.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@spellbook/$(DEPDIR)/spellbook.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@spinner/$(DEPDIR)/spinner.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@teleporter/$(DEPDIR)/teleporter.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@thrown_object/$(DEPDIR)/thrown_object.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@transport/$(DEPDIR)/transport.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@trap/$(DEPDIR)/common_trap.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@trap/$(DEPDIR)/rune.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@trap/$(DEPDIR)/trap.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@trapdoor/$(DEPDIR)/trapdoor.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@treasure/$(DEPDIR)/treasure.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@trigger/$(DEPDIR)/trigger.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@trigger_altar/$(DEPDIR)/trigger_altar.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@trigger_button/$(DEPDIR)/trigger_button.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@trigger_pedestal/$(DEPDIR)/trigger_pedestal.Po@am__quote@
 | |
| @AMDEP_TRUE@@am__include@ @am__quote@weapon_improver/$(DEPDIR)/weapon_improver.Po@am__quote@
 | |
| 
 | |
| .c.o:
 | |
| @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 | |
| @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 | |
| @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
 | |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 | |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 | |
| @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 | |
| 
 | |
| .c.obj:
 | |
| @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 | |
| @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 | |
| @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
 | |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 | |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 | |
| @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 | |
| 
 | |
| .c.lo:
 | |
| @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 | |
| @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 | |
| @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
 | |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 | |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 | |
| @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 | |
| 
 | |
| mostlyclean-libtool:
 | |
| 	-rm -f *.lo
 | |
| 
 | |
| clean-libtool:
 | |
| 	-rm -rf .libs _libs
 | |
| 
 | |
| ID: $(am__tagged_files)
 | |
| 	$(am__define_uniq_tagged_files); mkid -fID $$unique
 | |
| tags: tags-am
 | |
| TAGS: tags
 | |
| 
 | |
| tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 | |
| 	set x; \
 | |
| 	here=`pwd`; \
 | |
| 	$(am__define_uniq_tagged_files); \
 | |
| 	shift; \
 | |
| 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 | |
| 	  test -n "$$unique" || unique=$$empty_fix; \
 | |
| 	  if test $$# -gt 0; then \
 | |
| 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 | |
| 	      "$$@" $$unique; \
 | |
| 	  else \
 | |
| 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 | |
| 	      $$unique; \
 | |
| 	  fi; \
 | |
| 	fi
 | |
| ctags: ctags-am
 | |
| 
 | |
| CTAGS: ctags
 | |
| ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 | |
| 	$(am__define_uniq_tagged_files); \
 | |
| 	test -z "$(CTAGS_ARGS)$$unique" \
 | |
| 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 | |
| 	     $$unique
 | |
| 
 | |
| GTAGS:
 | |
| 	here=`$(am__cd) $(top_builddir) && pwd` \
 | |
| 	  && $(am__cd) $(top_srcdir) \
 | |
| 	  && gtags -i $(GTAGS_ARGS) "$$here"
 | |
| cscopelist: cscopelist-am
 | |
| 
 | |
| cscopelist-am: $(am__tagged_files)
 | |
| 	list='$(am__tagged_files)'; \
 | |
| 	case "$(srcdir)" in \
 | |
| 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 | |
| 	  *) sdir=$(subdir)/$(srcdir) ;; \
 | |
| 	esac; \
 | |
| 	for i in $$list; do \
 | |
| 	  if test -f "$$i"; then \
 | |
| 	    echo "$(subdir)/$$i"; \
 | |
| 	  else \
 | |
| 	    echo "$$sdir/$$i"; \
 | |
| 	  fi; \
 | |
| 	done >> $(top_builddir)/cscope.files
 | |
| 
 | |
| distclean-tags:
 | |
| 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 | |
| 
 | |
| distdir: $(DISTFILES)
 | |
| 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 | |
| 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 | |
| 	list='$(DISTFILES)'; \
 | |
| 	  dist_files=`for file in $$list; do echo $$file; done | \
 | |
| 	  sed -e "s|^$$srcdirstrip/||;t" \
 | |
| 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 | |
| 	case $$dist_files in \
 | |
| 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
 | |
| 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 | |
| 			   sort -u` ;; \
 | |
| 	esac; \
 | |
| 	for file in $$dist_files; do \
 | |
| 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 | |
| 	  if test -d $$d/$$file; then \
 | |
| 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 | |
| 	    if test -d "$(distdir)/$$file"; then \
 | |
| 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 | |
| 	    fi; \
 | |
| 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 | |
| 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 | |
| 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 | |
| 	    fi; \
 | |
| 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 | |
| 	  else \
 | |
| 	    test -f "$(distdir)/$$file" \
 | |
| 	    || cp -p $$d/$$file "$(distdir)/$$file" \
 | |
| 	    || exit 1; \
 | |
| 	  fi; \
 | |
| 	done
 | |
| check-am: all-am
 | |
| check: check-am
 | |
| all-am: Makefile $(LIBRARIES)
 | |
| installdirs:
 | |
| install: install-am
 | |
| install-exec: install-exec-am
 | |
| install-data: install-data-am
 | |
| uninstall: uninstall-am
 | |
| 
 | |
| install-am: all-am
 | |
| 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 | |
| 
 | |
| installcheck: installcheck-am
 | |
| install-strip:
 | |
| 	if test -z '$(STRIP)'; then \
 | |
| 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 | |
| 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 | |
| 	      install; \
 | |
| 	else \
 | |
| 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 | |
| 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 | |
| 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 | |
| 	fi
 | |
| mostlyclean-generic:
 | |
| 
 | |
| clean-generic:
 | |
| 
 | |
| distclean-generic:
 | |
| 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 | |
| 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 | |
| 	-rm -f altar/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f altar/$(am__dirstamp)
 | |
| 	-rm -f armour_improver/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f armour_improver/$(am__dirstamp)
 | |
| 	-rm -f arrow/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f arrow/$(am__dirstamp)
 | |
| 	-rm -f blindness/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f blindness/$(am__dirstamp)
 | |
| 	-rm -f book/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f book/$(am__dirstamp)
 | |
| 	-rm -f button/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f button/$(am__dirstamp)
 | |
| 	-rm -f cf_handle/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f cf_handle/$(am__dirstamp)
 | |
| 	-rm -f check_inv/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f check_inv/$(am__dirstamp)
 | |
| 	-rm -f clock/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f clock/$(am__dirstamp)
 | |
| 	-rm -f common/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f common/$(am__dirstamp)
 | |
| 	-rm -f container/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f container/$(am__dirstamp)
 | |
| 	-rm -f converter/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f converter/$(am__dirstamp)
 | |
| 	-rm -f creator/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f creator/$(am__dirstamp)
 | |
| 	-rm -f deep_swamp/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f deep_swamp/$(am__dirstamp)
 | |
| 	-rm -f detector/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f detector/$(am__dirstamp)
 | |
| 	-rm -f director/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f director/$(am__dirstamp)
 | |
| 	-rm -f duplicator/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f duplicator/$(am__dirstamp)
 | |
| 	-rm -f exit/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f exit/$(am__dirstamp)
 | |
| 	-rm -f food/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f food/$(am__dirstamp)
 | |
| 	-rm -f gate/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f gate/$(am__dirstamp)
 | |
| 	-rm -f hole/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f hole/$(am__dirstamp)
 | |
| 	-rm -f identify_altar/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f identify_altar/$(am__dirstamp)
 | |
| 	-rm -f lamp/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f lamp/$(am__dirstamp)
 | |
| 	-rm -f legacy/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f legacy/$(am__dirstamp)
 | |
| 	-rm -f lighter/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f lighter/$(am__dirstamp)
 | |
| 	-rm -f marker/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f marker/$(am__dirstamp)
 | |
| 	-rm -f mood_floor/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f mood_floor/$(am__dirstamp)
 | |
| 	-rm -f peacemaker/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f peacemaker/$(am__dirstamp)
 | |
| 	-rm -f pedestal/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f pedestal/$(am__dirstamp)
 | |
| 	-rm -f player_changer/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f player_changer/$(am__dirstamp)
 | |
| 	-rm -f player_mover/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f player_mover/$(am__dirstamp)
 | |
| 	-rm -f poison/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f poison/$(am__dirstamp)
 | |
| 	-rm -f poisoning/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f poisoning/$(am__dirstamp)
 | |
| 	-rm -f potion/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f potion/$(am__dirstamp)
 | |
| 	-rm -f power_crystal/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f power_crystal/$(am__dirstamp)
 | |
| 	-rm -f savebed/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f savebed/$(am__dirstamp)
 | |
| 	-rm -f scroll/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f scroll/$(am__dirstamp)
 | |
| 	-rm -f shop_inventory/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f shop_inventory/$(am__dirstamp)
 | |
| 	-rm -f shop_mat/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f shop_mat/$(am__dirstamp)
 | |
| 	-rm -f sign/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f sign/$(am__dirstamp)
 | |
| 	-rm -f skillscroll/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f skillscroll/$(am__dirstamp)
 | |
| 	-rm -f spell_effect/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f spell_effect/$(am__dirstamp)
 | |
| 	-rm -f spellbook/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f spellbook/$(am__dirstamp)
 | |
| 	-rm -f spinner/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f spinner/$(am__dirstamp)
 | |
| 	-rm -f teleporter/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f teleporter/$(am__dirstamp)
 | |
| 	-rm -f thrown_object/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f thrown_object/$(am__dirstamp)
 | |
| 	-rm -f transport/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f transport/$(am__dirstamp)
 | |
| 	-rm -f trap/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f trap/$(am__dirstamp)
 | |
| 	-rm -f trapdoor/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f trapdoor/$(am__dirstamp)
 | |
| 	-rm -f treasure/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f treasure/$(am__dirstamp)
 | |
| 	-rm -f trigger/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f trigger/$(am__dirstamp)
 | |
| 	-rm -f trigger_altar/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f trigger_altar/$(am__dirstamp)
 | |
| 	-rm -f trigger_button/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f trigger_button/$(am__dirstamp)
 | |
| 	-rm -f trigger_pedestal/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f trigger_pedestal/$(am__dirstamp)
 | |
| 	-rm -f weapon_improver/$(DEPDIR)/$(am__dirstamp)
 | |
| 	-rm -f weapon_improver/$(am__dirstamp)
 | |
| 
 | |
| maintainer-clean-generic:
 | |
| 	@echo "This command is intended for maintainers to use"
 | |
| 	@echo "it deletes files that may require special tools to rebuild."
 | |
| clean: clean-am
 | |
| 
 | |
| clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 | |
| 	mostlyclean-am
 | |
| 
 | |
| distclean: distclean-am
 | |
| 	-rm -rf altar/$(DEPDIR) armour_improver/$(DEPDIR) arrow/$(DEPDIR) blindness/$(DEPDIR) book/$(DEPDIR) button/$(DEPDIR) cf_handle/$(DEPDIR) check_inv/$(DEPDIR) clock/$(DEPDIR) common/$(DEPDIR) container/$(DEPDIR) converter/$(DEPDIR) creator/$(DEPDIR) deep_swamp/$(DEPDIR) detector/$(DEPDIR) director/$(DEPDIR) duplicator/$(DEPDIR) exit/$(DEPDIR) food/$(DEPDIR) gate/$(DEPDIR) hole/$(DEPDIR) identify_altar/$(DEPDIR) lamp/$(DEPDIR) legacy/$(DEPDIR) lighter/$(DEPDIR) marker/$(DEPDIR) mood_floor/$(DEPDIR) peacemaker/$(DEPDIR) pedestal/$(DEPDIR) player_changer/$(DEPDIR) player_mover/$(DEPDIR) poison/$(DEPDIR) poisoning/$(DEPDIR) potion/$(DEPDIR) power_crystal/$(DEPDIR) savebed/$(DEPDIR) scroll/$(DEPDIR) shop_inventory/$(DEPDIR) shop_mat/$(DEPDIR) sign/$(DEPDIR) skillscroll/$(DEPDIR) spell_effect/$(DEPDIR) spellbook/$(DEPDIR) spinner/$(DEPDIR) teleporter/$(DEPDIR) thrown_object/$(DEPDIR) transport/$(DEPDIR) trap/$(DEPDIR) trapdoor/$(DEPDIR) treasure/$(DEPDIR) trigger/$(DEPDIR) trigger_altar/$(DEPDIR) trigger_button/$(DEPDIR) trigger_pedestal/$(DEPDIR) weapon_improver/$(DEPDIR)
 | |
| 	-rm -f Makefile
 | |
| distclean-am: clean-am distclean-compile distclean-generic \
 | |
| 	distclean-tags
 | |
| 
 | |
| dvi: dvi-am
 | |
| 
 | |
| dvi-am:
 | |
| 
 | |
| html: html-am
 | |
| 
 | |
| html-am:
 | |
| 
 | |
| info: info-am
 | |
| 
 | |
| info-am:
 | |
| 
 | |
| install-data-am:
 | |
| 
 | |
| install-dvi: install-dvi-am
 | |
| 
 | |
| install-dvi-am:
 | |
| 
 | |
| install-exec-am:
 | |
| 
 | |
| install-html: install-html-am
 | |
| 
 | |
| install-html-am:
 | |
| 
 | |
| install-info: install-info-am
 | |
| 
 | |
| install-info-am:
 | |
| 
 | |
| install-man:
 | |
| 
 | |
| install-pdf: install-pdf-am
 | |
| 
 | |
| install-pdf-am:
 | |
| 
 | |
| install-ps: install-ps-am
 | |
| 
 | |
| install-ps-am:
 | |
| 
 | |
| installcheck-am:
 | |
| 
 | |
| maintainer-clean: maintainer-clean-am
 | |
| 	-rm -rf altar/$(DEPDIR) armour_improver/$(DEPDIR) arrow/$(DEPDIR) blindness/$(DEPDIR) book/$(DEPDIR) button/$(DEPDIR) cf_handle/$(DEPDIR) check_inv/$(DEPDIR) clock/$(DEPDIR) common/$(DEPDIR) container/$(DEPDIR) converter/$(DEPDIR) creator/$(DEPDIR) deep_swamp/$(DEPDIR) detector/$(DEPDIR) director/$(DEPDIR) duplicator/$(DEPDIR) exit/$(DEPDIR) food/$(DEPDIR) gate/$(DEPDIR) hole/$(DEPDIR) identify_altar/$(DEPDIR) lamp/$(DEPDIR) legacy/$(DEPDIR) lighter/$(DEPDIR) marker/$(DEPDIR) mood_floor/$(DEPDIR) peacemaker/$(DEPDIR) pedestal/$(DEPDIR) player_changer/$(DEPDIR) player_mover/$(DEPDIR) poison/$(DEPDIR) poisoning/$(DEPDIR) potion/$(DEPDIR) power_crystal/$(DEPDIR) savebed/$(DEPDIR) scroll/$(DEPDIR) shop_inventory/$(DEPDIR) shop_mat/$(DEPDIR) sign/$(DEPDIR) skillscroll/$(DEPDIR) spell_effect/$(DEPDIR) spellbook/$(DEPDIR) spinner/$(DEPDIR) teleporter/$(DEPDIR) thrown_object/$(DEPDIR) transport/$(DEPDIR) trap/$(DEPDIR) trapdoor/$(DEPDIR) treasure/$(DEPDIR) trigger/$(DEPDIR) trigger_altar/$(DEPDIR) trigger_button/$(DEPDIR) trigger_pedestal/$(DEPDIR) weapon_improver/$(DEPDIR)
 | |
| 	-rm -f Makefile
 | |
| maintainer-clean-am: distclean-am maintainer-clean-generic
 | |
| 
 | |
| mostlyclean: mostlyclean-am
 | |
| 
 | |
| mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 | |
| 	mostlyclean-libtool
 | |
| 
 | |
| pdf: pdf-am
 | |
| 
 | |
| pdf-am:
 | |
| 
 | |
| ps: ps-am
 | |
| 
 | |
| ps-am:
 | |
| 
 | |
| uninstall-am:
 | |
| 
 | |
| .MAKE: install-am install-strip
 | |
| 
 | |
| .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 | |
| 	clean-libtool clean-noinstLIBRARIES cscopelist-am ctags \
 | |
| 	ctags-am distclean distclean-compile distclean-generic \
 | |
| 	distclean-libtool distclean-tags distdir dvi dvi-am html \
 | |
| 	html-am info info-am install install-am install-data \
 | |
| 	install-data-am install-dvi install-dvi-am install-exec \
 | |
| 	install-exec-am install-html install-html-am install-info \
 | |
| 	install-info-am install-man install-pdf install-pdf-am \
 | |
| 	install-ps install-ps-am install-strip installcheck \
 | |
| 	installcheck-am installdirs maintainer-clean \
 | |
| 	maintainer-clean-generic mostlyclean mostlyclean-compile \
 | |
| 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 | |
| 	tags tags-am uninstall uninstall-am
 | |
| 
 | |
| 
 | |
| proto:
 | |
| 	cproto -D__CEXTRACT__ -o ../include/typesproto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
 | |
| 		`echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
 | |
| 	chmod 644 ../include/typesproto.h
 | |
| 
 | |
| # 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.
 | |
| .NOEXPORT:
 |