version 1.16, 2013/02/12 09:40:41 |
version 1.19, 2015/08/04 06:20:44 |
|
|
# Makefile.in generated by automake 1.12.6 from Makefile.am. |
# Makefile.in generated by automake 1.11.1 from Makefile.am. |
# @configure_input@ |
# @configure_input@ |
|
|
# Copyright (C) 1994-2012 Free Software Foundation, Inc. |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. |
|
|
@SET_MAKE@ |
@SET_MAKE@ |
|
|
VPATH = @srcdir@ |
VPATH = @srcdir@ |
am__make_dryrun = \ |
|
{ \ |
|
am__dry=no; \ |
|
case $$MAKEFLAGS in \ |
|
*\\[\ \ ]*) \ |
|
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ |
|
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \ |
|
*) \ |
|
for am__flg in $$MAKEFLAGS; do \ |
|
case $$am__flg in \ |
|
*=*|--*) ;; \ |
|
*n*) am__dry=yes; break;; \ |
|
esac; \ |
|
done;; \ |
|
esac; \ |
|
test $$am__dry = yes; \ |
|
} |
|
pkgdatadir = $(datadir)/@PACKAGE@ |
pkgdatadir = $(datadir)/@PACKAGE@ |
pkgincludedir = $(includedir)/@PACKAGE@ |
pkgincludedir = $(includedir)/@PACKAGE@ |
pkglibdir = $(libdir)/@PACKAGE@ |
pkglibdir = $(libdir)/@PACKAGE@ |
Line 52 build_triplet = @build@ |
|
Line 36 build_triplet = @build@ |
|
host_triplet = @host@ |
host_triplet = @host@ |
target_triplet = @target@ |
target_triplet = @target@ |
subdir = asm |
subdir = asm |
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
$(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs |
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
am__aclocal_m4_deps = $(top_srcdir)/configure.in |
am__aclocal_m4_deps = $(top_srcdir)/configure.in |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
SOURCES = $(libasm_a_SOURCES) |
SOURCES = $(libasm_a_SOURCES) |
DIST_SOURCES = $(libasm_a_SOURCES) |
DIST_SOURCES = $(libasm_a_SOURCES) |
am__can_run_installinfo = \ |
|
case $$AM_UPDATE_INFO_DIR in \ |
|
n|no|NO) false;; \ |
|
*) (install-info --version) >/dev/null 2>&1;; \ |
|
esac |
|
ETAGS = etags |
ETAGS = etags |
CTAGS = ctags |
CTAGS = ctags |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
Line 210 top_srcdir = @top_srcdir@ |
|
Line 188 top_srcdir = @top_srcdir@ |
|
asirdir = ${prefix}/lib/asir |
asirdir = ${prefix}/lib/asir |
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ |
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ |
-I${top_srcdir}/gc/include \ |
-I${top_srcdir}/gc/include \ |
@PARIINC@ @X_CFLAGS@ |
-I${prefix}/include @PARIINC@ @X_CFLAGS@ |
|
|
ASFLAGS = ${DEFS} ${DEFAULT_INCLUDES} ${INCLUDES} |
ASFLAGS = ${DEFS} ${DEFAULT_INCLUDES} ${INCLUDES} |
SOLARIS_AS = /usr/ccs/bin/as |
SOLARIS_AS = /usr/ccs/bin/as |
Line 256 $(am__aclocal_m4_deps): |
|
Line 234 $(am__aclocal_m4_deps): |
|
|
|
clean-noinstLIBRARIES: |
clean-noinstLIBRARIES: |
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
libasm.a: $(libasm_a_OBJECTS) $(libasm_a_DEPENDENCIES) $(EXTRA_libasm_a_DEPENDENCIES) |
libasm.a: $(libasm_a_OBJECTS) $(libasm_a_DEPENDENCIES) |
-rm -f libasm.a |
-rm -f libasm.a |
$(libasm_a_AR) libasm.a $(libasm_a_OBJECTS) $(libasm_a_LIBADD) |
$(libasm_a_AR) libasm.a $(libasm_a_OBJECTS) $(libasm_a_LIBADD) |
$(RANLIB) libasm.a |
$(RANLIB) libasm.a |
|
|
&& $(am__cd) $(top_srcdir) \ |
&& $(am__cd) $(top_srcdir) \ |
&& gtags -i $(GTAGS_ARGS) "$$here" |
&& gtags -i $(GTAGS_ARGS) "$$here" |
|
|
cscopelist: $(HEADERS) $(SOURCES) $(LISP) |
|
list='$(SOURCES) $(HEADERS) $(LISP)'; \ |
|
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: |
distclean-tags: |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|
|
Line 394 install-am: all-am |
|
Line 358 install-am: all-am |
|
|
|
installcheck: installcheck-am |
installcheck: installcheck-am |
install-strip: |
install-strip: |
if test -z '$(STRIP)'; then \ |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
`test -z '$(STRIP)' || \ |
install; \ |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` 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: |
mostlyclean-generic: |
|
|
clean-generic: |
clean-generic: |
|
|
.MAKE: install-am install-strip |
.MAKE: install-am install-strip |
|
|
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
clean-noinstLIBRARIES cscopelist ctags distclean \ |
clean-noinstLIBRARIES ctags distclean distclean-compile \ |
distclean-compile distclean-generic distclean-tags distdir dvi \ |
distclean-generic distclean-tags distdir dvi dvi-am html \ |
dvi-am html html-am info info-am install install-am \ |
html-am info info-am install install-am install-data \ |
install-data install-data-am install-dvi install-dvi-am \ |
install-data-am install-dvi install-dvi-am install-exec \ |
install-exec install-exec-am install-html install-html-am \ |
install-exec-am install-html install-html-am install-info \ |
install-info install-info-am install-man install-pdf \ |
install-info-am install-man install-pdf install-pdf-am \ |
install-pdf-am install-ps install-ps-am install-strip \ |
install-ps install-ps-am install-strip installcheck \ |
installcheck installcheck-am installdirs maintainer-clean \ |
installcheck-am installdirs maintainer-clean \ |
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ |
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ |
uninstall-am |
uninstall-am |