version 1.17 | | version 1.18 |
---|
| | |
PY_LIBS = @PY_LIBS@ | | PY_LIBS = @PY_LIBS@ |
RANLIB = @RANLIB@ | | RANLIB = @RANLIB@ |
STRIP = @STRIP@ | | STRIP = @STRIP@ |
| | TAR = @TAR@ |
UNCOMPRESS = @UNCOMPRESS@ | | UNCOMPRESS = @UNCOMPRESS@ |
VERSION = @VERSION@ | | VERSION = @VERSION@ |
X11LIBS = @X11LIBS@ | | X11LIBS = @X11LIBS@ |
| | |
x_includes = @x_includes@ | | x_includes = @x_includes@ |
x_libraries = @x_libraries@ | | x_libraries = @x_libraries@ |
| | |
nodist_bin_SCRIPTS = crossloop.pl crossloop | | nodist_bin_SCRIPTS = crossloop.pl crossloop player_dl.pl |
dist_bin_SCRIPTS = crossloop.web | | dist_bin_SCRIPTS = crossloop.web |
nodist_pkglib_SCRIPTS = | | nodist_pkglib_SCRIPTS = |
dist_pkglib_SCRIPTS = mktable.script add_throw.perl metaserver.pl | | dist_pkglib_SCRIPTS = mktable.script add_throw.perl metaserver.pl |
dist_noinst_SCRIPTS = ad2c.script mktable.script | | dist_noinst_SCRIPTS = ad2c.script mktable.script player_dl.html |
| | |
EXTRA_DIST = | | EXTRA_DIST = |
| | |
| | |
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 = add_throw.perl crossloop.tmpl crossloop.pl.tmpl \ | | CONFIG_CLEAN_FILES = add_throw.perl crossloop.tmpl crossloop.pl.tmpl \ |
metaserver.pl crossloop.web scores.pl | | metaserver.pl crossloop.web scores.pl player_dl.pl |
SCRIPTS = $(dist_bin_SCRIPTS) $(dist_noinst_SCRIPTS) \ | | SCRIPTS = $(dist_bin_SCRIPTS) $(dist_noinst_SCRIPTS) \ |
$(dist_pkglib_SCRIPTS) $(nodist_bin_SCRIPTS) \ | | $(dist_pkglib_SCRIPTS) $(nodist_bin_SCRIPTS) \ |
$(nodist_pkglib_SCRIPTS) | | $(nodist_pkglib_SCRIPTS) |
| | |
$(dist_pkglib_SCRIPTS) Makefile.am Makefile.in \ | | $(dist_pkglib_SCRIPTS) Makefile.am Makefile.in \ |
add_throw.perl.in config.guess config.sub crossloop.pl.tmpl.in \ | | add_throw.perl.in config.guess config.sub crossloop.pl.tmpl.in \ |
crossloop.tmpl.in crossloop.web.in depcomp install-sh ltmain.sh \ | | crossloop.tmpl.in crossloop.web.in depcomp install-sh ltmain.sh \ |
metaserver.pl.in missing mkinstalldirs scores.pl.in | | metaserver.pl.in missing mkinstalldirs player_dl.pl.in \ |
| | scores.pl.in |
all: all-am | | all: all-am |
| | |
.SUFFIXES: | | .SUFFIXES: |
| | |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ | | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
scores.pl: $(top_builddir)/config.status scores.pl.in | | scores.pl: $(top_builddir)/config.status scores.pl.in |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ | | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
| | player_dl.pl: $(top_builddir)/config.status player_dl.pl.in |
| | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
dist_binSCRIPT_INSTALL = $(INSTALL_SCRIPT) | | dist_binSCRIPT_INSTALL = $(INSTALL_SCRIPT) |
install-dist_binSCRIPTS: $(dist_bin_SCRIPTS) | | install-dist_binSCRIPTS: $(dist_bin_SCRIPTS) |
@$(NORMAL_INSTALL) | | @$(NORMAL_INSTALL) |