quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

Makefile.in (27796B)


      1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
      5 
      6 # This Makefile.in is free software; the Free Software Foundation
      7 # gives unlimited permission to copy and/or distribute it,
      8 # with or without modifications, as long as this notice is preserved.
      9 
     10 # This program is distributed in the hope that it will be useful,
     11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13 # PARTICULAR PURPOSE.
     14 
     15 @SET_MAKE@
     16 
     17 VPATH = @srcdir@
     18 am__is_gnu_make = { \
     19   if test -z '$(MAKELEVEL)'; then \
     20     false; \
     21   elif test -n '$(MAKE_HOST)'; then \
     22     true; \
     23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     24     true; \
     25   else \
     26     false; \
     27   fi; \
     28 }
     29 am__make_running_with_option = \
     30   case $${target_option-} in \
     31       ?) ;; \
     32       *) echo "am__make_running_with_option: internal error: invalid" \
     33               "target option '$${target_option-}' specified" >&2; \
     34          exit 1;; \
     35   esac; \
     36   has_opt=no; \
     37   sane_makeflags=$$MAKEFLAGS; \
     38   if $(am__is_gnu_make); then \
     39     sane_makeflags=$$MFLAGS; \
     40   else \
     41     case $$MAKEFLAGS in \
     42       *\\[\ \	]*) \
     43         bs=\\; \
     44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     45           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     46     esac; \
     47   fi; \
     48   skip_next=no; \
     49   strip_trailopt () \
     50   { \
     51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     52   }; \
     53   for flg in $$sane_makeflags; do \
     54     test $$skip_next = yes && { skip_next=no; continue; }; \
     55     case $$flg in \
     56       *=*|--*) continue;; \
     57         -*I) strip_trailopt 'I'; skip_next=yes;; \
     58       -*I?*) strip_trailopt 'I';; \
     59         -*O) strip_trailopt 'O'; skip_next=yes;; \
     60       -*O?*) strip_trailopt 'O';; \
     61         -*l) strip_trailopt 'l'; skip_next=yes;; \
     62       -*l?*) strip_trailopt 'l';; \
     63       -[dEDm]) skip_next=yes;; \
     64       -[JT]) skip_next=yes;; \
     65     esac; \
     66     case $$flg in \
     67       *$$target_option*) has_opt=yes; break;; \
     68     esac; \
     69   done; \
     70   test $$has_opt = yes
     71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     73 pkgdatadir = $(datadir)/@PACKAGE@
     74 pkgincludedir = $(includedir)/@PACKAGE@
     75 pkglibdir = $(libdir)/@PACKAGE@
     76 pkglibexecdir = $(libexecdir)/@PACKAGE@
     77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     78 install_sh_DATA = $(install_sh) -c -m 644
     79 install_sh_PROGRAM = $(install_sh) -c
     80 install_sh_SCRIPT = $(install_sh) -c
     81 INSTALL_HEADER = $(INSTALL_DATA)
     82 transform = $(program_transform_name)
     83 NORMAL_INSTALL = :
     84 PRE_INSTALL = :
     85 POST_INSTALL = :
     86 NORMAL_UNINSTALL = :
     87 PRE_UNINSTALL = :
     88 POST_UNINSTALL = :
     89 build_triplet = @build@
     90 host_triplet = @host@
     91 noinst_PROGRAMS = $(am__EXEEXT_1)
     92 subdir = src/tools
     93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     94 am__aclocal_m4_deps = $(top_srcdir)/m4/ares_check_user_namespace.m4 \
     95 	$(top_srcdir)/m4/ares_check_uts_namespace.m4 \
     96 	$(top_srcdir)/m4/ax_ac_append_to_file.m4 \
     97 	$(top_srcdir)/m4/ax_ac_print_to_file.m4 \
     98 	$(top_srcdir)/m4/ax_add_am_macro_static.m4 \
     99 	$(top_srcdir)/m4/ax_am_macros_static.m4 \
    100 	$(top_srcdir)/m4/ax_append_compile_flags.m4 \
    101 	$(top_srcdir)/m4/ax_append_flag.m4 \
    102 	$(top_srcdir)/m4/ax_append_link_flags.m4 \
    103 	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
    104 	$(top_srcdir)/m4/ax_check_gnu_make.m4 \
    105 	$(top_srcdir)/m4/ax_check_link_flag.m4 \
    106 	$(top_srcdir)/m4/ax_code_coverage.m4 \
    107 	$(top_srcdir)/m4/ax_compiler_vendor.m4 \
    108 	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
    109 	$(top_srcdir)/m4/ax_cxx_compile_stdcxx_14.m4 \
    110 	$(top_srcdir)/m4/ax_file_escapes.m4 \
    111 	$(top_srcdir)/m4/ax_pthread.m4 \
    112 	$(top_srcdir)/m4/ax_require_defined.m4 \
    113 	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
    114 	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
    115 	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
    116 	$(top_srcdir)/configure.ac
    117 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    118 	$(ACLOCAL_M4)
    119 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    120 mkinstalldirs = $(install_sh) -d
    121 CONFIG_HEADER = $(top_builddir)/src/lib/ares_config.h \
    122 	$(top_builddir)/include/ares_build.h
    123 CONFIG_CLEAN_FILES =
    124 CONFIG_CLEAN_VPATH_FILES =
    125 am__EXEEXT_1 = ahost$(EXEEXT) adig$(EXEEXT)
    126 PROGRAMS = $(noinst_PROGRAMS)
    127 am_adig_OBJECTS = adig-adig.$(OBJEXT)
    128 adig_OBJECTS = $(am_adig_OBJECTS)
    129 adig_LDADD = $(LDADD)
    130 am__DEPENDENCIES_1 =
    131 adig_DEPENDENCIES = $(top_builddir)/src/lib/libcares.la \
    132 	$(am__DEPENDENCIES_1)
    133 AM_V_lt = $(am__v_lt_@AM_V@)
    134 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    135 am__v_lt_0 = --silent
    136 am__v_lt_1 = 
    137 adig_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    138 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(adig_CFLAGS) $(CFLAGS) \
    139 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    140 am__objects_1 = ahost-ares_getopt.$(OBJEXT)
    141 am__objects_2 =
    142 am_ahost_OBJECTS = ahost-ahost.$(OBJEXT) $(am__objects_1) \
    143 	$(am__objects_2)
    144 ahost_OBJECTS = $(am_ahost_OBJECTS)
    145 ahost_LDADD = $(LDADD)
    146 ahost_DEPENDENCIES = $(top_builddir)/src/lib/libcares.la \
    147 	$(am__DEPENDENCIES_1)
    148 ahost_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    149 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(ahost_CFLAGS) $(CFLAGS) \
    150 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    151 AM_V_P = $(am__v_P_@AM_V@)
    152 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    153 am__v_P_0 = false
    154 am__v_P_1 = :
    155 AM_V_GEN = $(am__v_GEN_@AM_V@)
    156 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    157 am__v_GEN_0 = @echo "  GEN     " $@;
    158 am__v_GEN_1 = 
    159 AM_V_at = $(am__v_at_@AM_V@)
    160 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    161 am__v_at_0 = @
    162 am__v_at_1 = 
    163 DEFAULT_INCLUDES = 
    164 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
    165 am__maybe_remake_depfiles = depfiles
    166 am__depfiles_remade = ./$(DEPDIR)/adig-adig.Po \
    167 	./$(DEPDIR)/ahost-ahost.Po ./$(DEPDIR)/ahost-ares_getopt.Po
    168 am__mv = mv -f
    169 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    170 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    171 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    172 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    173 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    174 	$(AM_CFLAGS) $(CFLAGS)
    175 AM_V_CC = $(am__v_CC_@AM_V@)
    176 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    177 am__v_CC_0 = @echo "  CC      " $@;
    178 am__v_CC_1 = 
    179 CCLD = $(CC)
    180 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    181 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    182 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    183 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    184 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    185 am__v_CCLD_0 = @echo "  CCLD    " $@;
    186 am__v_CCLD_1 = 
    187 SOURCES = $(adig_SOURCES) $(ahost_SOURCES)
    188 DIST_SOURCES = $(adig_SOURCES) $(ahost_SOURCES)
    189 am__can_run_installinfo = \
    190   case $$AM_UPDATE_INFO_DIR in \
    191     n|no|NO) false;; \
    192     *) (install-info --version) >/dev/null 2>&1;; \
    193   esac
    194 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    195 # Read a list of newline-separated strings from the standard input,
    196 # and print each of them once, without duplicates.  Input order is
    197 # *not* preserved.
    198 am__uniquify_input = $(AWK) '\
    199   BEGIN { nonempty = 0; } \
    200   { items[$$0] = 1; nonempty = 1; } \
    201   END { if (nonempty) { for (i in items) print i; }; } \
    202 '
    203 # Make sure the list of sources is unique.  This is necessary because,
    204 # e.g., the same source file might be shared among _SOURCES variables
    205 # for different programs/libraries.
    206 am__define_uniq_tagged_files = \
    207   list='$(am__tagged_files)'; \
    208   unique=`for i in $$list; do \
    209     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    210   done | $(am__uniquify_input)`
    211 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc \
    212 	$(top_srcdir)/config/depcomp
    213 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    214 ACLOCAL = @ACLOCAL@
    215 AMTAR = @AMTAR@
    216 AM_CFLAGS = @AM_CFLAGS@
    217 
    218 # Specify our include paths here, and do it relative to $(top_srcdir) and
    219 # $(top_builddir), to ensure that these paths which belong to the library
    220 # being currently built and tested are searched before the library which
    221 # might possibly already be installed in the system.
    222 AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_builddir)/include \
    223 	-I$(top_builddir)/src/lib -I$(top_srcdir)/include \
    224 	-I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include \
    225 	-DCARES_NO_DEPRECATED
    226 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    227 AR = @AR@
    228 AS = @AS@
    229 AUTOCONF = @AUTOCONF@
    230 AUTOHEADER = @AUTOHEADER@
    231 AUTOMAKE = @AUTOMAKE@
    232 AWK = @AWK@
    233 BUILD_SUBDIRS = @BUILD_SUBDIRS@
    234 CARES_PRIVATE_LIBS = @CARES_PRIVATE_LIBS@
    235 CARES_RANDOM_FILE = @CARES_RANDOM_FILE@
    236 CARES_SYMBOL_HIDING_CFLAG = @CARES_SYMBOL_HIDING_CFLAG@
    237 CARES_VERSION_INFO = @CARES_VERSION_INFO@
    238 CC = @CC@
    239 CCDEPMODE = @CCDEPMODE@
    240 CFLAGS = @CFLAGS@
    241 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
    242 CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
    243 CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
    244 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
    245 CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
    246 CPP = @CPP@
    247 CPPFLAGS = @CPPFLAGS@
    248 CSCOPE = @CSCOPE@
    249 CTAGS = @CTAGS@
    250 CXX = @CXX@
    251 CXXCPP = @CXXCPP@
    252 CXXDEPMODE = @CXXDEPMODE@
    253 CXXFLAGS = @CXXFLAGS@
    254 CYGPATH_W = @CYGPATH_W@
    255 DEFS = @DEFS@
    256 DEPDIR = @DEPDIR@
    257 DLLTOOL = @DLLTOOL@
    258 DSYMUTIL = @DSYMUTIL@
    259 DUMPBIN = @DUMPBIN@
    260 ECHO_C = @ECHO_C@
    261 ECHO_N = @ECHO_N@
    262 ECHO_T = @ECHO_T@
    263 EGREP = @EGREP@
    264 ETAGS = @ETAGS@
    265 EXEEXT = @EXEEXT@
    266 FGREP = @FGREP@
    267 FILECMD = @FILECMD@
    268 GCOV = @GCOV@
    269 GENHTML = @GENHTML@
    270 GMOCK112_CFLAGS = @GMOCK112_CFLAGS@
    271 GMOCK112_LIBS = @GMOCK112_LIBS@
    272 GMOCK_CFLAGS = @GMOCK_CFLAGS@
    273 GMOCK_LIBS = @GMOCK_LIBS@
    274 GREP = @GREP@
    275 HAVE_CXX14 = @HAVE_CXX14@
    276 INSTALL = @INSTALL@
    277 INSTALL_DATA = @INSTALL_DATA@
    278 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    279 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    280 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    281 LCOV = @LCOV@
    282 LD = @LD@
    283 LDFLAGS = @LDFLAGS@
    284 LIBOBJS = @LIBOBJS@
    285 LIBS = @LIBS@
    286 LIBTOOL = @LIBTOOL@
    287 LIPO = @LIPO@
    288 LN_S = @LN_S@
    289 LTLIBOBJS = @LTLIBOBJS@
    290 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    291 MAINT = @MAINT@
    292 MAKEINFO = @MAKEINFO@
    293 MANIFEST_TOOL = @MANIFEST_TOOL@
    294 MKDIR_P = @MKDIR_P@
    295 NM = @NM@
    296 NMEDIT = @NMEDIT@
    297 OBJDUMP = @OBJDUMP@
    298 OBJEXT = @OBJEXT@
    299 OTOOL = @OTOOL@
    300 OTOOL64 = @OTOOL64@
    301 PACKAGE = @PACKAGE@
    302 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    303 PACKAGE_NAME = @PACKAGE_NAME@
    304 PACKAGE_STRING = @PACKAGE_STRING@
    305 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    306 PACKAGE_URL = @PACKAGE_URL@
    307 PACKAGE_VERSION = @PACKAGE_VERSION@
    308 PATH_SEPARATOR = @PATH_SEPARATOR@
    309 PKGCONFIG_CFLAGS = @PKGCONFIG_CFLAGS@
    310 PKG_CONFIG = @PKG_CONFIG@
    311 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    312 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    313 PTHREAD_CC = @PTHREAD_CC@
    314 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    315 PTHREAD_CXX = @PTHREAD_CXX@
    316 PTHREAD_LIBS = @PTHREAD_LIBS@
    317 RANLIB = @RANLIB@
    318 SED = @SED@
    319 SET_MAKE = @SET_MAKE@
    320 SHELL = @SHELL@
    321 STRIP = @STRIP@
    322 VERSION = @VERSION@
    323 abs_builddir = @abs_builddir@
    324 abs_srcdir = @abs_srcdir@
    325 abs_top_builddir = @abs_top_builddir@
    326 abs_top_srcdir = @abs_top_srcdir@
    327 ac_ct_AR = @ac_ct_AR@
    328 ac_ct_CC = @ac_ct_CC@
    329 ac_ct_CXX = @ac_ct_CXX@
    330 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    331 am__include = @am__include@
    332 am__leading_dot = @am__leading_dot@
    333 am__quote = @am__quote@
    334 am__tar = @am__tar@
    335 am__untar = @am__untar@
    336 ax_pthread_config = @ax_pthread_config@
    337 bindir = @bindir@
    338 build = @build@
    339 build_alias = @build_alias@
    340 build_cpu = @build_cpu@
    341 build_os = @build_os@
    342 build_vendor = @build_vendor@
    343 builddir = @builddir@
    344 datadir = @datadir@
    345 datarootdir = @datarootdir@
    346 docdir = @docdir@
    347 dvidir = @dvidir@
    348 exec_prefix = @exec_prefix@
    349 host = @host@
    350 host_alias = @host_alias@
    351 host_cpu = @host_cpu@
    352 host_os = @host_os@
    353 host_vendor = @host_vendor@
    354 htmldir = @htmldir@
    355 ifGNUmake = @ifGNUmake@
    356 ifnGNUmake = @ifnGNUmake@
    357 includedir = @includedir@
    358 infodir = @infodir@
    359 install_sh = @install_sh@
    360 libdir = @libdir@
    361 libexecdir = @libexecdir@
    362 localedir = @localedir@
    363 localstatedir = @localstatedir@
    364 mandir = @mandir@
    365 mkdir_p = @mkdir_p@
    366 oldincludedir = @oldincludedir@
    367 pdfdir = @pdfdir@
    368 prefix = @prefix@
    369 program_transform_name = @program_transform_name@
    370 psdir = @psdir@
    371 runstatedir = @runstatedir@
    372 sbindir = @sbindir@
    373 sharedstatedir = @sharedstatedir@
    374 srcdir = @srcdir@
    375 sysconfdir = @sysconfdir@
    376 target_alias = @target_alias@
    377 top_build_prefix = @top_build_prefix@
    378 top_builddir = @top_builddir@
    379 top_srcdir = @top_srcdir@
    380 
    381 # Copyright (C) The c-ares project and its contributors
    382 # SPDX-License-Identifier: MIT
    383 AUTOMAKE_OPTIONS = foreign subdir-objects nostdinc 1.9.6
    384 PROGS = ahost adig
    385 EXTRA_DIST = CMakeLists.txt Makefile.inc
    386 
    387 # Copyright (C) The c-ares project and its contributors
    388 # SPDX-License-Identifier: MIT
    389 SAMPLESOURCES = ares_getopt.c
    390 SAMPLEHEADERS = ares_getopt.h
    391 
    392 # We're not interested in code coverage of the test apps themselves, but need
    393 # to link with gcov if building with code coverage enabled
    394 LDADD = $(top_builddir)/src/lib/libcares.la $(CODE_COVERAGE_LIBS)
    395 ahost_SOURCES = ahost.c $(SAMPLESOURCES) $(SAMPLEHEADERS)
    396 ahost_CFLAGS = $(AM_CFLAGS)
    397 ahost_CPPFLAGS = $(AM_CPPFLAGS)
    398 adig_SOURCES = adig.c
    399 adig_CFLAGS = $(AM_CFLAGS)
    400 adig_CPPFLAGS = $(AM_CPPFLAGS)
    401 all: all-am
    402 
    403 .SUFFIXES:
    404 .SUFFIXES: .c .lo .o .obj
    405 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
    406 	@for dep in $?; do \
    407 	  case '$(am__configure_deps)' in \
    408 	    *$$dep*) \
    409 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    410 	        && { if test -f $@; then exit 0; else break; fi; }; \
    411 	      exit 1;; \
    412 	  esac; \
    413 	done; \
    414 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/Makefile'; \
    415 	$(am__cd) $(top_srcdir) && \
    416 	  $(AUTOMAKE) --foreign src/tools/Makefile
    417 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    418 	@case '$?' in \
    419 	  *config.status*) \
    420 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    421 	  *) \
    422 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    423 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    424 	esac;
    425 $(srcdir)/Makefile.inc $(am__empty):
    426 
    427 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    428 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    429 
    430 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    431 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    432 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    433 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    434 $(am__aclocal_m4_deps):
    435 
    436 clean-noinstPROGRAMS:
    437 	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
    438 	echo " rm -f" $$list; \
    439 	rm -f $$list || exit $$?; \
    440 	test -n "$(EXEEXT)" || exit 0; \
    441 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    442 	echo " rm -f" $$list; \
    443 	rm -f $$list
    444 
    445 adig$(EXEEXT): $(adig_OBJECTS) $(adig_DEPENDENCIES) $(EXTRA_adig_DEPENDENCIES) 
    446 	@rm -f adig$(EXEEXT)
    447 	$(AM_V_CCLD)$(adig_LINK) $(adig_OBJECTS) $(adig_LDADD) $(LIBS)
    448 
    449 ahost$(EXEEXT): $(ahost_OBJECTS) $(ahost_DEPENDENCIES) $(EXTRA_ahost_DEPENDENCIES) 
    450 	@rm -f ahost$(EXEEXT)
    451 	$(AM_V_CCLD)$(ahost_LINK) $(ahost_OBJECTS) $(ahost_LDADD) $(LIBS)
    452 
    453 mostlyclean-compile:
    454 	-rm -f *.$(OBJEXT)
    455 
    456 distclean-compile:
    457 	-rm -f *.tab.c
    458 
    459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adig-adig.Po@am__quote@ # am--include-marker
    460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahost-ahost.Po@am__quote@ # am--include-marker
    461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ahost-ares_getopt.Po@am__quote@ # am--include-marker
    462 
    463 $(am__depfiles_remade):
    464 	@$(MKDIR_P) $(@D)
    465 	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
    466 
    467 am--depfiles: $(am__depfiles_remade)
    468 
    469 .c.o:
    470 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
    471 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    472 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    473 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    474 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    475 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    476 
    477 .c.obj:
    478 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
    479 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
    480 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    481 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    482 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    483 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    484 
    485 .c.lo:
    486 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
    487 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    488 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
    489 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    490 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    491 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    492 
    493 adig-adig.o: adig.c
    494 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-adig.o -MD -MP -MF $(DEPDIR)/adig-adig.Tpo -c -o adig-adig.o `test -f 'adig.c' || echo '$(srcdir)/'`adig.c
    495 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/adig-adig.Tpo $(DEPDIR)/adig-adig.Po
    496 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='adig.c' object='adig-adig.o' libtool=no @AMDEPBACKSLASH@
    497 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    498 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-adig.o `test -f 'adig.c' || echo '$(srcdir)/'`adig.c
    499 
    500 adig-adig.obj: adig.c
    501 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -MT adig-adig.obj -MD -MP -MF $(DEPDIR)/adig-adig.Tpo -c -o adig-adig.obj `if test -f 'adig.c'; then $(CYGPATH_W) 'adig.c'; else $(CYGPATH_W) '$(srcdir)/adig.c'; fi`
    502 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/adig-adig.Tpo $(DEPDIR)/adig-adig.Po
    503 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='adig.c' object='adig-adig.obj' libtool=no @AMDEPBACKSLASH@
    504 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    505 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adig_CPPFLAGS) $(CPPFLAGS) $(adig_CFLAGS) $(CFLAGS) -c -o adig-adig.obj `if test -f 'adig.c'; then $(CYGPATH_W) 'adig.c'; else $(CYGPATH_W) '$(srcdir)/adig.c'; fi`
    506 
    507 ahost-ahost.o: ahost.c
    508 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ahost.o -MD -MP -MF $(DEPDIR)/ahost-ahost.Tpo -c -o ahost-ahost.o `test -f 'ahost.c' || echo '$(srcdir)/'`ahost.c
    509 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ahost.Tpo $(DEPDIR)/ahost-ahost.Po
    510 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ahost.c' object='ahost-ahost.o' libtool=no @AMDEPBACKSLASH@
    511 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    512 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ahost.o `test -f 'ahost.c' || echo '$(srcdir)/'`ahost.c
    513 
    514 ahost-ahost.obj: ahost.c
    515 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ahost.obj -MD -MP -MF $(DEPDIR)/ahost-ahost.Tpo -c -o ahost-ahost.obj `if test -f 'ahost.c'; then $(CYGPATH_W) 'ahost.c'; else $(CYGPATH_W) '$(srcdir)/ahost.c'; fi`
    516 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ahost.Tpo $(DEPDIR)/ahost-ahost.Po
    517 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ahost.c' object='ahost-ahost.obj' libtool=no @AMDEPBACKSLASH@
    518 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    519 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ahost.obj `if test -f 'ahost.c'; then $(CYGPATH_W) 'ahost.c'; else $(CYGPATH_W) '$(srcdir)/ahost.c'; fi`
    520 
    521 ahost-ares_getopt.o: ares_getopt.c
    522 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_getopt.o -MD -MP -MF $(DEPDIR)/ahost-ares_getopt.Tpo -c -o ahost-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c
    523 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ares_getopt.Tpo $(DEPDIR)/ahost-ares_getopt.Po
    524 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ares_getopt.c' object='ahost-ares_getopt.o' libtool=no @AMDEPBACKSLASH@
    525 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    526 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_getopt.o `test -f 'ares_getopt.c' || echo '$(srcdir)/'`ares_getopt.c
    527 
    528 ahost-ares_getopt.obj: ares_getopt.c
    529 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -MT ahost-ares_getopt.obj -MD -MP -MF $(DEPDIR)/ahost-ares_getopt.Tpo -c -o ahost-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi`
    530 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ahost-ares_getopt.Tpo $(DEPDIR)/ahost-ares_getopt.Po
    531 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ares_getopt.c' object='ahost-ares_getopt.obj' libtool=no @AMDEPBACKSLASH@
    532 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    533 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ahost_CPPFLAGS) $(CPPFLAGS) $(ahost_CFLAGS) $(CFLAGS) -c -o ahost-ares_getopt.obj `if test -f 'ares_getopt.c'; then $(CYGPATH_W) 'ares_getopt.c'; else $(CYGPATH_W) '$(srcdir)/ares_getopt.c'; fi`
    534 
    535 mostlyclean-libtool:
    536 	-rm -f *.lo
    537 
    538 clean-libtool:
    539 	-rm -rf .libs _libs
    540 
    541 ID: $(am__tagged_files)
    542 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    543 tags: tags-am
    544 TAGS: tags
    545 
    546 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    547 	set x; \
    548 	here=`pwd`; \
    549 	$(am__define_uniq_tagged_files); \
    550 	shift; \
    551 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    552 	  test -n "$$unique" || unique=$$empty_fix; \
    553 	  if test $$# -gt 0; then \
    554 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    555 	      "$$@" $$unique; \
    556 	  else \
    557 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    558 	      $$unique; \
    559 	  fi; \
    560 	fi
    561 ctags: ctags-am
    562 
    563 CTAGS: ctags
    564 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    565 	$(am__define_uniq_tagged_files); \
    566 	test -z "$(CTAGS_ARGS)$$unique" \
    567 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    568 	     $$unique
    569 
    570 GTAGS:
    571 	here=`$(am__cd) $(top_builddir) && pwd` \
    572 	  && $(am__cd) $(top_srcdir) \
    573 	  && gtags -i $(GTAGS_ARGS) "$$here"
    574 cscopelist: cscopelist-am
    575 
    576 cscopelist-am: $(am__tagged_files)
    577 	list='$(am__tagged_files)'; \
    578 	case "$(srcdir)" in \
    579 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    580 	  *) sdir=$(subdir)/$(srcdir) ;; \
    581 	esac; \
    582 	for i in $$list; do \
    583 	  if test -f "$$i"; then \
    584 	    echo "$(subdir)/$$i"; \
    585 	  else \
    586 	    echo "$$sdir/$$i"; \
    587 	  fi; \
    588 	done >> $(top_builddir)/cscope.files
    589 
    590 distclean-tags:
    591 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    592 distdir: $(BUILT_SOURCES)
    593 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    594 
    595 distdir-am: $(DISTFILES)
    596 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    597 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    598 	list='$(DISTFILES)'; \
    599 	  dist_files=`for file in $$list; do echo $$file; done | \
    600 	  sed -e "s|^$$srcdirstrip/||;t" \
    601 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    602 	case $$dist_files in \
    603 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    604 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    605 			   sort -u` ;; \
    606 	esac; \
    607 	for file in $$dist_files; do \
    608 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    609 	  if test -d $$d/$$file; then \
    610 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    611 	    if test -d "$(distdir)/$$file"; then \
    612 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    613 	    fi; \
    614 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    615 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    616 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    617 	    fi; \
    618 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    619 	  else \
    620 	    test -f "$(distdir)/$$file" \
    621 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    622 	    || exit 1; \
    623 	  fi; \
    624 	done
    625 check-am: all-am
    626 check: check-am
    627 all-am: Makefile $(PROGRAMS)
    628 installdirs:
    629 install: install-am
    630 install-exec: install-exec-am
    631 install-data: install-data-am
    632 uninstall: uninstall-am
    633 
    634 install-am: all-am
    635 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    636 
    637 installcheck: installcheck-am
    638 install-strip:
    639 	if test -z '$(STRIP)'; then \
    640 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    641 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    642 	      install; \
    643 	else \
    644 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    645 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    646 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    647 	fi
    648 mostlyclean-generic:
    649 
    650 clean-generic:
    651 
    652 distclean-generic:
    653 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    654 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    655 
    656 maintainer-clean-generic:
    657 	@echo "This command is intended for maintainers to use"
    658 	@echo "it deletes files that may require special tools to rebuild."
    659 clean: clean-am
    660 
    661 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
    662 	mostlyclean-am
    663 
    664 distclean: distclean-am
    665 		-rm -f ./$(DEPDIR)/adig-adig.Po
    666 	-rm -f ./$(DEPDIR)/ahost-ahost.Po
    667 	-rm -f ./$(DEPDIR)/ahost-ares_getopt.Po
    668 	-rm -f Makefile
    669 distclean-am: clean-am distclean-compile distclean-generic \
    670 	distclean-tags
    671 
    672 dvi: dvi-am
    673 
    674 dvi-am:
    675 
    676 html: html-am
    677 
    678 html-am:
    679 
    680 info: info-am
    681 
    682 info-am:
    683 
    684 install-data-am:
    685 
    686 install-dvi: install-dvi-am
    687 
    688 install-dvi-am:
    689 
    690 install-exec-am:
    691 
    692 install-html: install-html-am
    693 
    694 install-html-am:
    695 
    696 install-info: install-info-am
    697 
    698 install-info-am:
    699 
    700 install-man:
    701 
    702 install-pdf: install-pdf-am
    703 
    704 install-pdf-am:
    705 
    706 install-ps: install-ps-am
    707 
    708 install-ps-am:
    709 
    710 installcheck-am:
    711 
    712 maintainer-clean: maintainer-clean-am
    713 		-rm -f ./$(DEPDIR)/adig-adig.Po
    714 	-rm -f ./$(DEPDIR)/ahost-ahost.Po
    715 	-rm -f ./$(DEPDIR)/ahost-ares_getopt.Po
    716 	-rm -f Makefile
    717 maintainer-clean-am: distclean-am maintainer-clean-generic
    718 
    719 mostlyclean: mostlyclean-am
    720 
    721 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    722 	mostlyclean-libtool
    723 
    724 pdf: pdf-am
    725 
    726 pdf-am:
    727 
    728 ps: ps-am
    729 
    730 ps-am:
    731 
    732 uninstall-am:
    733 
    734 .MAKE: install-am install-strip
    735 
    736 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
    737 	clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
    738 	ctags ctags-am distclean distclean-compile distclean-generic \
    739 	distclean-libtool distclean-tags distdir dvi dvi-am html \
    740 	html-am info info-am install install-am install-data \
    741 	install-data-am install-dvi install-dvi-am install-exec \
    742 	install-exec-am install-html install-html-am install-info \
    743 	install-info-am install-man install-pdf install-pdf-am \
    744 	install-ps install-ps-am install-strip installcheck \
    745 	installcheck-am installdirs maintainer-clean \
    746 	maintainer-clean-generic mostlyclean mostlyclean-compile \
    747 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    748 	tags tags-am uninstall uninstall-am
    749 
    750 .PRECIOUS: Makefile
    751 
    752 
    753 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    754 # Otherwise a system limit (for SysV at least) may be exceeded.
    755 .NOEXPORT: