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.

671 lines
21 KiB

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