version 1.15 | | version 1.16 |
---|
| | |
# Makefile.in generated by automake 1.6.3 from Makefile.am. | | # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am |
# @configure_input@ | | |
| | |
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 | | # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. |
# 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 author can be reached via e-mail to mwedel@scruz.net | | # The author can be reached via e-mail to mwedel@scruz.net |
| | |
| | |
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@ | | INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) |
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@ |
DEPDIR = @DEPDIR@ | | CXX = @CXX@ |
| | 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@ |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | | HAVE_LIB = @HAVE_LIB@ |
LATEX = @LATEX@ | | LATEX = @LATEX@ |
LEX = @LEX@ | | LEX = @LEX@ |
LEXLIB = @LEXLIB@ | | LIB = @LIB@ |
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@ | | PERL = @PERL@ |
PLUGIN_PYTHON = @PLUGIN_PYTHON@ | | PLUGIN_PYTHON = @PLUGIN_PYTHON@ |
| | |
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@ |
pkgconfdir = @pkgconfdir@ | | pkgconfdir = @pkgconfdir@ |
pkgstatedir = @pkgstatedir@ | | pkgstatedir = @pkgstatedir@ |
| | |
| | |
noinst_LIBRARIES = libcross.a | | noinst_LIBRARIES = libcross.a |
| | |
libcross_a_SOURCES = \ | | libcross_a_SOURCES = anim.c arch.c button.c exp.c friend.c glue.c holy.c info.c image.c init.c item.c links.c living.c loader.l logger.c los.c map.c object.c porting.c player.c re-cmp.c readable.c recipe.c shstr.c time.c treasure.c utils.c |
anim.c \ | | |
arch.c\ | | |
button.c\ | | |
exp.c\ | | |
friend.c\ | | |
glue.c\ | | |
holy.c\ | | |
info.c\ | | |
image.c \ | | |
init.c\ | | |
item.c\ | | |
links.c\ | | |
living.c\ | | |
loader.l\ | | |
logger.c\ | | |
los.c\ | | |
map.c\ | | |
object.c\ | | |
porting.c\ | | |
player.c\ | | |
re-cmp.c\ | | |
readable.c\ | | |
recipe.c\ | | |
shstr.c\ | | |
time.c\ | | |
treasure.c\ | | |
utils.c | | |
| | |
| | |
EXTRA_DIST = README | | EXTRA_DIST = README |
AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ | | AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" |
-DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" | | |
| | |
AM_LFLAGS = -i | | AM_LFLAGS = -i |
subdir = common | | |
mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs | | mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs |
CONFIG_HEADER = $(top_builddir)/include/autoconf.h | | CONFIG_HEADER = ../[include/autoconf.h] |
CONFIG_CLEAN_FILES = | | CONFIG_CLEAN_FILES = |
LIBRARIES = $(noinst_LIBRARIES) | | LIBRARIES = $(noinst_LIBRARIES) |
| | |
libcross_a_AR = $(AR) cru | | |
libcross_a_LIBADD = | | |
am_libcross_a_OBJECTS = anim.$(OBJEXT) arch.$(OBJEXT) button.$(OBJEXT) \ | | |
exp.$(OBJEXT) friend.$(OBJEXT) glue.$(OBJEXT) holy.$(OBJEXT) \ | | |
info.$(OBJEXT) image.$(OBJEXT) init.$(OBJEXT) item.$(OBJEXT) \ | | |
links.$(OBJEXT) living.$(OBJEXT) loader.$(OBJEXT) \ | | |
logger.$(OBJEXT) los.$(OBJEXT) map.$(OBJEXT) object.$(OBJEXT) \ | | |
porting.$(OBJEXT) player.$(OBJEXT) re-cmp.$(OBJEXT) \ | | |
readable.$(OBJEXT) recipe.$(OBJEXT) shstr.$(OBJEXT) \ | | |
time.$(OBJEXT) treasure.$(OBJEXT) utils.$(OBJEXT) | | |
libcross_a_OBJECTS = $(am_libcross_a_OBJECTS) | | |
| | |
DEFS = @DEFS@ | | DEFS = @DEFS@ -I. -I$(srcdir) -I../[include |
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include | | |
CPPFLAGS = @CPPFLAGS@ | | CPPFLAGS = @CPPFLAGS@ |
LDFLAGS = @LDFLAGS@ | | LDFLAGS = @LDFLAGS@ |
LIBS = @LIBS@ | | LIBS = @LIBS@ |
depcomp = $(SHELL) $(top_srcdir)/utils/depcomp | | X_CFLAGS = @X_CFLAGS@ |
am__depfiles_maybe = depfiles | | X_LIBS = @X_LIBS@ |
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/anim.Po ./$(DEPDIR)/arch.Po \ | | X_EXTRA_LIBS = @X_EXTRA_LIBS@ |
@AMDEP_TRUE@ ./$(DEPDIR)/button.Po ./$(DEPDIR)/exp.Po \ | | X_PRE_LIBS = @X_PRE_LIBS@ |
@AMDEP_TRUE@ ./$(DEPDIR)/friend.Po ./$(DEPDIR)/glue.Po \ | | libcross_a_LIBADD = |
@AMDEP_TRUE@ ./$(DEPDIR)/holy.Po ./$(DEPDIR)/image.Po \ | | libcross_a_OBJECTS = anim.$(OBJEXT) arch.$(OBJEXT) button.$(OBJEXT) \ |
@AMDEP_TRUE@ ./$(DEPDIR)/info.Po ./$(DEPDIR)/init.Po \ | | exp.$(OBJEXT) friend.$(OBJEXT) glue.$(OBJEXT) holy.$(OBJEXT) \ |
@AMDEP_TRUE@ ./$(DEPDIR)/item.Po ./$(DEPDIR)/links.Po \ | | info.$(OBJEXT) image.$(OBJEXT) init.$(OBJEXT) item.$(OBJEXT) \ |
@AMDEP_TRUE@ ./$(DEPDIR)/living.Po ./$(DEPDIR)/loader.Po \ | | links.$(OBJEXT) living.$(OBJEXT) loader.$(OBJEXT) logger.$(OBJEXT) \ |
@AMDEP_TRUE@ ./$(DEPDIR)/logger.Po ./$(DEPDIR)/los.Po \ | | los.$(OBJEXT) map.$(OBJEXT) object.$(OBJEXT) porting.$(OBJEXT) \ |
@AMDEP_TRUE@ ./$(DEPDIR)/map.Po ./$(DEPDIR)/object.Po \ | | player.$(OBJEXT) re-cmp.$(OBJEXT) readable.$(OBJEXT) recipe.$(OBJEXT) \ |
@AMDEP_TRUE@ ./$(DEPDIR)/player.Po ./$(DEPDIR)/porting.Po \ | | shstr.$(OBJEXT) time.$(OBJEXT) treasure.$(OBJEXT) utils.$(OBJEXT) |
@AMDEP_TRUE@ ./$(DEPDIR)/re-cmp.Po ./$(DEPDIR)/readable.Po \ | | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
@AMDEP_TRUE@ ./$(DEPDIR)/recipe.Po ./$(DEPDIR)/shstr.Po \ | | LEXLIB = @LEXLIB@ |
@AMDEP_TRUE@ ./$(DEPDIR)/time.Po ./$(DEPDIR)/treasure.Po \ | | |
@AMDEP_TRUE@ ./$(DEPDIR)/utils.Po | | |
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | | |
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | | |
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ | | |
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | | |
CCLD = $(CC) | | |
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | | |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ | | |
CFLAGS = @CFLAGS@ | | CFLAGS = @CFLAGS@ |
LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS) | | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
LTLEXCOMPILE = $(LIBTOOL) --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS) | | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
DIST_SOURCES = $(libcross_a_SOURCES) | | CCLD = $(CC) |
| | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
DIST_COMMON = README Makefile.am Makefile.in loader.c | | DIST_COMMON = README Makefile.am Makefile.in loader.c |
SOURCES = $(libcross_a_SOURCES) | | |
| | |
all: all-am | | |
| | |
| | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
| | |
| | GZIP_ENV = --best |
| | DEP_FILES = .deps/anim.P .deps/arch.P .deps/button.P .deps/exp.P \ |
| | .deps/friend.P .deps/glue.P .deps/holy.P .deps/image.P .deps/info.P \ |
| | .deps/init.P .deps/item.P .deps/links.P .deps/living.P .deps/loader.P \ |
| | .deps/logger.P .deps/los.P .deps/map.P .deps/object.P .deps/player.P \ |
| | .deps/porting.P .deps/re-cmp.P .deps/readable.P .deps/recipe.P \ |
| | .deps/shstr.P .deps/time.P .deps/treasure.P .deps/utils.P |
| | SOURCES = $(libcross_a_SOURCES) |
| | OBJECTS = $(libcross_a_OBJECTS) |
| | |
| | all: all-redirect |
.SUFFIXES: | | .SUFFIXES: |
.SUFFIXES: .c .l .lo .o .obj | | .SUFFIXES: .S .c .l .lo .o .obj .s |
$(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) && \ | | cd $(top_srcdir) && $(AUTOMAKE) --gnu common/Makefile |
$(AUTOMAKE) --gnu common/Makefile | | |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | | |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) | | |
| | |
AR = ar | | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
| | cd $(top_builddir) \ |
| | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
| | |
| | |
| | mostlyclean-noinstLIBRARIES: |
| | |
clean-noinstLIBRARIES: | | clean-noinstLIBRARIES: |
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
libcross.a: $(libcross_a_OBJECTS) $(libcross_a_DEPENDENCIES) | | |
-rm -f libcross.a | | |
$(libcross_a_AR) libcross.a $(libcross_a_OBJECTS) $(libcross_a_LIBADD) | | |
$(RANLIB) libcross.a | | |
| | |
mostlyclean-compile: | | distclean-noinstLIBRARIES: |
-rm -f *.$(OBJEXT) core *.core | | |
| | |
distclean-compile: | | maintainer-clean-noinstLIBRARIES: |
-rm -f *.tab.c | | |
| | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/anim.Po@am__quote@ | | # FIXME: We should only use cygpath when building on Windows, |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch.Po@am__quote@ | | # and only if it is available. |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/button.Po@am__quote@ | | .c.obj: |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exp.Po@am__quote@ | | $(COMPILE) -c `cygpath -w $<` |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/friend.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glue.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/holy.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/item.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/links.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/living.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loader.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/los.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/porting.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/re-cmp.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readable.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recipe.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shstr.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/treasure.Po@am__quote@ | | |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@ | | |
| | |
distclean-depend: | | .s.o: |
-rm -rf ./$(DEPDIR) | | $(COMPILE) -c $< |
| | |
.c.o: | | .S.o: |
@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | | $(COMPILE) -c $< |
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ | | |
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | | |
$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< | | |
| | |
.c.obj: | | mostlyclean-compile: |
@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | | -rm -f *.o core *.core |
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ | | -rm -f *.$(OBJEXT) |
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | | |
$(COMPILE) -c `cygpath -w $<` | | |
| | |
.c.lo: | | clean-compile: |
@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | | |
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ | | |
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | | |
$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< | | |
CCDEPMODE = @CCDEPMODE@ | | |
| | |
.l.c: | | distclean-compile: |
$(LEXCOMPILE) `test -f $< || echo '$(srcdir)/'`$< | | -rm -f *.tab.c |
sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@ | | |
rm -f $(LEX_OUTPUT_ROOT).c | | maintainer-clean-compile: |
| | |
| | .s.lo: |
| | $(LIBTOOL) --mode=compile $(COMPILE) -c $< |
| | |
| | .S.lo: |
| | $(LIBTOOL) --mode=compile $(COMPILE) -c $< |
| | |
mostlyclean-libtool: | | mostlyclean-libtool: |
-rm -f *.lo | | -rm -f *.lo |
| | |
-rm -rf .libs _libs | | -rm -rf .libs _libs |
| | |
distclean-libtool: | | distclean-libtool: |
-rm -f libtool | | |
uninstall-info-am: | | |
| | |
ETAGS = etags | | maintainer-clean-libtool: |
ETAGSFLAGS = | | |
| | libcross.a: $(libcross_a_OBJECTS) $(libcross_a_DEPENDENCIES) |
| | -rm -f libcross.a |
| | $(AR) cru libcross.a $(libcross_a_OBJECTS) $(libcross_a_LIBADD) |
| | $(RANLIB) libcross.a |
| | .l.c: |
| | $(LEX) $(AM_LFLAGS) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@ |
| | |
tags: TAGS | | tags: TAGS |
| | |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | | ID: $(HEADERS) $(SOURCES) $(LISP) |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | | list='$(SOURCES) $(HEADERS)'; \ |
unique=`for i in $$list; do \ | | unique=`for i in $$list; do echo $$i; done | \ |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | | awk ' { files[$$0] = 1; } \ |
done | \ | | |
$(AWK) ' { files[$$0] = 1; } \ | | |
END { for (i in files) print i; }'`; \ | | END { for (i in files) print i; }'`; \ |
mkid -fID $$unique | | here=`pwd` && cd $(srcdir) \ |
| | && mkid -f$$here/ID $$unique $(LISP) |
| | |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
$(TAGS_FILES) $(LISP) | | |
tags=; \ | | tags=; \ |
here=`pwd`; \ | | here=`pwd`; \ |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | | list='$(SOURCES) $(HEADERS)'; \ |
unique=`for i in $$list; do \ | | unique=`for i in $$list; do echo $$i; done | \ |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | | awk ' { files[$$0] = 1; } \ |
done | \ | | |
$(AWK) ' { files[$$0] = 1; } \ | | |
END { for (i in files) print i; }'`; \ | | END { for (i in files) print i; }'`; \ |
test -z "$(ETAGS_ARGS)$$tags$$unique" \ | | test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | | || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP)) |
$$tags $$unique | | |
| | mostlyclean-tags: |
GTAGS: | | |
here=`$(am__cd) $(top_builddir) && pwd` \ | | clean-tags: |
&& cd $(top_srcdir) \ | | |
&& gtags -i $(GTAGS_ARGS) $$here | | |
| | |
distclean-tags: | | distclean-tags: |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH | | -rm -f TAGS ID |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | | |
| | |
top_distdir = .. | | maintainer-clean-tags: |
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) | | |
| | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
| | |
| | subdir = common |
| | |
distdir: $(DISTFILES) | | distdir: $(DISTFILES) |
@list='$(DISTFILES)'; for file in $$list; do \ | | here=`cd $(top_builddir) && pwd`; \ |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | | top_distdir=`cd $(top_distdir) && pwd`; \ |
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | | distdir=`cd $(distdir) && pwd`; \ |
if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | | cd $(top_srcdir) \ |
dir="/$$dir"; \ | | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu common/Makefile |
$(mkinstalldirs) "$(distdir)$$dir"; \ | | @for file in $(DISTFILES); do \ |
else \ | | d=$(srcdir); \ |
dir=''; \ | | |
fi; \ | | |
if test -d $$d/$$file; then \ | | if test -d $$d/$$file; then \ |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | | cp -pr $$d/$$file $(distdir)/$$file; \ |
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 \ |
|| cp -p $$d/$$file $(distdir)/$$file \ | | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
|| exit 1; \ | | || cp -p $$d/$$file $(distdir)/$$file || :; \ |
fi; \ | | fi; \ |
done | | done |
check-am: all-am | | |
check: check-am | | |
all-am: Makefile $(LIBRARIES) | | |
| | |
installdirs: | | DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) |
| | |
install: install-am | | -include $(DEP_FILES) |
| | |
| | mostlyclean-depend: |
| | |
| | clean-depend: |
| | |
| | distclean-depend: |
| | -rm -rf .deps |
| | |
| | maintainer-clean-depend: |
| | |
| | %.o: %.c |
| | @echo '$(COMPILE) -c $<'; \ |
| | $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< |
| | @-cp .deps/$(*F).pp .deps/$(*F).P; \ |
| | tr ' ' '\012' < .deps/$(*F).pp \ |
| | | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| | >> .deps/$(*F).P; \ |
| | rm .deps/$(*F).pp |
| | |
| | %.lo: %.c |
| | @echo '$(LTCOMPILE) -c $<'; \ |
| | $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< |
| | @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| | < .deps/$(*F).pp > .deps/$(*F).P; \ |
| | tr ' ' '\012' < .deps/$(*F).pp \ |
| | | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| | >> .deps/$(*F).P; \ |
| | rm -f .deps/$(*F).pp |
| | info-am: |
| | info: info-am |
| | dvi-am: |
| | dvi: dvi-am |
| | check-am: all-am |
| | check: check-am |
| | installcheck-am: |
| | installcheck: installcheck-am |
| | install-exec-am: |
install-exec: install-exec-am | | install-exec: install-exec-am |
| | |
| | install-data-am: |
install-data: install-data-am | | install-data: install-data-am |
uninstall: uninstall-am | | |
| | |
install-am: all-am | | install-am: all-am |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| | install: install-am |
installcheck: installcheck-am | | uninstall-am: |
| | uninstall: uninstall-am |
| | all-am: Makefile $(LIBRARIES) |
| | all-redirect: all-am |
install-strip: | | install-strip: |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
INSTALL_STRIP_FLAG=-s \ | | installdirs: |
`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" | | -test -z "loaderc" || rm -f loaderc |
@echo "it deletes files that may require special tools to rebuild." | | mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ |
-test -z "loader.c" || rm -f loader.c | | mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ |
clean: clean-am | | mostlyclean-generic |
| | |
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \ | | |
mostlyclean-am | | |
| | |
distclean: distclean-am | | |
| | |
distclean-am: clean-am distclean-compile distclean-depend \ | | |
distclean-generic distclean-libtool distclean-tags | | |
| | |
dvi: dvi-am | | |
| | |
dvi-am: | | |
| | |
info: info-am | | |
| | |
info-am: | | mostlyclean: mostlyclean-am |
| | |
install-data-am: | | clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \ |
| | clean-depend clean-generic mostlyclean-am |
| | |
install-exec-am: | | clean: clean-am |
| | |
install-info: install-info-am | | distclean-am: distclean-noinstLIBRARIES distclean-compile \ |
| | distclean-libtool distclean-tags distclean-depend \ |
| | distclean-generic clean-am |
| | -rm -f libtool |
| | |
install-man: | | distclean: distclean-am |
| | |
installcheck-am: | | maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ |
| | maintainer-clean-compile maintainer-clean-libtool \ |
| | maintainer-clean-tags maintainer-clean-depend \ |
| | maintainer-clean-generic distclean-am |
| | @echo "This command is intended for maintainers to use;" |
| | @echo "it deletes files that may require special tools to rebuild." |
| | |
maintainer-clean: maintainer-clean-am | | maintainer-clean: maintainer-clean-am |
| | |
maintainer-clean-am: distclean-am maintainer-clean-generic | | .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ |
| | clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ |
mostlyclean: mostlyclean-am | | mostlyclean-compile distclean-compile clean-compile \ |
| | maintainer-clean-compile mostlyclean-libtool distclean-libtool \ |
mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | | clean-libtool maintainer-clean-libtool tags mostlyclean-tags \ |
mostlyclean-libtool | | distclean-tags clean-tags maintainer-clean-tags distdir \ |
| | mostlyclean-depend distclean-depend clean-depend \ |
uninstall-am: uninstall-info-am | | maintainer-clean-depend info-am info dvi-am dvi check check-am \ |
| | installcheck-am installcheck install-exec-am install-exec \ |
.PHONY: GTAGS all all-am check check-am clean clean-generic \ | | install-data-am install-data install-am install uninstall-am uninstall \ |
clean-libtool clean-noinstLIBRARIES distclean distclean-compile \ | | all-redirect all-am all installdirs mostlyclean-generic \ |
distclean-depend distclean-generic distclean-libtool \ | | distclean-generic clean-generic maintainer-clean-generic clean \ |
distclean-tags distdir dvi dvi-am info info-am install \ | | mostlyclean distclean maintainer-clean |
install-am install-data install-data-am 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-compile mostlyclean-generic mostlyclean-libtool \ | | |
tags uninstall uninstall-am uninstall-info-am | | |
| | |
| | |
proto: | | proto: |
| | |
sed -e "s/__signed/signed/g" -e "/inline/d" -e "/YY_BUFFER/d" < ../include/libproto.h.bak > ../include/libproto.h | | sed -e "s/__signed/signed/g" -e "/inline/d" -e "/YY_BUFFER/d" < ../include/libproto.h.bak > ../include/libproto.h |
chmod 644 ../include/libproto.h | | chmod 644 ../include/libproto.h |
rm -f ../include/libproto.h.bak | | rm -f ../include/libproto.h.bak |
| | |
# 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: |