version 1.17 | | version 1.18 |
---|
| | |
OBJEXT = @OBJEXT@ | | OBJEXT = @OBJEXT@ |
PATH_SEPARATOR = @PATH_SEPARATOR@ | | PATH_SEPARATOR = @PATH_SEPARATOR@ |
AMTAR = @AMTAR@ | | AMTAR = @AMTAR@ |
AR = @AR@ | | |
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@ | | |
CXXCPP = @CXXCPP@ | | |
DEPDIR = @DEPDIR@ | | DEPDIR = @DEPDIR@ |
DLLTOOL = @DLLTOOL@ | | DLLTOOL = @DLLTOOL@ |
ECHO = @ECHO@ | | ECHO = @ECHO@ |
EGREP = @EGREP@ | | |
F77 = @F77@ | | |
GCJ = @GCJ@ | | |
GCJFLAGS = @GCJFLAGS@ | | |
GUNZIP = @GUNZIP@ | | GUNZIP = @GUNZIP@ |
GZIP = @GZIP@ | | GZIP = @GZIP@ |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| | |
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@ |
| | |
x_includes = @x_includes@ | | x_includes = @x_includes@ |
x_libraries = @x_libraries@ | | x_libraries = @x_libraries@ |
| | |
dist_noinst_SCRIPTS = makeps.pl | | |
| | |
EXTRA_DIST = spells-extract stats-extract\ | | EXTRA_DIST = spells-extract stats-extract\ |
spoiler.shtml helm-extract mag-extract shield-extract \ | | spoiler.shtml helm-extract mag-extract shield-extract \ |
empty.pbm bow-extract arche-extract weap-extract | | empty.pbm bow-extract arche-extract weap-extract |
| | |
mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs | | mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs |
CONFIG_HEADER = $(top_builddir)/include/autoconf.h | | CONFIG_HEADER = $(top_builddir)/include/autoconf.h |
CONFIG_CLEAN_FILES = | | CONFIG_CLEAN_FILES = |
SCRIPTS = $(dist_noinst_SCRIPTS) | | |
| | |
DIST_SOURCES = | | DIST_SOURCES = |
DIST_COMMON = $(dist_noinst_SCRIPTS) Makefile.am Makefile.in | | DIST_COMMON = Makefile.am Makefile.in |
all: all-am | | all: all-am |
| | |
.SUFFIXES: | | .SUFFIXES: |
| | |
done | | done |
check-am: all-am | | check-am: all-am |
check: check-am | | check: check-am |
all-am: Makefile $(SCRIPTS) | | all-am: Makefile |
| | |
installdirs: | | installdirs: |
| | |
| | |
$(RM) *.gif | | $(RM) *.gif |
touch .bmaps | | touch .bmaps |
| | |
items: .bmaps in_items makeps.pl items.gif | | items: .bmaps in_items ../scripts/makeps.pl items.gif |
$(PERL) makeps.pl libdir=$(top_srcdir)/lib archdir=$(top_srcdir)/lib/ size=0.4 input=in_items inarch=$(pkgdatadir)/archetypes > items | | $(PERL) ../scripts/makeps.pl libdir=$(top_srcdir)/lib archdir=$(top_srcdir)/lib/ size=0.4 input=in_items inarch=$(pkgdatadir)/archetypes > items |
| | |
in_items: $(srcdir)/../scripts/items-extract.pl $(pkgdatadir)/archetypes $(top_srcdir)/common/living.c | | in_items: $(srcdir)/../scripts/items-extract.pl $(pkgdatadir)/archetypes $(top_srcdir)/common/living.c |
$(PERL) $(srcdir)/../scripts/items-extract.pl living_c=$(top_srcdir)/common/living.c $(pkgdatadir)/archetypes > in_items | | $(PERL) $(srcdir)/../scripts/items-extract.pl living_c=$(top_srcdir)/common/living.c $(pkgdatadir)/archetypes > in_items |
| | |
stats.html: .bmaps in_stats makeps.pl stats.gif | | stats.html: .bmaps in_stats ../scripts/makeps.pl stats.gif |
$(PERL) makeps.pl libdir=$(top_srcdir)/lib archdir=$(top_srcdir)/lib/ size=0.4 input=in_stats inarch=$(pkgdatadir)/archetypes > stats.html | | $(PERL) ../scripts/makeps.pl libdir=$(top_srcdir)/lib archdir=$(top_srcdir)/lib/ size=0.4 input=in_stats inarch=$(pkgdatadir)/archetypes > stats.html |
| | |
in_stats: stats-extract $(pkgdatadir)/archetypes $(top_srcdir)/common/living.c | | in_stats: stats-extract $(pkgdatadir)/archetypes $(top_srcdir)/common/living.c |
$(AWK) -v living_c=$(top_srcdir)/common/living.c -f stats-extract $(pkgdatadir)/archetypes > in_stats | | $(AWK) -v living_c=$(top_srcdir)/common/living.c -f stats-extract $(pkgdatadir)/archetypes > in_stats |
| | |
monput.html: .bmaps in_monput makeps.pl monsters.gif | | monput.html: .bmaps in_monput ../scripts/makeps.pl monsters.gif |
$(PERL) makeps.pl libdir=$(top_srcdir)/lib archdir=$(top_srcdir)/lib/ size=0.4 input=in_monput inarch=$(pkgdatadir)/archetypes > monput.html | | $(PERL) ../scripts/makeps.pl libdir=$(top_srcdir)/lib archdir=$(top_srcdir)/lib/ size=0.4 input=in_monput inarch=$(pkgdatadir)/archetypes > monput.html |
| | |
in_monput: ../scripts/monster-extract.pl $(CROSSBIN) $(pkgdatadir)/treasures $(pkgdatadir)/archetypes | | in_monput: ../scripts/monster-extract.pl $(CROSSBIN) $(pkgdatadir)/treasures $(pkgdatadir)/archetypes |
$(CROSSBIN) -m2 | sort -f | $(PERL) ../scripts/monster-extract.pl > in_monput | | $(CROSSBIN) -m2 | sort -f | $(PERL) ../scripts/monster-extract.pl > in_monput |
| | |
spells.html: .bmaps in_spells makeps.pl spells.gif | | spells.html: .bmaps in_spells ../scripts/makeps.pl spells.gif |
$(PERL) makeps.pl libdir=$(top_srcdir)/lib archdir=$(top_srcdir)/lib/ size=0.4 input=in_spells inarch=$(pkgdatadir)/archetypes > spells.html | | $(PERL) ../scripts/makeps.pl libdir=$(top_srcdir)/lib archdir=$(top_srcdir)/lib/ size=0.4 input=in_spells inarch=$(pkgdatadir)/archetypes > spells.html |
| | |
in_spells: spells-extract $(INCDIR)/spellist.h $(CROSSBIN) $(pkgdatadir)/archetypes | | in_spells: spells-extract $(INCDIR)/spellist.h $(CROSSBIN) $(pkgdatadir)/archetypes |
tr -d \" < $(INCDIR)/spellist.h | $(AWK) -F, -v crosscmd="$(CROSSBIN) -m4" -f spells-extract | sort > in_spells | | tr -d \" < $(INCDIR)/spellist.h | $(AWK) -F, -v crosscmd="$(CROSSBIN) -m4" -f spells-extract | sort > in_spells |