Makefile.in 14 KB

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