You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

723 lines
23 KiB

12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
  1. # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
  5. # Foundation, 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. am__make_dryrun = \
  16. { \
  17. am__dry=no; \
  18. case $$MAKEFLAGS in \
  19. *\\[\ \ ]*) \
  20. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  21. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  22. *) \
  23. for am__flg in $$MAKEFLAGS; do \
  24. case $$am__flg in \
  25. *=*|--*) ;; \
  26. *n*) am__dry=yes; break;; \
  27. esac; \
  28. done;; \
  29. esac; \
  30. test $$am__dry = yes; \
  31. }
  32. pkgdatadir = $(datadir)/@PACKAGE@
  33. pkgincludedir = $(includedir)/@PACKAGE@
  34. pkglibdir = $(libdir)/@PACKAGE@
  35. pkglibexecdir = $(libexecdir)/@PACKAGE@
  36. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  37. install_sh_DATA = $(install_sh) -c -m 644
  38. install_sh_PROGRAM = $(install_sh) -c
  39. install_sh_SCRIPT = $(install_sh) -c
  40. INSTALL_HEADER = $(INSTALL_DATA)
  41. transform = $(program_transform_name)
  42. NORMAL_INSTALL = :
  43. PRE_INSTALL = :
  44. POST_INSTALL = :
  45. NORMAL_UNINSTALL = :
  46. PRE_UNINSTALL = :
  47. POST_UNINSTALL = :
  48. build_triplet = @build@
  49. host_triplet = @host@
  50. bin_PROGRAMS = ss$(EXEEXT)
  51. subdir = .
  52. DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
  53. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  54. $(top_srcdir)/configure COPYING INSTALL config.guess \
  55. config.sub depcomp install-sh ltmain.sh missing
  56. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  57. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  58. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  59. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  60. $(top_srcdir)/configure.ac
  61. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  62. $(ACLOCAL_M4)
  63. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  64. configure.lineno config.status.lineno
  65. mkinstalldirs = $(install_sh) -d
  66. CONFIG_HEADER = config.h
  67. CONFIG_CLEAN_FILES =
  68. CONFIG_CLEAN_VPATH_FILES =
  69. am__installdirs = "$(DESTDIR)$(bindir)"
  70. PROGRAMS = $(bin_PROGRAMS)
  71. am_ss_OBJECTS = rc4.$(OBJEXT) md5.$(OBJEXT) encrypt.$(OBJEXT) \
  72. local.$(OBJEXT)
  73. ss_OBJECTS = $(am_ss_OBJECTS)
  74. ss_LDADD = $(LDADD)
  75. DEFAULT_INCLUDES = -I.@am__isrc@
  76. depcomp = $(SHELL) $(top_srcdir)/depcomp
  77. am__depfiles_maybe = depfiles
  78. am__mv = mv -f
  79. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  80. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  81. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  82. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  83. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  84. CCLD = $(CC)
  85. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  86. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  87. $(LDFLAGS) -o $@
  88. SOURCES = $(ss_SOURCES)
  89. DIST_SOURCES = $(ss_SOURCES)
  90. am__can_run_installinfo = \
  91. case $$AM_UPDATE_INFO_DIR in \
  92. n|no|NO) false;; \
  93. *) (install-info --version) >/dev/null 2>&1;; \
  94. esac
  95. ETAGS = etags
  96. CTAGS = ctags
  97. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  98. distdir = $(PACKAGE)-$(VERSION)
  99. top_distdir = $(distdir)
  100. am__remove_distdir = \
  101. if test -d "$(distdir)"; then \
  102. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  103. && rm -rf "$(distdir)" \
  104. || { sleep 5 && rm -rf "$(distdir)"; }; \
  105. else :; fi
  106. DIST_ARCHIVES = $(distdir).tar.gz
  107. GZIP_ENV = --best
  108. distuninstallcheck_listfiles = find . -type f -print
  109. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  110. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  111. distcleancheck_listfiles = find . -type f -print
  112. ACLOCAL = @ACLOCAL@
  113. AMTAR = @AMTAR@
  114. AR = @AR@
  115. AUTOCONF = @AUTOCONF@
  116. AUTOHEADER = @AUTOHEADER@
  117. AUTOMAKE = @AUTOMAKE@
  118. AWK = @AWK@
  119. CC = @CC@
  120. CCDEPMODE = @CCDEPMODE@
  121. CFLAGS = @CFLAGS@
  122. CPP = @CPP@
  123. CPPFLAGS = @CPPFLAGS@
  124. CYGPATH_W = @CYGPATH_W@
  125. DEFS = @DEFS@
  126. DEPDIR = @DEPDIR@
  127. DLLTOOL = @DLLTOOL@
  128. DSYMUTIL = @DSYMUTIL@
  129. DUMPBIN = @DUMPBIN@
  130. ECHO_C = @ECHO_C@
  131. ECHO_N = @ECHO_N@
  132. ECHO_T = @ECHO_T@
  133. EGREP = @EGREP@
  134. EXEEXT = @EXEEXT@
  135. FGREP = @FGREP@
  136. GREP = @GREP@
  137. INSTALL = @INSTALL@
  138. INSTALL_DATA = @INSTALL_DATA@
  139. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  140. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  141. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  142. LD = @LD@
  143. LDFLAGS = @LDFLAGS@
  144. LIBOBJS = @LIBOBJS@
  145. LIBS = @LIBS@
  146. LIBTOOL = @LIBTOOL@
  147. LIPO = @LIPO@
  148. LN_S = @LN_S@
  149. LTLIBOBJS = @LTLIBOBJS@
  150. MAKEINFO = @MAKEINFO@
  151. MANIFEST_TOOL = @MANIFEST_TOOL@
  152. MKDIR_P = @MKDIR_P@
  153. NM = @NM@
  154. NMEDIT = @NMEDIT@
  155. OBJDUMP = @OBJDUMP@
  156. OBJEXT = @OBJEXT@
  157. OTOOL = @OTOOL@
  158. OTOOL64 = @OTOOL64@
  159. PACKAGE = @PACKAGE@
  160. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  161. PACKAGE_NAME = @PACKAGE_NAME@
  162. PACKAGE_STRING = @PACKAGE_STRING@
  163. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  164. PACKAGE_URL = @PACKAGE_URL@
  165. PACKAGE_VERSION = @PACKAGE_VERSION@
  166. PATH_SEPARATOR = @PATH_SEPARATOR@
  167. RANLIB = @RANLIB@
  168. SED = @SED@
  169. SET_MAKE = @SET_MAKE@
  170. SHELL = @SHELL@
  171. STRIP = @STRIP@
  172. VERSION = @VERSION@
  173. abs_builddir = @abs_builddir@
  174. abs_srcdir = @abs_srcdir@
  175. abs_top_builddir = @abs_top_builddir@
  176. abs_top_srcdir = @abs_top_srcdir@
  177. ac_ct_AR = @ac_ct_AR@
  178. ac_ct_CC = @ac_ct_CC@
  179. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  180. am__include = @am__include@
  181. am__leading_dot = @am__leading_dot@
  182. am__quote = @am__quote@
  183. am__tar = @am__tar@
  184. am__untar = @am__untar@
  185. bindir = @bindir@
  186. build = @build@
  187. build_alias = @build_alias@
  188. build_cpu = @build_cpu@
  189. build_os = @build_os@
  190. build_vendor = @build_vendor@
  191. builddir = @builddir@
  192. datadir = @datadir@
  193. datarootdir = @datarootdir@
  194. docdir = @docdir@
  195. dvidir = @dvidir@
  196. exec_prefix = @exec_prefix@
  197. host = @host@
  198. host_alias = @host_alias@
  199. host_cpu = @host_cpu@
  200. host_os = @host_os@
  201. host_vendor = @host_vendor@
  202. htmldir = @htmldir@
  203. includedir = @includedir@
  204. infodir = @infodir@
  205. install_sh = @install_sh@
  206. libdir = @libdir@
  207. libexecdir = @libexecdir@
  208. localedir = @localedir@
  209. localstatedir = @localstatedir@
  210. mandir = @mandir@
  211. mkdir_p = @mkdir_p@
  212. oldincludedir = @oldincludedir@
  213. pdfdir = @pdfdir@
  214. prefix = @prefix@
  215. program_transform_name = @program_transform_name@
  216. psdir = @psdir@
  217. sbindir = @sbindir@
  218. sharedstatedir = @sharedstatedir@
  219. srcdir = @srcdir@
  220. sysconfdir = @sysconfdir@
  221. target_alias = @target_alias@
  222. top_build_prefix = @top_build_prefix@
  223. top_builddir = @top_builddir@
  224. top_srcdir = @top_srcdir@
  225. ss_SOURCES = rc4.c rc4.h md5.c md5.h encrypt.c encrypt.h local.c local.h socks5.h
  226. AM_CFLAGS = -Wall -fno-strict-aliasing
  227. ACLOCAL_AMFLAGS = -I m4
  228. all: config.h
  229. $(MAKE) $(AM_MAKEFLAGS) all-am
  230. .SUFFIXES:
  231. .SUFFIXES: .c .lo .o .obj
  232. am--refresh: Makefile
  233. @:
  234. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  235. @for dep in $?; do \
  236. case '$(am__configure_deps)' in \
  237. *$$dep*) \
  238. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  239. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  240. && exit 0; \
  241. exit 1;; \
  242. esac; \
  243. done; \
  244. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  245. $(am__cd) $(top_srcdir) && \
  246. $(AUTOMAKE) --foreign Makefile
  247. .PRECIOUS: Makefile
  248. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  249. @case '$?' in \
  250. *config.status*) \
  251. echo ' $(SHELL) ./config.status'; \
  252. $(SHELL) ./config.status;; \
  253. *) \
  254. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  255. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  256. esac;
  257. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  258. $(SHELL) ./config.status --recheck
  259. $(top_srcdir)/configure: $(am__configure_deps)
  260. $(am__cd) $(srcdir) && $(AUTOCONF)
  261. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  262. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  263. $(am__aclocal_m4_deps):
  264. config.h: stamp-h1
  265. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  266. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  267. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  268. @rm -f stamp-h1
  269. cd $(top_builddir) && $(SHELL) ./config.status config.h
  270. $(srcdir)/config.h.in: $(am__configure_deps)
  271. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  272. rm -f stamp-h1
  273. touch $@
  274. distclean-hdr:
  275. -rm -f config.h stamp-h1
  276. install-binPROGRAMS: $(bin_PROGRAMS)
  277. @$(NORMAL_INSTALL)
  278. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  279. if test -n "$$list"; then \
  280. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  281. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  282. fi; \
  283. for p in $$list; do echo "$$p $$p"; done | \
  284. sed 's/$(EXEEXT)$$//' | \
  285. while read p p1; do if test -f $$p || test -f $$p1; \
  286. then echo "$$p"; echo "$$p"; else :; fi; \
  287. done | \
  288. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  289. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  290. sed 'N;N;N;s,\n, ,g' | \
  291. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  292. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  293. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  294. else { print "f", $$3 "/" $$4, $$1; } } \
  295. END { for (d in files) print "f", d, files[d] }' | \
  296. while read type dir files; do \
  297. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  298. test -z "$$files" || { \
  299. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  300. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  301. } \
  302. ; done
  303. uninstall-binPROGRAMS:
  304. @$(NORMAL_UNINSTALL)
  305. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  306. files=`for p in $$list; do echo "$$p"; done | \
  307. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  308. -e 's/$$/$(EXEEXT)/' `; \
  309. test -n "$$list" || exit 0; \
  310. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  311. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  312. clean-binPROGRAMS:
  313. @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  314. echo " rm -f" $$list; \
  315. rm -f $$list || exit $$?; \
  316. test -n "$(EXEEXT)" || exit 0; \
  317. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  318. echo " rm -f" $$list; \
  319. rm -f $$list
  320. ss$(EXEEXT): $(ss_OBJECTS) $(ss_DEPENDENCIES) $(EXTRA_ss_DEPENDENCIES)
  321. @rm -f ss$(EXEEXT)
  322. $(LINK) $(ss_OBJECTS) $(ss_LDADD) $(LIBS)
  323. mostlyclean-compile:
  324. -rm -f *.$(OBJEXT)
  325. distclean-compile:
  326. -rm -f *.tab.c
  327. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encrypt.Po@am__quote@
  328. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local.Po@am__quote@
  329. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
  330. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rc4.Po@am__quote@
  331. .c.o:
  332. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  333. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  334. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  335. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  336. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  337. .c.obj:
  338. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  339. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  340. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  341. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  342. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  343. .c.lo:
  344. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  345. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  346. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  347. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  348. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  349. mostlyclean-libtool:
  350. -rm -f *.lo
  351. clean-libtool:
  352. -rm -rf .libs _libs
  353. distclean-libtool:
  354. -rm -f libtool config.lt
  355. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  356. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  357. unique=`for i in $$list; do \
  358. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  359. done | \
  360. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  361. END { if (nonempty) { for (i in files) print i; }; }'`; \
  362. mkid -fID $$unique
  363. tags: TAGS
  364. TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  365. $(TAGS_FILES) $(LISP)
  366. set x; \
  367. here=`pwd`; \
  368. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  369. unique=`for i in $$list; do \
  370. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  371. done | \
  372. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  373. END { if (nonempty) { for (i in files) print i; }; }'`; \
  374. shift; \
  375. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  376. test -n "$$unique" || unique=$$empty_fix; \
  377. if test $$# -gt 0; then \
  378. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  379. "$$@" $$unique; \
  380. else \
  381. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  382. $$unique; \
  383. fi; \
  384. fi
  385. ctags: CTAGS
  386. CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  387. $(TAGS_FILES) $(LISP)
  388. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  389. unique=`for i in $$list; do \
  390. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  391. done | \
  392. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  393. END { if (nonempty) { for (i in files) print i; }; }'`; \
  394. test -z "$(CTAGS_ARGS)$$unique" \
  395. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  396. $$unique
  397. GTAGS:
  398. here=`$(am__cd) $(top_builddir) && pwd` \
  399. && $(am__cd) $(top_srcdir) \
  400. && gtags -i $(GTAGS_ARGS) "$$here"
  401. distclean-tags:
  402. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  403. distdir: $(DISTFILES)
  404. $(am__remove_distdir)
  405. test -d "$(distdir)" || mkdir "$(distdir)"
  406. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  407. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  408. list='$(DISTFILES)'; \
  409. dist_files=`for file in $$list; do echo $$file; done | \
  410. sed -e "s|^$$srcdirstrip/||;t" \
  411. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  412. case $$dist_files in \
  413. */*) $(MKDIR_P) `echo "$$dist_files" | \
  414. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  415. sort -u` ;; \
  416. esac; \
  417. for file in $$dist_files; do \
  418. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  419. if test -d $$d/$$file; then \
  420. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  421. if test -d "$(distdir)/$$file"; then \
  422. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  423. fi; \
  424. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  425. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  426. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  427. fi; \
  428. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  429. else \
  430. test -f "$(distdir)/$$file" \
  431. || cp -p $$d/$$file "$(distdir)/$$file" \
  432. || exit 1; \
  433. fi; \
  434. done
  435. -test -n "$(am__skip_mode_fix)" \
  436. || find "$(distdir)" -type d ! -perm -755 \
  437. -exec chmod u+rwx,go+rx {} \; -o \
  438. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  439. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  440. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  441. || chmod -R a+r "$(distdir)"
  442. dist-gzip: distdir
  443. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  444. $(am__remove_distdir)
  445. dist-bzip2: distdir
  446. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  447. $(am__remove_distdir)
  448. dist-lzip: distdir
  449. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  450. $(am__remove_distdir)
  451. dist-lzma: distdir
  452. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  453. $(am__remove_distdir)
  454. dist-xz: distdir
  455. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  456. $(am__remove_distdir)
  457. dist-tarZ: distdir
  458. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  459. $(am__remove_distdir)
  460. dist-shar: distdir
  461. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  462. $(am__remove_distdir)
  463. dist-zip: distdir
  464. -rm -f $(distdir).zip
  465. zip -rq $(distdir).zip $(distdir)
  466. $(am__remove_distdir)
  467. dist dist-all: distdir
  468. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  469. $(am__remove_distdir)
  470. # This target untars the dist file and tries a VPATH configuration. Then
  471. # it guarantees that the distribution is self-contained by making another
  472. # tarfile.
  473. distcheck: dist
  474. case '$(DIST_ARCHIVES)' in \
  475. *.tar.gz*) \
  476. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  477. *.tar.bz2*) \
  478. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  479. *.tar.lzma*) \
  480. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  481. *.tar.lz*) \
  482. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  483. *.tar.xz*) \
  484. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  485. *.tar.Z*) \
  486. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  487. *.shar.gz*) \
  488. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  489. *.zip*) \
  490. unzip $(distdir).zip ;;\
  491. esac
  492. chmod -R a-w $(distdir); chmod u+w $(distdir)
  493. mkdir $(distdir)/_build
  494. mkdir $(distdir)/_inst
  495. chmod a-w $(distdir)
  496. test -d $(distdir)/_build || exit 0; \
  497. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  498. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  499. && am__cwd=`pwd` \
  500. && $(am__cd) $(distdir)/_build \
  501. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  502. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  503. $(DISTCHECK_CONFIGURE_FLAGS) \
  504. && $(MAKE) $(AM_MAKEFLAGS) \
  505. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  506. && $(MAKE) $(AM_MAKEFLAGS) check \
  507. && $(MAKE) $(AM_MAKEFLAGS) install \
  508. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  509. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  510. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  511. distuninstallcheck \
  512. && chmod -R a-w "$$dc_install_base" \
  513. && ({ \
  514. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  515. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  516. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  517. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  518. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  519. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  520. && rm -rf "$$dc_destdir" \
  521. && $(MAKE) $(AM_MAKEFLAGS) dist \
  522. && rm -rf $(DIST_ARCHIVES) \
  523. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  524. && cd "$$am__cwd" \
  525. || exit 1
  526. $(am__remove_distdir)
  527. @(echo "$(distdir) archives ready for distribution: "; \
  528. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  529. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  530. distuninstallcheck:
  531. @test -n '$(distuninstallcheck_dir)' || { \
  532. echo 'ERROR: trying to run $@ with an empty' \
  533. '$$(distuninstallcheck_dir)' >&2; \
  534. exit 1; \
  535. }; \
  536. $(am__cd) '$(distuninstallcheck_dir)' || { \
  537. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  538. exit 1; \
  539. }; \
  540. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  541. || { echo "ERROR: files left after uninstall:" ; \
  542. if test -n "$(DESTDIR)"; then \
  543. echo " (check DESTDIR support)"; \
  544. fi ; \
  545. $(distuninstallcheck_listfiles) ; \
  546. exit 1; } >&2
  547. distcleancheck: distclean
  548. @if test '$(srcdir)' = . ; then \
  549. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  550. exit 1 ; \
  551. fi
  552. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  553. || { echo "ERROR: files left in build directory after distclean:" ; \
  554. $(distcleancheck_listfiles) ; \
  555. exit 1; } >&2
  556. check-am: all-am
  557. check: check-am
  558. all-am: Makefile $(PROGRAMS) config.h
  559. installdirs:
  560. for dir in "$(DESTDIR)$(bindir)"; do \
  561. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  562. done
  563. install: install-am
  564. install-exec: install-exec-am
  565. install-data: install-data-am
  566. uninstall: uninstall-am
  567. install-am: all-am
  568. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  569. installcheck: installcheck-am
  570. install-strip:
  571. if test -z '$(STRIP)'; then \
  572. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  573. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  574. install; \
  575. else \
  576. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  577. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  578. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  579. fi
  580. mostlyclean-generic:
  581. clean-generic:
  582. distclean-generic:
  583. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  584. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  585. maintainer-clean-generic:
  586. @echo "This command is intended for maintainers to use"
  587. @echo "it deletes files that may require special tools to rebuild."
  588. clean: clean-am
  589. clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
  590. distclean: distclean-am
  591. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  592. -rm -rf ./$(DEPDIR)
  593. -rm -f Makefile
  594. distclean-am: clean-am distclean-compile distclean-generic \
  595. distclean-hdr distclean-libtool distclean-tags
  596. dvi: dvi-am
  597. dvi-am:
  598. html: html-am
  599. html-am:
  600. info: info-am
  601. info-am:
  602. install-data-am:
  603. install-dvi: install-dvi-am
  604. install-dvi-am:
  605. install-exec-am: install-binPROGRAMS
  606. install-html: install-html-am
  607. install-html-am:
  608. install-info: install-info-am
  609. install-info-am:
  610. install-man:
  611. install-pdf: install-pdf-am
  612. install-pdf-am:
  613. install-ps: install-ps-am
  614. install-ps-am:
  615. installcheck-am:
  616. maintainer-clean: maintainer-clean-am
  617. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  618. -rm -rf $(top_srcdir)/autom4te.cache
  619. -rm -rf ./$(DEPDIR)
  620. -rm -f Makefile
  621. maintainer-clean-am: distclean-am maintainer-clean-generic
  622. mostlyclean: mostlyclean-am
  623. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  624. mostlyclean-libtool
  625. pdf: pdf-am
  626. pdf-am:
  627. ps: ps-am
  628. ps-am:
  629. uninstall-am: uninstall-binPROGRAMS
  630. .MAKE: all install-am install-strip
  631. .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
  632. clean-binPROGRAMS clean-generic clean-libtool ctags dist \
  633. dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \
  634. dist-tarZ dist-xz dist-zip distcheck distclean \
  635. distclean-compile distclean-generic distclean-hdr \
  636. distclean-libtool distclean-tags distcleancheck distdir \
  637. distuninstallcheck dvi dvi-am html html-am info info-am \
  638. install install-am install-binPROGRAMS install-data \
  639. install-data-am install-dvi install-dvi-am install-exec \
  640. install-exec-am install-html install-html-am install-info \
  641. install-info-am install-man install-pdf install-pdf-am \
  642. install-ps install-ps-am install-strip installcheck \
  643. installcheck-am installdirs maintainer-clean \
  644. maintainer-clean-generic mostlyclean mostlyclean-compile \
  645. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  646. tags uninstall uninstall-am uninstall-binPROGRAMS
  647. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  648. # Otherwise a system limit (for SysV at least) may be exceeded.
  649. .NOEXPORT: