version 1.2, 2018/09/19 06:51:27 |
version 1.4, 2018/09/27 02:39:37 |
|
|
# Makefile.in generated by automake 1.14.1 from Makefile.am. |
# Makefile.in generated by automake 1.15 from Makefile.am. |
# @configure_input@ |
# @configure_input@ |
|
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
# Copyright (C) 1994-2014 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, |
|
|
@SET_MAKE@ |
@SET_MAKE@ |
|
|
VPATH = @srcdir@ |
VPATH = @srcdir@ |
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
am__is_gnu_make = { \ |
|
if test -z '$(MAKELEVEL)'; then \ |
|
false; \ |
|
elif test -n '$(MAKE_HOST)'; then \ |
|
true; \ |
|
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
|
true; \ |
|
else \ |
|
false; \ |
|
fi; \ |
|
} |
am__make_running_with_option = \ |
am__make_running_with_option = \ |
case $${target_option-} in \ |
case $${target_option-} in \ |
?) ;; \ |
?) ;; \ |
Line 80 build_triplet = @build@ |
|
Line 90 build_triplet = @build@ |
|
host_triplet = @host@ |
host_triplet = @host@ |
target_triplet = @target@ |
target_triplet = @target@ |
subdir = include |
subdir = include |
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
$(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.ac |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
$(ACLOCAL_M4) |
$(ACLOCAL_M4) |
|
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
CONFIG_CLEAN_FILES = |
CONFIG_CLEAN_FILES = |
CONFIG_CLEAN_VPATH_FILES = |
CONFIG_CLEAN_VPATH_FILES = |
Line 138 am__uninstall_files_from_dir = { \ |
|
Line 147 am__uninstall_files_from_dir = { \ |
|
am__installdirs = "$(DESTDIR)$(incdir)" |
am__installdirs = "$(DESTDIR)$(incdir)" |
DATA = $(inc_DATA) |
DATA = $(inc_DATA) |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
ACLOCAL = @ACLOCAL@ |
ACLOCAL = @ACLOCAL@ |
AMTAR = @AMTAR@ |
AMTAR = @AMTAR@ |
Line 252 pdfdir = @pdfdir@ |
|
Line 262 pdfdir = @pdfdir@ |
|
prefix = @prefix@ |
prefix = @prefix@ |
program_transform_name = @program_transform_name@ |
program_transform_name = @program_transform_name@ |
psdir = @psdir@ |
psdir = @psdir@ |
|
runstatedir = @runstatedir@ |
sbindir = @sbindir@ |
sbindir = @sbindir@ |
sharedstatedir = @sharedstatedir@ |
sharedstatedir = @sharedstatedir@ |
srcdir = @srcdir@ |
srcdir = @srcdir@ |
Line 283 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir |
|
Line 294 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir |
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \ |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \ |
$(am__cd) $(top_srcdir) && \ |
$(am__cd) $(top_srcdir) && \ |
$(AUTOMAKE) --gnu include/Makefile |
$(AUTOMAKE) --gnu include/Makefile |
.PRECIOUS: Makefile |
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
@case '$?' in \ |
@case '$?' in \ |
*config.status*) \ |
*config.status*) \ |
Line 475 uninstall-am: uninstall-incDATA |
|
Line 485 uninstall-am: uninstall-incDATA |
|
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ |
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ |
pdf-am ps ps-am tags-am uninstall uninstall-am \ |
pdf-am ps ps-am tags-am uninstall uninstall-am \ |
uninstall-incDATA |
uninstall-incDATA |
|
|
|
.PRECIOUS: Makefile |
|
|
|
|
# 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. |