/Makefile.in

http://github.com/fizx/parsley · Autoconf · 853 lines · 753 code · 83 blank · 17 comment · 202 complexity · 1d46f6bfa14f200fc4c72c7f54843269 MD5 · raw file

  1. # Makefile.in generated by automake 1.11 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. bin_PROGRAMS = parsleyc$(EXEEXT) parsley$(EXEEXT)
  34. subdir = .
  35. DIST_COMMON = $(am__configure_deps) $(include_HEADERS) \
  36. $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  37. $(top_srcdir)/configure AUTHORS ChangeLog INSTALL NEWS TODO \
  38. config.guess config.sub depcomp install-sh ltmain.sh missing \
  39. parser.c parser.h scanner.c ylwrap
  40. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  41. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  42. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  43. $(ACLOCAL_M4)
  44. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  45. configure.lineno config.status.lineno
  46. mkinstalldirs = $(install_sh) -d
  47. CONFIG_CLEAN_FILES =
  48. CONFIG_CLEAN_VPATH_FILES =
  49. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  50. am__vpath_adj = case $$p in \
  51. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  52. *) f=$$p;; \
  53. esac;
  54. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  55. am__install_max = 40
  56. am__nobase_strip_setup = \
  57. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  58. am__nobase_strip = \
  59. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  60. am__nobase_list = $(am__nobase_strip_setup); \
  61. for p in $$list; do echo "$$p $$p"; done | \
  62. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  63. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  64. if (++n[$$2] == $(am__install_max)) \
  65. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  66. END { for (dir in files) print dir, files[dir] }'
  67. am__base_list = \
  68. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  69. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  70. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
  71. "$(DESTDIR)$(includedir)"
  72. LTLIBRARIES = $(lib_LTLIBRARIES)
  73. libparsley_la_LIBADD =
  74. am_libparsley_la_OBJECTS = parsed_xpath.lo xml2json.lo regexp.lo \
  75. functions.lo util.lo scanner.lo parser.lo parsley.lo
  76. libparsley_la_OBJECTS = $(am_libparsley_la_OBJECTS)
  77. PROGRAMS = $(bin_PROGRAMS)
  78. am_parsley_OBJECTS = parsley_main.$(OBJEXT)
  79. parsley_OBJECTS = $(am_parsley_OBJECTS)
  80. parsley_DEPENDENCIES = libparsley.la
  81. am_parsleyc_OBJECTS = parsleyc_main.$(OBJEXT)
  82. parsleyc_OBJECTS = $(am_parsleyc_OBJECTS)
  83. parsleyc_DEPENDENCIES = libparsley.la
  84. DEFAULT_INCLUDES = -I.@am__isrc@
  85. depcomp = $(SHELL) $(top_srcdir)/depcomp
  86. am__depfiles_maybe = depfiles
  87. am__mv = mv -f
  88. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  89. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  90. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  91. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  92. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  93. CCLD = $(CC)
  94. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  95. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  96. $(LDFLAGS) -o $@
  97. LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
  98. LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  99. --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
  100. YLWRAP = $(top_srcdir)/ylwrap
  101. YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
  102. LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  103. --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
  104. SOURCES = $(libparsley_la_SOURCES) $(parsley_SOURCES) \
  105. $(parsleyc_SOURCES)
  106. DIST_SOURCES = $(libparsley_la_SOURCES) $(parsley_SOURCES) \
  107. $(parsleyc_SOURCES)
  108. HEADERS = $(include_HEADERS)
  109. ETAGS = etags
  110. CTAGS = ctags
  111. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  112. distdir = $(PACKAGE)-$(VERSION)
  113. top_distdir = $(distdir)
  114. am__remove_distdir = \
  115. { test ! -d "$(distdir)" \
  116. || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  117. && rm -fr "$(distdir)"; }; }
  118. DIST_ARCHIVES = $(distdir).tar.gz
  119. GZIP_ENV = --best
  120. distuninstallcheck_listfiles = find . -type f -print
  121. distcleancheck_listfiles = find . -type f -print
  122. ACLOCAL = @ACLOCAL@
  123. AMTAR = @AMTAR@
  124. AR = @AR@
  125. AUTOCONF = @AUTOCONF@
  126. AUTOHEADER = @AUTOHEADER@
  127. AUTOMAKE = @AUTOMAKE@
  128. AWK = @AWK@
  129. CC = @CC@
  130. CCDEPMODE = @CCDEPMODE@
  131. CFLAGS = @CFLAGS@
  132. CPP = @CPP@
  133. CPPFLAGS = @CPPFLAGS@
  134. CYGPATH_W = @CYGPATH_W@
  135. DEFS = @DEFS@
  136. DEPDIR = @DEPDIR@
  137. DSYMUTIL = @DSYMUTIL@
  138. DUMPBIN = @DUMPBIN@
  139. ECHO_C = @ECHO_C@
  140. ECHO_N = @ECHO_N@
  141. ECHO_T = @ECHO_T@
  142. EGREP = @EGREP@
  143. EXEEXT = @EXEEXT@
  144. FGREP = @FGREP@
  145. GREP = @GREP@
  146. INSTALL = @INSTALL@
  147. INSTALL_DATA = @INSTALL_DATA@
  148. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  149. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  150. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  151. LD = @LD@
  152. LDFLAGS = @LDFLAGS@
  153. LEX = @LEX@
  154. LEXLIB = @LEXLIB@
  155. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  156. LIBOBJS = @LIBOBJS@
  157. LIBS = @LIBS@
  158. LIBTOOL = @LIBTOOL@
  159. LIPO = @LIPO@
  160. LN_S = @LN_S@
  161. LTLIBOBJS = @LTLIBOBJS@
  162. MAKEINFO = @MAKEINFO@
  163. MKDIR_P = @MKDIR_P@
  164. NM = @NM@
  165. NMEDIT = @NMEDIT@
  166. OBJDUMP = @OBJDUMP@
  167. OBJEXT = @OBJEXT@
  168. OTOOL = @OTOOL@
  169. OTOOL64 = @OTOOL64@
  170. PACKAGE = @PACKAGE@
  171. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  172. PACKAGE_NAME = @PACKAGE_NAME@
  173. PACKAGE_STRING = @PACKAGE_STRING@
  174. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  175. PACKAGE_URL = @PACKAGE_URL@
  176. PACKAGE_VERSION = @PACKAGE_VERSION@
  177. PATH_SEPARATOR = @PATH_SEPARATOR@
  178. RANLIB = @RANLIB@
  179. SED = @SED@
  180. SET_MAKE = @SET_MAKE@
  181. SHELL = @SHELL@
  182. STRIP = @STRIP@
  183. VERSION = @VERSION@
  184. XML2_CONFIG = @XML2_CONFIG@
  185. XSLT_CONFIG = @XSLT_CONFIG@
  186. YACC = @YACC@
  187. YFLAGS = @YFLAGS@
  188. abs_builddir = @abs_builddir@
  189. abs_srcdir = @abs_srcdir@
  190. abs_top_builddir = @abs_top_builddir@
  191. abs_top_srcdir = @abs_top_srcdir@
  192. ac_ct_CC = @ac_ct_CC@
  193. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  194. am__include = @am__include@
  195. am__leading_dot = @am__leading_dot@
  196. am__quote = @am__quote@
  197. am__tar = @am__tar@
  198. am__untar = @am__untar@
  199. bindir = @bindir@
  200. build = @build@
  201. build_alias = @build_alias@
  202. build_cpu = @build_cpu@
  203. build_os = @build_os@
  204. build_vendor = @build_vendor@
  205. builddir = @builddir@
  206. datadir = @datadir@
  207. datarootdir = @datarootdir@
  208. docdir = @docdir@
  209. dvidir = @dvidir@
  210. exec_prefix = @exec_prefix@
  211. host = @host@
  212. host_alias = @host_alias@
  213. host_cpu = @host_cpu@
  214. host_os = @host_os@
  215. host_vendor = @host_vendor@
  216. htmldir = @htmldir@
  217. includedir = @includedir@
  218. infodir = @infodir@
  219. install_sh = @install_sh@
  220. libdir = @libdir@
  221. libexecdir = @libexecdir@
  222. localedir = @localedir@
  223. localstatedir = @localstatedir@
  224. lt_ECHO = @lt_ECHO@
  225. mandir = @mandir@
  226. mkdir_p = @mkdir_p@
  227. oldincludedir = @oldincludedir@
  228. pdfdir = @pdfdir@
  229. prefix = @prefix@
  230. program_transform_name = @program_transform_name@
  231. psdir = @psdir@
  232. sbindir = @sbindir@
  233. sharedstatedir = @sharedstatedir@
  234. srcdir = @srcdir@
  235. sysconfdir = @sysconfdir@
  236. target_alias = @target_alias@
  237. top_build_prefix = @top_build_prefix@
  238. top_builddir = @top_builddir@
  239. top_srcdir = @top_srcdir@
  240. AM_YFLAGS = -d
  241. BUILT_SOURCES = parser.h
  242. lib_LTLIBRARIES = libparsley.la
  243. libparsley_la_SOURCES = parsed_xpath.c xml2json.c regexp.c functions.c util.c scanner.l parser.y parsley.c
  244. include_HEADERS = parsley.h xml2json.h parsed_xpath.h
  245. parsleyc_SOURCES = parsleyc_main.c
  246. parsleyc_LDADD = libparsley.la
  247. parsley_SOURCES = parsley_main.c
  248. parsley_LDADD = libparsley.la
  249. all: $(BUILT_SOURCES)
  250. $(MAKE) $(AM_MAKEFLAGS) all-am
  251. .SUFFIXES:
  252. .SUFFIXES: .c .l .lo .o .obj .y
  253. am--refresh:
  254. @:
  255. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  256. @for dep in $?; do \
  257. case '$(am__configure_deps)' in \
  258. *$$dep*) \
  259. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  260. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  261. && exit 0; \
  262. exit 1;; \
  263. esac; \
  264. done; \
  265. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  266. $(am__cd) $(top_srcdir) && \
  267. $(AUTOMAKE) --foreign Makefile
  268. .PRECIOUS: Makefile
  269. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  270. @case '$?' in \
  271. *config.status*) \
  272. echo ' $(SHELL) ./config.status'; \
  273. $(SHELL) ./config.status;; \
  274. *) \
  275. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  276. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  277. esac;
  278. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  279. $(SHELL) ./config.status --recheck
  280. $(top_srcdir)/configure: $(am__configure_deps)
  281. $(am__cd) $(srcdir) && $(AUTOCONF)
  282. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  283. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  284. $(am__aclocal_m4_deps):
  285. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  286. @$(NORMAL_INSTALL)
  287. test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  288. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  289. list2=; for p in $$list; do \
  290. if test -f $$p; then \
  291. list2="$$list2 $$p"; \
  292. else :; fi; \
  293. done; \
  294. test -z "$$list2" || { \
  295. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  296. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  297. }
  298. uninstall-libLTLIBRARIES:
  299. @$(NORMAL_UNINSTALL)
  300. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  301. for p in $$list; do \
  302. $(am__strip_dir) \
  303. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  304. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  305. done
  306. clean-libLTLIBRARIES:
  307. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  308. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  309. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  310. test "$$dir" != "$$p" || dir=.; \
  311. echo "rm -f \"$${dir}/so_locations\""; \
  312. rm -f "$${dir}/so_locations"; \
  313. done
  314. parser.h: parser.c
  315. @if test ! -f $@; then \
  316. rm -f parser.c; \
  317. $(MAKE) $(AM_MAKEFLAGS) parser.c; \
  318. else :; fi
  319. libparsley.la: $(libparsley_la_OBJECTS) $(libparsley_la_DEPENDENCIES)
  320. $(LINK) -rpath $(libdir) $(libparsley_la_OBJECTS) $(libparsley_la_LIBADD) $(LIBS)
  321. install-binPROGRAMS: $(bin_PROGRAMS)
  322. @$(NORMAL_INSTALL)
  323. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  324. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  325. for p in $$list; do echo "$$p $$p"; done | \
  326. sed 's/$(EXEEXT)$$//' | \
  327. while read p p1; do if test -f $$p || test -f $$p1; \
  328. then echo "$$p"; echo "$$p"; else :; fi; \
  329. done | \
  330. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  331. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  332. sed 'N;N;N;s,\n, ,g' | \
  333. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  334. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  335. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  336. else { print "f", $$3 "/" $$4, $$1; } } \
  337. END { for (d in files) print "f", d, files[d] }' | \
  338. while read type dir files; do \
  339. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  340. test -z "$$files" || { \
  341. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  342. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  343. } \
  344. ; done
  345. uninstall-binPROGRAMS:
  346. @$(NORMAL_UNINSTALL)
  347. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  348. files=`for p in $$list; do echo "$$p"; done | \
  349. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  350. -e 's/$$/$(EXEEXT)/' `; \
  351. test -n "$$list" || exit 0; \
  352. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  353. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  354. clean-binPROGRAMS:
  355. @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  356. echo " rm -f" $$list; \
  357. rm -f $$list || exit $$?; \
  358. test -n "$(EXEEXT)" || exit 0; \
  359. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  360. echo " rm -f" $$list; \
  361. rm -f $$list
  362. parsley$(EXEEXT): $(parsley_OBJECTS) $(parsley_DEPENDENCIES)
  363. @rm -f parsley$(EXEEXT)
  364. $(LINK) $(parsley_OBJECTS) $(parsley_LDADD) $(LIBS)
  365. parsleyc$(EXEEXT): $(parsleyc_OBJECTS) $(parsleyc_DEPENDENCIES)
  366. @rm -f parsleyc$(EXEEXT)
  367. $(LINK) $(parsleyc_OBJECTS) $(parsleyc_LDADD) $(LIBS)
  368. mostlyclean-compile:
  369. -rm -f *.$(OBJEXT)
  370. distclean-compile:
  371. -rm -f *.tab.c
  372. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@
  373. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsed_xpath.Plo@am__quote@
  374. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Plo@am__quote@
  375. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsley.Plo@am__quote@
  376. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsley_main.Po@am__quote@
  377. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsleyc_main.Po@am__quote@
  378. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexp.Plo@am__quote@
  379. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Plo@am__quote@
  380. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
  381. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml2json.Plo@am__quote@
  382. .c.o:
  383. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  384. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  385. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  386. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  387. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  388. .c.obj:
  389. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  390. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  391. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  392. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  393. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  394. .c.lo:
  395. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  396. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  397. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  398. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  399. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  400. .l.c:
  401. $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
  402. .y.c:
  403. $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
  404. mostlyclean-libtool:
  405. -rm -f *.lo
  406. clean-libtool:
  407. -rm -rf .libs _libs
  408. distclean-libtool:
  409. -rm -f libtool config.lt
  410. install-includeHEADERS: $(include_HEADERS)
  411. @$(NORMAL_INSTALL)
  412. test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
  413. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  414. for p in $$list; do \
  415. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  416. echo "$$d$$p"; \
  417. done | $(am__base_list) | \
  418. while read files; do \
  419. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  420. $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  421. done
  422. uninstall-includeHEADERS:
  423. @$(NORMAL_UNINSTALL)
  424. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  425. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  426. test -n "$$files" || exit 0; \
  427. echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
  428. cd "$(DESTDIR)$(includedir)" && rm -f $$files
  429. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  430. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  431. unique=`for i in $$list; do \
  432. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  433. done | \
  434. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  435. END { if (nonempty) { for (i in files) print i; }; }'`; \
  436. mkid -fID $$unique
  437. tags: TAGS
  438. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  439. $(TAGS_FILES) $(LISP)
  440. set x; \
  441. here=`pwd`; \
  442. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  443. unique=`for i in $$list; do \
  444. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  445. done | \
  446. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  447. END { if (nonempty) { for (i in files) print i; }; }'`; \
  448. shift; \
  449. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  450. test -n "$$unique" || unique=$$empty_fix; \
  451. if test $$# -gt 0; then \
  452. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  453. "$$@" $$unique; \
  454. else \
  455. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  456. $$unique; \
  457. fi; \
  458. fi
  459. ctags: CTAGS
  460. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  461. $(TAGS_FILES) $(LISP)
  462. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  463. unique=`for i in $$list; do \
  464. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  465. done | \
  466. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  467. END { if (nonempty) { for (i in files) print i; }; }'`; \
  468. test -z "$(CTAGS_ARGS)$$unique" \
  469. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  470. $$unique
  471. GTAGS:
  472. here=`$(am__cd) $(top_builddir) && pwd` \
  473. && $(am__cd) $(top_srcdir) \
  474. && gtags -i $(GTAGS_ARGS) "$$here"
  475. distclean-tags:
  476. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  477. distdir: $(DISTFILES)
  478. $(am__remove_distdir)
  479. test -d "$(distdir)" || mkdir "$(distdir)"
  480. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  481. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  482. list='$(DISTFILES)'; \
  483. dist_files=`for file in $$list; do echo $$file; done | \
  484. sed -e "s|^$$srcdirstrip/||;t" \
  485. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  486. case $$dist_files in \
  487. */*) $(MKDIR_P) `echo "$$dist_files" | \
  488. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  489. sort -u` ;; \
  490. esac; \
  491. for file in $$dist_files; do \
  492. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  493. if test -d $$d/$$file; then \
  494. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  495. if test -d "$(distdir)/$$file"; then \
  496. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  497. fi; \
  498. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  499. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  500. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  501. fi; \
  502. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  503. else \
  504. test -f "$(distdir)/$$file" \
  505. || cp -p $$d/$$file "$(distdir)/$$file" \
  506. || exit 1; \
  507. fi; \
  508. done
  509. -test -n "$(am__skip_mode_fix)" \
  510. || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  511. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  512. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  513. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  514. || chmod -R a+r "$(distdir)"
  515. dist-gzip: distdir
  516. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  517. $(am__remove_distdir)
  518. dist-bzip2: distdir
  519. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  520. $(am__remove_distdir)
  521. dist-lzma: distdir
  522. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  523. $(am__remove_distdir)
  524. dist-xz: distdir
  525. tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  526. $(am__remove_distdir)
  527. dist-tarZ: distdir
  528. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  529. $(am__remove_distdir)
  530. dist-shar: distdir
  531. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  532. $(am__remove_distdir)
  533. dist-zip: distdir
  534. -rm -f $(distdir).zip
  535. zip -rq $(distdir).zip $(distdir)
  536. $(am__remove_distdir)
  537. dist dist-all: distdir
  538. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  539. $(am__remove_distdir)
  540. # This target untars the dist file and tries a VPATH configuration. Then
  541. # it guarantees that the distribution is self-contained by making another
  542. # tarfile.
  543. distcheck: dist
  544. case '$(DIST_ARCHIVES)' in \
  545. *.tar.gz*) \
  546. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  547. *.tar.bz2*) \
  548. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  549. *.tar.lzma*) \
  550. unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
  551. *.tar.xz*) \
  552. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  553. *.tar.Z*) \
  554. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  555. *.shar.gz*) \
  556. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  557. *.zip*) \
  558. unzip $(distdir).zip ;;\
  559. esac
  560. chmod -R a-w $(distdir); chmod a+w $(distdir)
  561. mkdir $(distdir)/_build
  562. mkdir $(distdir)/_inst
  563. chmod a-w $(distdir)
  564. test -d $(distdir)/_build || exit 0; \
  565. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  566. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  567. && am__cwd=`pwd` \
  568. && $(am__cd) $(distdir)/_build \
  569. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  570. $(DISTCHECK_CONFIGURE_FLAGS) \
  571. && $(MAKE) $(AM_MAKEFLAGS) \
  572. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  573. && $(MAKE) $(AM_MAKEFLAGS) check \
  574. && $(MAKE) $(AM_MAKEFLAGS) install \
  575. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  576. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  577. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  578. distuninstallcheck \
  579. && chmod -R a-w "$$dc_install_base" \
  580. && ({ \
  581. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  582. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  583. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  584. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  585. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  586. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  587. && rm -rf "$$dc_destdir" \
  588. && $(MAKE) $(AM_MAKEFLAGS) dist \
  589. && rm -rf $(DIST_ARCHIVES) \
  590. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  591. && cd "$$am__cwd" \
  592. || exit 1
  593. $(am__remove_distdir)
  594. @(echo "$(distdir) archives ready for distribution: "; \
  595. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  596. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  597. distuninstallcheck:
  598. @$(am__cd) '$(distuninstallcheck_dir)' \
  599. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  600. || { echo "ERROR: files left after uninstall:" ; \
  601. if test -n "$(DESTDIR)"; then \
  602. echo " (check DESTDIR support)"; \
  603. fi ; \
  604. $(distuninstallcheck_listfiles) ; \
  605. exit 1; } >&2
  606. distcleancheck: distclean
  607. @if test '$(srcdir)' = . ; then \
  608. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  609. exit 1 ; \
  610. fi
  611. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  612. || { echo "ERROR: files left in build directory after distclean:" ; \
  613. $(distcleancheck_listfiles) ; \
  614. exit 1; } >&2
  615. check-am: all-am
  616. check: $(BUILT_SOURCES)
  617. $(MAKE) $(AM_MAKEFLAGS) check-am
  618. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
  619. install-binPROGRAMS: install-libLTLIBRARIES
  620. installdirs:
  621. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
  622. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  623. done
  624. install: $(BUILT_SOURCES)
  625. $(MAKE) $(AM_MAKEFLAGS) install-am
  626. install-exec: install-exec-am
  627. install-data: install-data-am
  628. uninstall: uninstall-am
  629. install-am: all-am
  630. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  631. installcheck: installcheck-am
  632. install-strip:
  633. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  634. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  635. `test -z '$(STRIP)' || \
  636. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  637. mostlyclean-generic:
  638. clean-generic:
  639. distclean-generic:
  640. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  641. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  642. maintainer-clean-generic:
  643. @echo "This command is intended for maintainers to use"
  644. @echo "it deletes files that may require special tools to rebuild."
  645. -rm -f parser.c
  646. -rm -f parser.h
  647. -rm -f scanner.c
  648. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  649. clean: clean-am
  650. clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
  651. clean-libtool mostlyclean-am
  652. distclean: distclean-am
  653. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  654. -rm -rf ./$(DEPDIR)
  655. -rm -f Makefile
  656. distclean-am: clean-am distclean-compile distclean-generic \
  657. distclean-libtool distclean-tags
  658. dvi: dvi-am
  659. dvi-am:
  660. html: html-am
  661. html-am:
  662. info: info-am
  663. info-am:
  664. install-data-am: install-includeHEADERS
  665. install-dvi: install-dvi-am
  666. install-dvi-am:
  667. install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
  668. install-html: install-html-am
  669. install-html-am:
  670. install-info: install-info-am
  671. install-info-am:
  672. install-man:
  673. install-pdf: install-pdf-am
  674. install-pdf-am:
  675. install-ps: install-ps-am
  676. install-ps-am:
  677. installcheck-am:
  678. maintainer-clean: maintainer-clean-am
  679. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  680. -rm -rf $(top_srcdir)/autom4te.cache
  681. -rm -rf ./$(DEPDIR)
  682. -rm -f Makefile
  683. maintainer-clean-am: distclean-am maintainer-clean-generic
  684. mostlyclean: mostlyclean-am
  685. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  686. mostlyclean-libtool
  687. pdf: pdf-am
  688. pdf-am:
  689. ps: ps-am
  690. ps-am:
  691. uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
  692. uninstall-libLTLIBRARIES
  693. .MAKE: all check install install-am install-strip
  694. .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
  695. clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
  696. clean-libtool ctags dist dist-all dist-bzip2 dist-gzip \
  697. dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
  698. distclean distclean-compile distclean-generic \
  699. distclean-libtool distclean-tags distcleancheck distdir \
  700. distuninstallcheck dvi dvi-am html html-am info info-am \
  701. install install-am install-binPROGRAMS install-data \
  702. install-data-am install-dvi install-dvi-am install-exec \
  703. install-exec-am install-html install-html-am \
  704. install-includeHEADERS install-info install-info-am \
  705. install-libLTLIBRARIES install-man install-pdf install-pdf-am \
  706. install-ps install-ps-am install-strip installcheck \
  707. installcheck-am installdirs maintainer-clean \
  708. maintainer-clean-generic mostlyclean mostlyclean-compile \
  709. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  710. tags uninstall uninstall-am uninstall-binPROGRAMS \
  711. uninstall-includeHEADERS uninstall-libLTLIBRARIES
  712. valgrind:
  713. ./libtool --mode=execute valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=20 --track-fds=yes ./parsley test/fictional.let test/fictional.html
  714. profile:
  715. ./libtool --mode=execute valgrind --tool=callgrind ./parsley test/fictional.let test/fictional.html
  716. install-all:
  717. ./bootstrap.sh && ./configure && make && make install && cd ruby && rake install && cd ../python && python setup.py install
  718. bench:
  719. @echo "yelp..."; ./parsley test/yelp.let test/yelp.html > /dev/null
  720. @echo "craigs-simple..."; ./parsley test/craigs-simple.let test/craigs-simple.html > /dev/null
  721. @echo "yelp-home..."; ./parsley test/yelp-home.let test/yelp-home.html > /dev/null
  722. @echo "craigs..."; ./parsley test/craigs.let test/craigs.html > /dev/null
  723. check-am:
  724. @echo "ambiguous..."; ./parsley test/ambiguous.let test/ambiguous.html 2>&1 | diff test/ambiguous.json - && echo " success."
  725. @echo "unicode..."; ./parsley test/unicode.let test/unicode.html 2>&1 | diff test/unicode.json - && echo " success."
  726. @echo "contains..."; ./parsley test/contains.let test/contains.html 2>&1 | diff test/contains.json - && echo " success."
  727. @echo "math_ambiguity..."; ./parsley test/math_ambiguity.let test/math_ambiguity.html 2>&1 | diff test/math_ambiguity.json - && echo " success."
  728. @echo "content..."; ./parsley test/content.let test/content.html 2>&1 | diff test/content.json - && echo " success."
  729. @echo "whitespace..."; ./parsley test/whitespace.let test/whitespace.html 2>&1 | diff test/whitespace.json - && echo " success."
  730. @echo "backslash..."; ./parsley test/backslash.let test/backslash.html 2>&1 | diff test/backslash.json - && echo " success."
  731. @echo "question_regressions..."; ./parsley test/question_regressions.let test/question_regressions.html 2>&1 | diff test/question_regressions.json - && echo " success."
  732. @echo "outer-xml..."; ./parsley test/outer-xml.let test/outer-xml.html 2>&1 | diff test/outer-xml.json - && echo " success."
  733. @echo "segfault..."; ./parsley test/segfault.let test/segfault.html 2>&1 | diff test/segfault.json - && echo " success."
  734. @echo "sg_off..."; ./parsley test/sg_off.let test/sg_off.html 2>&1 | diff test/sg_off.json - && echo " success."
  735. @echo "nth-regression..."; ./parsley test/nth-regression.let test/nth-regression.html 2>&1 | diff test/nth-regression.json - && echo " success."
  736. @echo "array-regression..."; ./parsley test/array-regression.let test/array-regression.html 2>&1 | diff test/array-regression.json - && echo " success."
  737. @echo "fictional..."; ./parsley test/fictional.let test/fictional.html 2>&1 | diff test/fictional.json - && echo " success."
  738. @echo "fictional-opt..."; ./parsley test/fictional-opt.let test/fictional-opt.html 2>&1 | diff test/fictional-opt.json - && echo " success."
  739. @echo "function-magic..."; ./parsley test/function-magic.let test/function-magic.html 2>&1 | diff test/function-magic.json - && echo " success."
  740. @echo "malformed-expr..."; ./parsley test/malformed-expr.let test/malformed-expr.html 2>&1 | diff test/malformed-expr.json - && echo " success."
  741. @echo "malformed-json..."; ./parsley test/malformed-json.let test/malformed-json.html 2>&1 | diff test/malformed-json.json - && echo " success."
  742. @echo "malformed-array..."; ./parsley test/malformed-array.let test/malformed-array.html 2>&1 | diff test/malformed-array.json - && echo " success."
  743. @echo "css_attr..."; ./parsley -x test/css_attr.let test/css_attr.html 2>&1 | diff test/css_attr.json - && echo " success."
  744. @echo "position..."; ./parsley test/position.let test/position.html 2>&1 | diff test/position.json - && echo " success."
  745. @echo "replace..."; ./parsley -x test/replace.let test/replace.xml 2>&1 | diff test/replace.json - && echo " success."
  746. @echo "scope..."; ./parsley test/scope.let test/scope.html 2>&1 | diff test/scope.json - && echo " success."
  747. @echo "test..."; ./parsley -x test/test.let test/test.xml 2>&1 | diff test/test.json - && echo " success."
  748. @echo "yelp..."; ./parsley test/yelp.let test/yelp.html 2>&1 | diff test/yelp.json - && echo " success."
  749. @echo "optional..."; ./parsley test/optional.let test/optional.html 2>&1 | diff test/optional.json - && echo " success."
  750. @echo "empty..."; ./parsley test/empty.let test/empty.html 2>&1 | diff test/empty.json - && echo " success."
  751. @echo "craigs-simple..."; ./parsley test/craigs-simple.let test/craigs-simple.html 2>&1 | diff test/craigs-simple.json - && echo " success."
  752. @echo "yelp-home..."; ./parsley test/yelp-home.let test/yelp-home.html 2>&1 | diff test/yelp-home.json - && echo " success."
  753. @echo "bang..."; ./parsley test/bang.let test/bang.html 2>&1 | diff test/bang.json - && echo " success."
  754. @echo "cool..."; perl -e 'alarm shift @ARGV; exec @ARGV' 1 ./parsley test/cool.let test/cool.html 2>&1 | diff test/cool.json - && echo " success."
  755. @echo "trivial2..."; ./parsley test/trivial2.let test/trivial2.html 2>&1 | diff test/trivial2.json - && echo " success."
  756. @echo "trivial..."; ./parsley test/trivial.let test/trivial.html 2>&1 | diff test/trivial.json - && echo " success."
  757. @echo "match..."; ./parsley -x test/match.let test/match.xml 2>&1 | diff test/match.json - && echo " success."
  758. @echo "quote..."; ./parsley test/quote.let test/quote.xml 2>&1 | diff test/quote.json - && echo " success."
  759. @echo "unbang..."; ./parsley test/unbang.let test/unbang.html 2>&1 | diff test/unbang.json - && echo " success."
  760. @echo "malformed-xpath..."; ./parsley test/malformed-xpath.let test/malformed-xpath.html 2>&1 | diff test/malformed-xpath.json - && echo " success."
  761. @echo "remote-fail..."; ./parsley -z test/remote.let test/remote.html 2>&1 | diff test/remote-fail.json - && echo " success."
  762. @echo "crash..."; ./parsley test/crash.let test/crash.html 2>&1 | diff test/crash.json - && echo " success."
  763. @echo "reddit..."; ./parsley test/reddit.let test/reddit.html 2>&1 | diff test/reddit.json - && echo " success."
  764. @echo "div..."; ./parsley test/div.let test/div.html 2>&1 | diff test/div.json - && echo " success."
  765. @echo "default-namespace..."; ./parsley -x test/default-namespace.let test/default-namespace.xml 2>&1 | diff test/default-namespace.json - && echo " success."
  766. @echo "sg-wrap..."; ./parsley -s test/sg-wrap.let test/sg-wrap.html 2>&1 | diff test/sg-wrap.json - && echo " success."
  767. @echo "collate_regression..."; ./parsley test/collate_regression.let test/collate_regression.html 2>&1 | diff test/collate_regression.json - && echo " success."
  768. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  769. # Otherwise a system limit (for SysV at least) may be exceeded.
  770. .NOEXPORT: