Makefile.in
上传用户:awang829
上传日期:2019-07-14
资源大小:2356k
文件大小:15k
源码类别:

网络

开发平台:

Unix_Linux

  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. VPATH = @srcdir@
  14. pkgdatadir = $(datadir)/@PACKAGE@
  15. pkglibdir = $(libdir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  18. install_sh_DATA = $(install_sh) -c -m 644
  19. install_sh_PROGRAM = $(install_sh) -c
  20. install_sh_SCRIPT = $(install_sh) -c
  21. INSTALL_HEADER = $(INSTALL_DATA)
  22. transform = $(program_transform_name)
  23. NORMAL_INSTALL = :
  24. PRE_INSTALL = :
  25. POST_INSTALL = :
  26. NORMAL_UNINSTALL = :
  27. PRE_UNINSTALL = :
  28. POST_UNINSTALL = :
  29. build_triplet = @build@
  30. host_triplet = @host@
  31. bin_PROGRAMS = tor-resolve$(EXEEXT) tor-gencert$(EXEEXT)
  32. noinst_PROGRAMS = tor-checkkey$(EXEEXT)
  33. subdir = src/tools
  34. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  35. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  36. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 
  37. $(top_srcdir)/configure.in
  38. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  39. $(ACLOCAL_M4)
  40. mkinstalldirs = $(install_sh) -d
  41. CONFIG_HEADER = $(top_builddir)/orconfig.h
  42. CONFIG_CLEAN_FILES =
  43. am__installdirs = "$(DESTDIR)$(bindir)"
  44. binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
  45. PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
  46. am_tor_checkkey_OBJECTS = tor-checkkey.$(OBJEXT)
  47. tor_checkkey_OBJECTS = $(am_tor_checkkey_OBJECTS)
  48. tor_checkkey_DEPENDENCIES = ../common/libor.a ../common/libor-crypto.a
  49. tor_checkkey_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) 
  50. $(tor_checkkey_LDFLAGS) $(LDFLAGS) -o $@
  51. am_tor_gencert_OBJECTS = tor-gencert.$(OBJEXT)
  52. tor_gencert_OBJECTS = $(am_tor_gencert_OBJECTS)
  53. tor_gencert_DEPENDENCIES = ../common/libor.a ../common/libor-crypto.a
  54. tor_gencert_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) 
  55. $(tor_gencert_LDFLAGS) $(LDFLAGS) -o $@
  56. am_tor_resolve_OBJECTS = tor-resolve.$(OBJEXT)
  57. tor_resolve_OBJECTS = $(am_tor_resolve_OBJECTS)
  58. tor_resolve_DEPENDENCIES = ../common/libor.a
  59. tor_resolve_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) 
  60. $(tor_resolve_LDFLAGS) $(LDFLAGS) -o $@
  61. DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
  62. depcomp = $(SHELL) $(top_srcdir)/depcomp
  63. am__depfiles_maybe = depfiles
  64. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  65. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  66. CCLD = $(CC)
  67. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  68. SOURCES = $(tor_checkkey_SOURCES) $(tor_gencert_SOURCES) 
  69. $(tor_resolve_SOURCES)
  70. DIST_SOURCES = $(tor_checkkey_SOURCES) $(tor_gencert_SOURCES) 
  71. $(tor_resolve_SOURCES)
  72. ETAGS = etags
  73. CTAGS = ctags
  74. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  75. ACLOCAL = @ACLOCAL@
  76. AMTAR = @AMTAR@
  77. AUTOCONF = @AUTOCONF@
  78. AUTOHEADER = @AUTOHEADER@
  79. AUTOMAKE = @AUTOMAKE@
  80. AWK = @AWK@
  81. BINDIR = @BINDIR@
  82. CC = @CC@
  83. CCDEPMODE = @CCDEPMODE@
  84. CFLAGS = @CFLAGS@
  85. CONFDIR = @CONFDIR@
  86. CPP = @CPP@
  87. CPPFLAGS = @CPPFLAGS@
  88. CYGPATH_W = @CYGPATH_W@
  89. DEFS = @DEFS@
  90. DEPDIR = @DEPDIR@
  91. ECHO_C = @ECHO_C@
  92. ECHO_N = @ECHO_N@
  93. ECHO_T = @ECHO_T@
  94. EGREP = @EGREP@
  95. EXEEXT = @EXEEXT@
  96. GREP = @GREP@
  97. INSTALL = @INSTALL@
  98. INSTALL_DATA = @INSTALL_DATA@
  99. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  100. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  101. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  102. LDFLAGS = @LDFLAGS@
  103. LIBOBJS = @LIBOBJS@
  104. LIBS = @LIBS@
  105. LOCALSTATEDIR = @LOCALSTATEDIR@
  106. LOGFACILITY = @LOGFACILITY@
  107. LTLIBOBJS = @LTLIBOBJS@
  108. MAKEINFO = @MAKEINFO@
  109. MKDIR_P = @MKDIR_P@
  110. OBJEXT = @OBJEXT@
  111. PACKAGE = @PACKAGE@
  112. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  113. PACKAGE_NAME = @PACKAGE_NAME@
  114. PACKAGE_STRING = @PACKAGE_STRING@
  115. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  116. PACKAGE_VERSION = @PACKAGE_VERSION@
  117. PATH_SEPARATOR = @PATH_SEPARATOR@
  118. RANLIB = @RANLIB@
  119. SET_MAKE = @SET_MAKE@
  120. SHELL = @SHELL@
  121. STRIP = @STRIP@
  122. TORGROUP = @TORGROUP@
  123. TORUSER = @TORUSER@
  124. TOR_CPPFLAGS_libevent = @TOR_CPPFLAGS_libevent@
  125. TOR_CPPFLAGS_openssl = @TOR_CPPFLAGS_openssl@
  126. TOR_CPPFLAGS_zlib = @TOR_CPPFLAGS_zlib@
  127. TOR_LDFLAGS_libevent = @TOR_LDFLAGS_libevent@
  128. TOR_LDFLAGS_openssl = @TOR_LDFLAGS_openssl@
  129. TOR_LDFLAGS_zlib = @TOR_LDFLAGS_zlib@
  130. TOR_LIB_GDI = @TOR_LIB_GDI@
  131. TOR_LIB_WS32 = @TOR_LIB_WS32@
  132. VERSION = @VERSION@
  133. abs_builddir = @abs_builddir@
  134. abs_srcdir = @abs_srcdir@
  135. abs_top_builddir = @abs_top_builddir@
  136. abs_top_srcdir = @abs_top_srcdir@
  137. ac_ct_CC = @ac_ct_CC@
  138. am__include = @am__include@
  139. am__leading_dot = @am__leading_dot@
  140. am__quote = @am__quote@
  141. am__tar = @am__tar@
  142. am__untar = @am__untar@
  143. bindir = @bindir@
  144. build = @build@
  145. build_alias = @build_alias@
  146. build_cpu = @build_cpu@
  147. build_os = @build_os@
  148. build_vendor = @build_vendor@
  149. builddir = @builddir@
  150. datadir = @datadir@
  151. datarootdir = @datarootdir@
  152. docdir = @docdir@
  153. dvidir = @dvidir@
  154. exec_prefix = @exec_prefix@
  155. host = @host@
  156. host_alias = @host_alias@
  157. host_cpu = @host_cpu@
  158. host_os = @host_os@
  159. host_vendor = @host_vendor@
  160. htmldir = @htmldir@
  161. includedir = @includedir@
  162. infodir = @infodir@
  163. install_sh = @install_sh@
  164. libdir = @libdir@
  165. libexecdir = @libexecdir@
  166. localedir = @localedir@
  167. localstatedir = @localstatedir@
  168. mandir = @mandir@
  169. mkdir_p = @mkdir_p@
  170. oldincludedir = @oldincludedir@
  171. pdfdir = @pdfdir@
  172. prefix = @prefix@
  173. program_transform_name = @program_transform_name@
  174. psdir = @psdir@
  175. sbindir = @sbindir@
  176. sharedstatedir = @sharedstatedir@
  177. srcdir = @srcdir@
  178. sysconfdir = @sysconfdir@
  179. target_alias = @target_alias@
  180. top_builddir = @top_builddir@
  181. top_srcdir = @top_srcdir@
  182. tor_resolve_SOURCES = tor-resolve.c
  183. tor_resolve_LDFLAGS = @TOR_LDFLAGS_libevent@
  184. tor_resolve_LDADD = ../common/libor.a -levent @TOR_LIB_WS32@
  185. tor_gencert_SOURCES = tor-gencert.c
  186. tor_gencert_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ 
  187.         @TOR_LDFLAGS_libevent@
  188. tor_gencert_LDADD = ../common/libor.a ../common/libor-crypto.a 
  189.         -lz -lcrypto -levent @TOR_LIB_WS32@ @TOR_LIB_GDI@
  190. tor_checkkey_SOURCES = tor-checkkey.c
  191. tor_checkkey_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ 
  192.         @TOR_LDFLAGS_libevent@
  193. tor_checkkey_LDADD = ../common/libor.a ../common/libor-crypto.a 
  194.         -lz -lcrypto -levent @TOR_LIB_WS32@ @TOR_LIB_GDI@
  195. all: all-am
  196. .SUFFIXES:
  197. .SUFFIXES: .c .o .obj
  198. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  199. @for dep in $?; do 
  200.   case '$(am__configure_deps)' in 
  201.     *$$dep*) 
  202.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  203. && exit 0; 
  204.       exit 1;; 
  205.   esac; 
  206. done; 
  207. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/tools/Makefile'; 
  208. cd $(top_srcdir) && 
  209.   $(AUTOMAKE) --foreign  src/tools/Makefile
  210. .PRECIOUS: Makefile
  211. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  212. @case '$?' in 
  213.   *config.status*) 
  214.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  215.   *) 
  216.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  217.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  218. esac;
  219. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  220. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  221. $(top_srcdir)/configure:  $(am__configure_deps)
  222. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  223. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  224. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  225. install-binPROGRAMS: $(bin_PROGRAMS)
  226. @$(NORMAL_INSTALL)
  227. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  228. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  229.   p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; 
  230.   if test -f $$p 
  231.   ; then 
  232.     f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; 
  233.    echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; 
  234.    $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; 
  235.   else :; fi; 
  236. done
  237. uninstall-binPROGRAMS:
  238. @$(NORMAL_UNINSTALL)
  239. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  240.   f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; 
  241.   echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; 
  242.   rm -f "$(DESTDIR)$(bindir)/$$f"; 
  243. done
  244. clean-binPROGRAMS:
  245. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  246. clean-noinstPROGRAMS:
  247. -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  248. tor-checkkey$(EXEEXT): $(tor_checkkey_OBJECTS) $(tor_checkkey_DEPENDENCIES) 
  249. @rm -f tor-checkkey$(EXEEXT)
  250. $(tor_checkkey_LINK) $(tor_checkkey_OBJECTS) $(tor_checkkey_LDADD) $(LIBS)
  251. tor-gencert$(EXEEXT): $(tor_gencert_OBJECTS) $(tor_gencert_DEPENDENCIES) 
  252. @rm -f tor-gencert$(EXEEXT)
  253. $(tor_gencert_LINK) $(tor_gencert_OBJECTS) $(tor_gencert_LDADD) $(LIBS)
  254. tor-resolve$(EXEEXT): $(tor_resolve_OBJECTS) $(tor_resolve_DEPENDENCIES) 
  255. @rm -f tor-resolve$(EXEEXT)
  256. $(tor_resolve_LINK) $(tor_resolve_OBJECTS) $(tor_resolve_LDADD) $(LIBS)
  257. mostlyclean-compile:
  258. -rm -f *.$(OBJEXT)
  259. distclean-compile:
  260. -rm -f *.tab.c
  261. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tor-checkkey.Po@am__quote@
  262. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tor-gencert.Po@am__quote@
  263. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tor-resolve.Po@am__quote@
  264. .c.o:
  265. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  266. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  267. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  268. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  269. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  270. .c.obj:
  271. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  272. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  273. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  274. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  275. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  276. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  277. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  278. unique=`for i in $$list; do 
  279.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  280.   done | 
  281.   $(AWK) '    { files[$$0] = 1; } 
  282.        END { for (i in files) print i; }'`; 
  283. mkid -fID $$unique
  284. tags: TAGS
  285. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  286. $(TAGS_FILES) $(LISP)
  287. tags=; 
  288. here=`pwd`; 
  289. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  290. unique=`for i in $$list; do 
  291.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  292.   done | 
  293.   $(AWK) '    { files[$$0] = 1; } 
  294.        END { for (i in files) print i; }'`; 
  295. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  296.   test -n "$$unique" || unique=$$empty_fix; 
  297.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  298.     $$tags $$unique; 
  299. fi
  300. ctags: CTAGS
  301. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  302. $(TAGS_FILES) $(LISP)
  303. tags=; 
  304. here=`pwd`; 
  305. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  306. unique=`for i in $$list; do 
  307.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  308.   done | 
  309.   $(AWK) '    { files[$$0] = 1; } 
  310.        END { for (i in files) print i; }'`; 
  311. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  312.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  313.      $$tags $$unique
  314. GTAGS:
  315. here=`$(am__cd) $(top_builddir) && pwd` 
  316.   && cd $(top_srcdir) 
  317.   && gtags -i $(GTAGS_ARGS) $$here
  318. distclean-tags:
  319. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  320. distdir: $(DISTFILES)
  321. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  322. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  323. list='$(DISTFILES)'; 
  324.   dist_files=`for file in $$list; do echo $$file; done | 
  325.   sed -e "s|^$$srcdirstrip/||;t" 
  326.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  327. case $$dist_files in 
  328.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  329.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  330.    sort -u` ;; 
  331. esac; 
  332. for file in $$dist_files; do 
  333.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  334.   if test -d $$d/$$file; then 
  335.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  336.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  337.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  338.     fi; 
  339.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  340.   else 
  341.     test -f $(distdir)/$$file 
  342.     || cp -p $$d/$$file $(distdir)/$$file 
  343.     || exit 1; 
  344.   fi; 
  345. done
  346. check-am: all-am
  347. check: check-am
  348. all-am: Makefile $(PROGRAMS)
  349. installdirs:
  350. for dir in "$(DESTDIR)$(bindir)"; do 
  351.   test -z "$$dir" || $(MKDIR_P) "$$dir"; 
  352. done
  353. install: install-am
  354. install-exec: install-exec-am
  355. install-data: install-data-am
  356. uninstall: uninstall-am
  357. install-am: all-am
  358. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  359. installcheck: installcheck-am
  360. install-strip:
  361. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  362.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  363.   `test -z '$(STRIP)' || 
  364.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  365. mostlyclean-generic:
  366. clean-generic:
  367. distclean-generic:
  368. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  369. maintainer-clean-generic:
  370. @echo "This command is intended for maintainers to use"
  371. @echo "it deletes files that may require special tools to rebuild."
  372. clean: clean-am
  373. clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS 
  374. mostlyclean-am
  375. distclean: distclean-am
  376. -rm -rf ./$(DEPDIR)
  377. -rm -f Makefile
  378. distclean-am: clean-am distclean-compile distclean-generic 
  379. distclean-tags
  380. dvi: dvi-am
  381. dvi-am:
  382. html: html-am
  383. info: info-am
  384. info-am:
  385. install-data-am:
  386. install-dvi: install-dvi-am
  387. install-exec-am: install-binPROGRAMS
  388. install-html: install-html-am
  389. install-info: install-info-am
  390. install-man:
  391. install-pdf: install-pdf-am
  392. install-ps: install-ps-am
  393. installcheck-am:
  394. maintainer-clean: maintainer-clean-am
  395. -rm -rf ./$(DEPDIR)
  396. -rm -f Makefile
  397. maintainer-clean-am: distclean-am maintainer-clean-generic
  398. mostlyclean: mostlyclean-am
  399. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  400. pdf: pdf-am
  401. pdf-am:
  402. ps: ps-am
  403. ps-am:
  404. uninstall-am: uninstall-binPROGRAMS
  405. .MAKE: install-am install-strip
  406. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS 
  407. clean-generic clean-noinstPROGRAMS ctags distclean 
  408. distclean-compile distclean-generic distclean-tags distdir dvi 
  409. dvi-am html html-am info info-am install install-am 
  410. install-binPROGRAMS install-data install-data-am install-dvi 
  411. install-dvi-am install-exec install-exec-am install-html 
  412. install-html-am install-info install-info-am install-man 
  413. install-pdf install-pdf-am install-ps install-ps-am 
  414. install-strip installcheck installcheck-am installdirs 
  415. maintainer-clean maintainer-clean-generic mostlyclean 
  416. mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am 
  417. tags uninstall uninstall-am uninstall-binPROGRAMS
  418. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  419. # Otherwise a system limit (for SysV at least) may be exceeded.
  420. .NOEXPORT: