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.

592 lines
19 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
11 years ago
11 years ago
11 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-local$(EXEEXT) ss-server$(EXEEXT) $(am__EXEEXT_1)
  51. @BUILD_REDIRECTOR_TRUE@am__append_1 = ss-redir
  52. subdir = src
  53. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  54. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  55. am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
  56. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  57. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  58. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/libev/libev.m4 \
  59. $(top_srcdir)/configure.ac
  60. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  61. $(ACLOCAL_M4)
  62. mkinstalldirs = $(install_sh) -d
  63. CONFIG_HEADER = $(top_builddir)/config.h
  64. CONFIG_CLEAN_FILES =
  65. CONFIG_CLEAN_VPATH_FILES =
  66. @BUILD_REDIRECTOR_TRUE@am__EXEEXT_1 = ss-redir$(EXEEXT)
  67. am__installdirs = "$(DESTDIR)$(bindir)"
  68. PROGRAMS = $(bin_PROGRAMS)
  69. am_ss_local_OBJECTS = utils.$(OBJEXT) jconf.$(OBJEXT) json.$(OBJEXT) \
  70. rc4.$(OBJEXT) md5.$(OBJEXT) encrypt.$(OBJEXT) local.$(OBJEXT)
  71. ss_local_OBJECTS = $(am_ss_local_OBJECTS)
  72. ss_local_DEPENDENCIES = $(top_builddir)/libev/libev.la
  73. am__ss_redir_SOURCES_DIST = utils.c jconf.c json.c rc4.c md5.c \
  74. encrypt.c redir.c
  75. @BUILD_REDIRECTOR_TRUE@am_ss_redir_OBJECTS = utils.$(OBJEXT) \
  76. @BUILD_REDIRECTOR_TRUE@ jconf.$(OBJEXT) json.$(OBJEXT) \
  77. @BUILD_REDIRECTOR_TRUE@ rc4.$(OBJEXT) md5.$(OBJEXT) \
  78. @BUILD_REDIRECTOR_TRUE@ encrypt.$(OBJEXT) redir.$(OBJEXT)
  79. ss_redir_OBJECTS = $(am_ss_redir_OBJECTS)
  80. @BUILD_REDIRECTOR_TRUE@ss_redir_DEPENDENCIES = \
  81. @BUILD_REDIRECTOR_TRUE@ $(top_builddir)/libev/libev.la
  82. am_ss_server_OBJECTS = utils.$(OBJEXT) jconf.$(OBJEXT) json.$(OBJEXT) \
  83. rc4.$(OBJEXT) md5.$(OBJEXT) encrypt.$(OBJEXT) server.$(OBJEXT)
  84. ss_server_OBJECTS = $(am_ss_server_OBJECTS)
  85. ss_server_DEPENDENCIES = $(top_builddir)/libev/libev.la \
  86. $(top_builddir)/libasyncns/libasyncns.la
  87. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  88. depcomp = $(SHELL) $(top_srcdir)/depcomp
  89. am__depfiles_maybe = depfiles
  90. am__mv = mv -f
  91. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  92. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  93. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  94. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  95. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  96. CCLD = $(CC)
  97. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  98. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  99. $(LDFLAGS) -o $@
  100. SOURCES = $(ss_local_SOURCES) $(ss_redir_SOURCES) $(ss_server_SOURCES)
  101. DIST_SOURCES = $(ss_local_SOURCES) $(am__ss_redir_SOURCES_DIST) \
  102. $(ss_server_SOURCES)
  103. am__can_run_installinfo = \
  104. case $$AM_UPDATE_INFO_DIR in \
  105. n|no|NO) false;; \
  106. *) (install-info --version) >/dev/null 2>&1;; \
  107. esac
  108. ETAGS = etags
  109. CTAGS = ctags
  110. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  111. ACLOCAL = @ACLOCAL@
  112. AMTAR = @AMTAR@
  113. AR = @AR@
  114. AUTOCONF = @AUTOCONF@
  115. AUTOHEADER = @AUTOHEADER@
  116. AUTOMAKE = @AUTOMAKE@
  117. AWK = @AWK@
  118. CC = @CC@
  119. CCDEPMODE = @CCDEPMODE@
  120. CFLAGS = @CFLAGS@
  121. CPP = @CPP@
  122. CPPFLAGS = @CPPFLAGS@
  123. CYGPATH_W = @CYGPATH_W@
  124. DEFS = @DEFS@
  125. DEPDIR = @DEPDIR@
  126. DLLTOOL = @DLLTOOL@
  127. DSYMUTIL = @DSYMUTIL@
  128. DUMPBIN = @DUMPBIN@
  129. ECHO_C = @ECHO_C@
  130. ECHO_N = @ECHO_N@
  131. ECHO_T = @ECHO_T@
  132. EGREP = @EGREP@
  133. EXEEXT = @EXEEXT@
  134. FGREP = @FGREP@
  135. GREP = @GREP@
  136. INSTALL = @INSTALL@
  137. INSTALL_DATA = @INSTALL_DATA@
  138. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  139. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  140. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  141. LD = @LD@
  142. LDFLAGS = @LDFLAGS@
  143. LIBOBJS = @LIBOBJS@
  144. LIBS = @LIBS@
  145. LIBTOOL = @LIBTOOL@
  146. LIPO = @LIPO@
  147. LN_S = @LN_S@
  148. LTLIBOBJS = @LTLIBOBJS@
  149. MAKEINFO = @MAKEINFO@
  150. MANIFEST_TOOL = @MANIFEST_TOOL@
  151. MKDIR_P = @MKDIR_P@
  152. NM = @NM@
  153. NMEDIT = @NMEDIT@
  154. OBJDUMP = @OBJDUMP@
  155. OBJEXT = @OBJEXT@
  156. OTOOL = @OTOOL@
  157. OTOOL64 = @OTOOL64@
  158. PACKAGE = @PACKAGE@
  159. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  160. PACKAGE_NAME = @PACKAGE_NAME@
  161. PACKAGE_STRING = @PACKAGE_STRING@
  162. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  163. PACKAGE_URL = @PACKAGE_URL@
  164. PACKAGE_VERSION = @PACKAGE_VERSION@
  165. PATH_SEPARATOR = @PATH_SEPARATOR@
  166. PTHREAD_CC = @PTHREAD_CC@
  167. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  168. PTHREAD_LIBS = @PTHREAD_LIBS@
  169. RANLIB = @RANLIB@
  170. SED = @SED@
  171. SET_MAKE = @SET_MAKE@
  172. SHELL = @SHELL@
  173. STRIP = @STRIP@
  174. VERSION = @VERSION@
  175. abs_builddir = @abs_builddir@
  176. abs_srcdir = @abs_srcdir@
  177. abs_top_builddir = @abs_top_builddir@
  178. abs_top_srcdir = @abs_top_srcdir@
  179. ac_ct_AR = @ac_ct_AR@
  180. ac_ct_CC = @ac_ct_CC@
  181. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  182. acx_pthread_config = @acx_pthread_config@
  183. am__include = @am__include@
  184. am__leading_dot = @am__leading_dot@
  185. am__quote = @am__quote@
  186. am__tar = @am__tar@
  187. am__untar = @am__untar@
  188. bindir = @bindir@
  189. build = @build@
  190. build_alias = @build_alias@
  191. build_cpu = @build_cpu@
  192. build_os = @build_os@
  193. build_vendor = @build_vendor@
  194. builddir = @builddir@
  195. datadir = @datadir@
  196. datarootdir = @datarootdir@
  197. docdir = @docdir@
  198. dvidir = @dvidir@
  199. exec_prefix = @exec_prefix@
  200. host = @host@
  201. host_alias = @host_alias@
  202. host_cpu = @host_cpu@
  203. host_os = @host_os@
  204. host_vendor = @host_vendor@
  205. htmldir = @htmldir@
  206. includedir = @includedir@
  207. infodir = @infodir@
  208. install_sh = @install_sh@
  209. libdir = @libdir@
  210. libexecdir = @libexecdir@
  211. localedir = @localedir@
  212. localstatedir = @localstatedir@
  213. mandir = @mandir@
  214. mkdir_p = @mkdir_p@
  215. oldincludedir = @oldincludedir@
  216. pdfdir = @pdfdir@
  217. prefix = @prefix@
  218. program_transform_name = @program_transform_name@
  219. psdir = @psdir@
  220. sbindir = @sbindir@
  221. sharedstatedir = @sharedstatedir@
  222. srcdir = @srcdir@
  223. sysconfdir = @sysconfdir@
  224. target_alias = @target_alias@
  225. top_build_prefix = @top_build_prefix@
  226. top_builddir = @top_builddir@
  227. top_srcdir = @top_srcdir@
  228. ss_local_SOURCES = utils.c jconf.c json.c \
  229. rc4.c md5.c encrypt.c \
  230. local.c
  231. ss_server_SOURCES = utils.c jconf.c json.c \
  232. rc4.c md5.c encrypt.c \
  233. server.c
  234. ss_local_LDADD = $(top_builddir)/libev/libev.la
  235. ss_server_LDADD = $(top_builddir)/libev/libev.la \
  236. $(top_builddir)/libasyncns/libasyncns.la
  237. @BUILD_REDIRECTOR_TRUE@ss_redir_SOURCES = utils.c jconf.c json.c \
  238. @BUILD_REDIRECTOR_TRUE@ rc4.c md5.c encrypt.c \
  239. @BUILD_REDIRECTOR_TRUE@ redir.c
  240. @BUILD_REDIRECTOR_TRUE@ss_redir_LDADD = $(top_builddir)/libev/libev.la
  241. AM_CFLAGS = -g -O2 -Wall -fno-strict-aliasing -I$(top_builddir)/libev \
  242. -I$(top_builddir)/libasyncns
  243. AM_LDFLAGS = -static
  244. all: all-am
  245. .SUFFIXES:
  246. .SUFFIXES: .c .lo .o .obj
  247. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  248. @for dep in $?; do \
  249. case '$(am__configure_deps)' in \
  250. *$$dep*) \
  251. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  252. && { if test -f $@; then exit 0; else break; fi; }; \
  253. exit 1;; \
  254. esac; \
  255. done; \
  256. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
  257. $(am__cd) $(top_srcdir) && \
  258. $(AUTOMAKE) --foreign src/Makefile
  259. .PRECIOUS: Makefile
  260. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  261. @case '$?' in \
  262. *config.status*) \
  263. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  264. *) \
  265. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  266. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  267. esac;
  268. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  269. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  270. $(top_srcdir)/configure: $(am__configure_deps)
  271. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  272. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  273. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  274. $(am__aclocal_m4_deps):
  275. install-binPROGRAMS: $(bin_PROGRAMS)
  276. @$(NORMAL_INSTALL)
  277. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  278. if test -n "$$list"; then \
  279. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  280. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  281. fi; \
  282. for p in $$list; do echo "$$p $$p"; done | \
  283. sed 's/$(EXEEXT)$$//' | \
  284. while read p p1; do if test -f $$p || test -f $$p1; \
  285. then echo "$$p"; echo "$$p"; else :; fi; \
  286. done | \
  287. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  288. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  289. sed 'N;N;N;s,\n, ,g' | \
  290. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  291. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  292. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  293. else { print "f", $$3 "/" $$4, $$1; } } \
  294. END { for (d in files) print "f", d, files[d] }' | \
  295. while read type dir files; do \
  296. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  297. test -z "$$files" || { \
  298. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  299. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  300. } \
  301. ; done
  302. uninstall-binPROGRAMS:
  303. @$(NORMAL_UNINSTALL)
  304. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  305. files=`for p in $$list; do echo "$$p"; done | \
  306. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  307. -e 's/$$/$(EXEEXT)/' `; \
  308. test -n "$$list" || exit 0; \
  309. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  310. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  311. clean-binPROGRAMS:
  312. @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  313. echo " rm -f" $$list; \
  314. rm -f $$list || exit $$?; \
  315. test -n "$(EXEEXT)" || exit 0; \
  316. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  317. echo " rm -f" $$list; \
  318. rm -f $$list
  319. ss-local$(EXEEXT): $(ss_local_OBJECTS) $(ss_local_DEPENDENCIES) $(EXTRA_ss_local_DEPENDENCIES)
  320. @rm -f ss-local$(EXEEXT)
  321. $(LINK) $(ss_local_OBJECTS) $(ss_local_LDADD) $(LIBS)
  322. ss-redir$(EXEEXT): $(ss_redir_OBJECTS) $(ss_redir_DEPENDENCIES) $(EXTRA_ss_redir_DEPENDENCIES)
  323. @rm -f ss-redir$(EXEEXT)
  324. $(LINK) $(ss_redir_OBJECTS) $(ss_redir_LDADD) $(LIBS)
  325. ss-server$(EXEEXT): $(ss_server_OBJECTS) $(ss_server_DEPENDENCIES) $(EXTRA_ss_server_DEPENDENCIES)
  326. @rm -f ss-server$(EXEEXT)
  327. $(LINK) $(ss_server_OBJECTS) $(ss_server_LDADD) $(LIBS)
  328. mostlyclean-compile:
  329. -rm -f *.$(OBJEXT)
  330. distclean-compile:
  331. -rm -f *.tab.c
  332. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encrypt.Po@am__quote@
  333. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jconf.Po@am__quote@
  334. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json.Po@am__quote@
  335. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local.Po@am__quote@
  336. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
  337. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rc4.Po@am__quote@
  338. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redir.Po@am__quote@
  339. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@
  340. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
  341. .c.o:
  342. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  343. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  344. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  345. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  346. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  347. .c.obj:
  348. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  349. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  350. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  351. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  352. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  353. .c.lo:
  354. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  355. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  356. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  357. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  358. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  359. mostlyclean-libtool:
  360. -rm -f *.lo
  361. clean-libtool:
  362. -rm -rf .libs _libs
  363. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  364. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  365. unique=`for i in $$list; do \
  366. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  367. done | \
  368. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  369. END { if (nonempty) { for (i in files) print i; }; }'`; \
  370. mkid -fID $$unique
  371. tags: TAGS
  372. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  373. $(TAGS_FILES) $(LISP)
  374. set x; \
  375. here=`pwd`; \
  376. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  377. unique=`for i in $$list; do \
  378. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  379. done | \
  380. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  381. END { if (nonempty) { for (i in files) print i; }; }'`; \
  382. shift; \
  383. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  384. test -n "$$unique" || unique=$$empty_fix; \
  385. if test $$# -gt 0; then \
  386. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  387. "$$@" $$unique; \
  388. else \
  389. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  390. $$unique; \
  391. fi; \
  392. fi
  393. ctags: CTAGS
  394. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  395. $(TAGS_FILES) $(LISP)
  396. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  397. unique=`for i in $$list; do \
  398. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  399. done | \
  400. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  401. END { if (nonempty) { for (i in files) print i; }; }'`; \
  402. test -z "$(CTAGS_ARGS)$$unique" \
  403. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  404. $$unique
  405. GTAGS:
  406. here=`$(am__cd) $(top_builddir) && pwd` \
  407. && $(am__cd) $(top_srcdir) \
  408. && gtags -i $(GTAGS_ARGS) "$$here"
  409. distclean-tags:
  410. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  411. distdir: $(DISTFILES)
  412. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  413. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  414. list='$(DISTFILES)'; \
  415. dist_files=`for file in $$list; do echo $$file; done | \
  416. sed -e "s|^$$srcdirstrip/||;t" \
  417. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  418. case $$dist_files in \
  419. */*) $(MKDIR_P) `echo "$$dist_files" | \
  420. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  421. sort -u` ;; \
  422. esac; \
  423. for file in $$dist_files; do \
  424. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  425. if test -d $$d/$$file; then \
  426. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  427. if test -d "$(distdir)/$$file"; then \
  428. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  429. fi; \
  430. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  431. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  432. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  433. fi; \
  434. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  435. else \
  436. test -f "$(distdir)/$$file" \
  437. || cp -p $$d/$$file "$(distdir)/$$file" \
  438. || exit 1; \
  439. fi; \
  440. done
  441. check-am: all-am
  442. check: check-am
  443. all-am: Makefile $(PROGRAMS)
  444. installdirs:
  445. for dir in "$(DESTDIR)$(bindir)"; do \
  446. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  447. done
  448. install: install-am
  449. install-exec: install-exec-am
  450. install-data: install-data-am
  451. uninstall: uninstall-am
  452. install-am: all-am
  453. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  454. installcheck: installcheck-am
  455. install-strip:
  456. if test -z '$(STRIP)'; then \
  457. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  458. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  459. install; \
  460. else \
  461. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  462. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  463. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  464. fi
  465. mostlyclean-generic:
  466. clean-generic:
  467. distclean-generic:
  468. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  469. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  470. maintainer-clean-generic:
  471. @echo "This command is intended for maintainers to use"
  472. @echo "it deletes files that may require special tools to rebuild."
  473. clean: clean-am
  474. clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
  475. distclean: distclean-am
  476. -rm -rf ./$(DEPDIR)
  477. -rm -f Makefile
  478. distclean-am: clean-am distclean-compile distclean-generic \
  479. distclean-tags
  480. dvi: dvi-am
  481. dvi-am:
  482. html: html-am
  483. html-am:
  484. info: info-am
  485. info-am:
  486. install-data-am:
  487. install-dvi: install-dvi-am
  488. install-dvi-am:
  489. install-exec-am: install-binPROGRAMS
  490. install-html: install-html-am
  491. install-html-am:
  492. install-info: install-info-am
  493. install-info-am:
  494. install-man:
  495. install-pdf: install-pdf-am
  496. install-pdf-am:
  497. install-ps: install-ps-am
  498. install-ps-am:
  499. installcheck-am:
  500. maintainer-clean: maintainer-clean-am
  501. -rm -rf ./$(DEPDIR)
  502. -rm -f Makefile
  503. maintainer-clean-am: distclean-am maintainer-clean-generic
  504. mostlyclean: mostlyclean-am
  505. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  506. mostlyclean-libtool
  507. pdf: pdf-am
  508. pdf-am:
  509. ps: ps-am
  510. ps-am:
  511. uninstall-am: uninstall-binPROGRAMS
  512. .MAKE: install-am install-strip
  513. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  514. clean-generic clean-libtool ctags distclean distclean-compile \
  515. distclean-generic distclean-libtool distclean-tags distdir dvi \
  516. dvi-am html html-am info info-am install install-am \
  517. install-binPROGRAMS install-data install-data-am install-dvi \
  518. install-dvi-am install-exec install-exec-am install-html \
  519. install-html-am install-info install-info-am install-man \
  520. install-pdf install-pdf-am install-ps install-ps-am \
  521. install-strip installcheck installcheck-am installdirs \
  522. maintainer-clean maintainer-clean-generic mostlyclean \
  523. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  524. pdf pdf-am ps ps-am tags uninstall uninstall-am \
  525. uninstall-binPROGRAMS
  526. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  527. # Otherwise a system limit (for SysV at least) may be exceeded.
  528. .NOEXPORT: