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.

701 lines
22 KiB

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