1# Makefile.in generated by automake 1.11.6 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6# Foundation, Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# -*- Mode: Makefile -*- 19# 20# Makefile.am - automake file for Rasqal syntax LAQRS tests 21# 22# Copyright (C) 2007-2010, David Beckett http://www.dajobe.org/ 23# 24# This package is Free Software and part of Redland http://librdf.org/ 25# 26# It is licensed under the following three licenses as alternatives: 27# 1. GNU Lesser General Public License (LGPL) V2.1 or any newer version 28# 2. GNU General Public License (GPL) V2 or any newer version 29# 3. Apache License, V2.0 or any newer version 30# 31# You may not use this file except in compliance with at least one of 32# the above three licenses. 33# 34# See LICENSE.html or LICENSE.txt at the top of this package for the 35# complete terms and further detail along with the license texts for 36# the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively. 37# 38VPATH = @srcdir@ 39am__make_dryrun = \ 40 { \ 41 am__dry=no; \ 42 case $$MAKEFLAGS in \ 43 *\\[\ \ ]*) \ 44 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 45 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 46 *) \ 47 for am__flg in $$MAKEFLAGS; do \ 48 case $$am__flg in \ 49 *=*|--*) ;; \ 50 *n*) am__dry=yes; break;; \ 51 esac; \ 52 done;; \ 53 esac; \ 54 test $$am__dry = yes; \ 55 } 56pkgdatadir = $(datadir)/@PACKAGE@ 57pkgincludedir = $(includedir)/@PACKAGE@ 58pkglibdir = $(libdir)/@PACKAGE@ 59pkglibexecdir = $(libexecdir)/@PACKAGE@ 60am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 61install_sh_DATA = $(install_sh) -c -m 644 62install_sh_PROGRAM = $(install_sh) -c 63install_sh_SCRIPT = $(install_sh) -c 64INSTALL_HEADER = $(INSTALL_DATA) 65transform = $(program_transform_name) 66NORMAL_INSTALL = : 67PRE_INSTALL = : 68POST_INSTALL = : 69NORMAL_UNINSTALL = : 70PRE_UNINSTALL = : 71POST_UNINSTALL = : 72build_triplet = @build@ 73host_triplet = @host@ 74subdir = tests/laqrs/syntax 75DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 76ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 77am__aclocal_m4_deps = $(top_srcdir)/build/gtk-doc.m4 \ 78 $(top_srcdir)/build/libtool.m4 \ 79 $(top_srcdir)/build/ltoptions.m4 \ 80 $(top_srcdir)/build/ltsugar.m4 \ 81 $(top_srcdir)/build/ltversion.m4 \ 82 $(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/build/pkg.m4 \ 83 $(top_srcdir)/configure.ac 84am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 85 $(ACLOCAL_M4) 86mkinstalldirs = $(install_sh) -d 87CONFIG_HEADER = $(top_builddir)/src/rasqal_config.h 88CONFIG_CLEAN_FILES = 89CONFIG_CLEAN_VPATH_FILES = 90AM_V_GEN = $(am__v_GEN_@AM_V@) 91am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 92am__v_GEN_0 = @echo " GEN " $@; 93AM_V_at = $(am__v_at_@AM_V@) 94am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 95am__v_at_0 = @ 96SOURCES = 97DIST_SOURCES = 98am__can_run_installinfo = \ 99 case $$AM_UPDATE_INFO_DIR in \ 100 n|no|NO) false;; \ 101 *) (install-info --version) >/dev/null 2>&1;; \ 102 esac 103DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 104ACLOCAL = @ACLOCAL@ 105AMTAR = @AMTAR@ 106AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 107AR = @AR@ 108AUTOCONF = @AUTOCONF@ 109AUTOHEADER = @AUTOHEADER@ 110AUTOMAKE = @AUTOMAKE@ 111AWK = @AWK@ 112BISON = @BISON@ 113CC = @CC@ 114CCDEPMODE = @CCDEPMODE@ 115CFLAGS = @CFLAGS@ 116CPP = @CPP@ 117CPPFLAGS = @CPPFLAGS@ 118CYGPATH_W = @CYGPATH_W@ 119DEFS = @DEFS@ 120DEPDIR = @DEPDIR@ 121DLLTOOL = @DLLTOOL@ 122DSYMUTIL = @DSYMUTIL@ 123DUMPBIN = @DUMPBIN@ 124ECHO_C = @ECHO_C@ 125ECHO_N = @ECHO_N@ 126ECHO_T = @ECHO_T@ 127EGREP = @EGREP@ 128EXEEXT = @EXEEXT@ 129FGREP = @FGREP@ 130GREP = @GREP@ 131GTKDOC_CHECK = @GTKDOC_CHECK@ 132GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ 133GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ 134GTKDOC_MKPDF = @GTKDOC_MKPDF@ 135GTKDOC_REBASE = @GTKDOC_REBASE@ 136HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ 137HAVE_TIME_H = @HAVE_TIME_H@ 138HTML_DIR = @HTML_DIR@ 139INSTALL = @INSTALL@ 140INSTALL_DATA = @INSTALL_DATA@ 141INSTALL_PROGRAM = @INSTALL_PROGRAM@ 142INSTALL_SCRIPT = @INSTALL_SCRIPT@ 143INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 144LD = @LD@ 145LDFLAGS = @LDFLAGS@ 146LEX = @LEX@ 147LEXLIB = @LEXLIB@ 148LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 149LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ 150LIBOBJS = @LIBOBJS@ 151LIBS = @LIBS@ 152LIBTOOL = @LIBTOOL@ 153LIPO = @LIPO@ 154LN_S = @LN_S@ 155LTLIBOBJS = @LTLIBOBJS@ 156MAINT = @MAINT@ 157MAKEINFO = @MAKEINFO@ 158MANIFEST_TOOL = @MANIFEST_TOOL@ 159MEM = @MEM@ 160MEM_LIBS = @MEM_LIBS@ 161MKDIR_P = @MKDIR_P@ 162NM = @NM@ 163NMEDIT = @NMEDIT@ 164OBJDUMP = @OBJDUMP@ 165OBJEXT = @OBJEXT@ 166OTOOL = @OTOOL@ 167OTOOL64 = @OTOOL64@ 168PACKAGE = @PACKAGE@ 169PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 170PACKAGE_NAME = @PACKAGE_NAME@ 171PACKAGE_STRING = @PACKAGE_STRING@ 172PACKAGE_TARNAME = @PACKAGE_TARNAME@ 173PACKAGE_URL = @PACKAGE_URL@ 174PACKAGE_VERSION = @PACKAGE_VERSION@ 175PATH_SEPARATOR = @PATH_SEPARATOR@ 176PCRE_CONFIG = @PCRE_CONFIG@ 177PERL = @PERL@ 178PKGCONFIG_CFLAGS = @PKGCONFIG_CFLAGS@ 179PKGCONFIG_LIBS = @PKGCONFIG_LIBS@ 180PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@ 181PKG_CONFIG = @PKG_CONFIG@ 182PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 183PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 184RANLIB = @RANLIB@ 185RAPTOR2_CFLAGS = @RAPTOR2_CFLAGS@ 186RAPTOR2_LIBS = @RAPTOR2_LIBS@ 187RAPTOR_MIN_VERSION = @RAPTOR_MIN_VERSION@ 188RAPTOR_VERSION_DEC = @RAPTOR_VERSION_DEC@ 189RASQAL_EXTERNAL_LIBS = @RASQAL_EXTERNAL_LIBS@ 190RASQAL_INTERNAL_CPPFLAGS = @RASQAL_INTERNAL_CPPFLAGS@ 191RASQAL_INTERNAL_LIBS = @RASQAL_INTERNAL_LIBS@ 192RASQAL_LIBTOOLLIBS = @RASQAL_LIBTOOLLIBS@ 193RASQAL_LIBTOOL_VERSION = @RASQAL_LIBTOOL_VERSION@ 194RASQAL_VERSION = @RASQAL_VERSION@ 195RASQAL_VERSION_DECIMAL = @RASQAL_VERSION_DECIMAL@ 196RASQAL_VERSION_MAJOR = @RASQAL_VERSION_MAJOR@ 197RASQAL_VERSION_MINOR = @RASQAL_VERSION_MINOR@ 198RASQAL_VERSION_RELEASE = @RASQAL_VERSION_RELEASE@ 199RECHO = @RECHO@ 200RECHO_C = @RECHO_C@ 201RECHO_N = @RECHO_N@ 202SED = @SED@ 203SET_MAKE = @SET_MAKE@ 204SHELL = @SHELL@ 205STANDARD_CFLAGS = @STANDARD_CFLAGS@ 206STRIP = @STRIP@ 207TAR = @TAR@ 208UUID_CFLAGS = @UUID_CFLAGS@ 209UUID_CONFIG = @UUID_CONFIG@ 210UUID_LIBS = @UUID_LIBS@ 211VERSION = @VERSION@ 212XML_CONFIG = @XML_CONFIG@ 213abs_builddir = @abs_builddir@ 214abs_srcdir = @abs_srcdir@ 215abs_top_builddir = @abs_top_builddir@ 216abs_top_srcdir = @abs_top_srcdir@ 217ac_ct_AR = @ac_ct_AR@ 218ac_ct_CC = @ac_ct_CC@ 219ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 220am__include = @am__include@ 221am__leading_dot = @am__leading_dot@ 222am__quote = @am__quote@ 223am__tar = @am__tar@ 224am__untar = @am__untar@ 225bindir = @bindir@ 226build = @build@ 227build_alias = @build_alias@ 228build_cpu = @build_cpu@ 229build_os = @build_os@ 230build_vendor = @build_vendor@ 231builddir = @builddir@ 232datadir = @datadir@ 233datarootdir = @datarootdir@ 234docdir = @docdir@ 235dvidir = @dvidir@ 236exec_prefix = @exec_prefix@ 237host = @host@ 238host_alias = @host_alias@ 239host_cpu = @host_cpu@ 240host_os = @host_os@ 241host_vendor = @host_vendor@ 242htmldir = @htmldir@ 243includedir = @includedir@ 244infodir = @infodir@ 245install_sh = @install_sh@ 246libdir = @libdir@ 247libexecdir = @libexecdir@ 248localedir = @localedir@ 249localstatedir = @localstatedir@ 250mandir = @mandir@ 251mkdir_p = @mkdir_p@ 252oldincludedir = @oldincludedir@ 253pdfdir = @pdfdir@ 254prefix = @prefix@ 255program_transform_name = @program_transform_name@ 256psdir = @psdir@ 257sbindir = @sbindir@ 258sharedstatedir = @sharedstatedir@ 259srcdir = @srcdir@ 260sysconfdir = @sysconfdir@ 261target_alias = @target_alias@ 262top_build_prefix = @top_build_prefix@ 263top_builddir = @top_builddir@ 264top_srcdir = @top_srcdir@ 265LAQRS_MODEL_FILES = \ 266data.n3 267 268LAQRS_TEST_FILES = \ 269agg-function1.rq \ 270coalesce1.rq \ 271count1.rq \ 272count2.rq \ 273count3.rq \ 274count4.rq \ 275coverage.rq \ 276explain.rq \ 277function-distinct1.rq \ 278delete.rq \ 279in1.rq \ 280in2.rq \ 281insert.rq \ 282avg1.rq \ 283max1.rq \ 284min1.rq \ 285sum1.rq \ 286let1.rq \ 287let2.rq \ 288let3.rq \ 289let4.rq \ 290strdt1.rq \ 291strdt2.rq \ 292strlang1.rq \ 293bnode1.rq \ 294bnode2.rq \ 295uri1.rq \ 296iri1.rq \ 297if1.rq 298 299LAQRS_BAD_TEST_FILES = \ 300bad-select-expr.rq 301 302EXPECTED_LAQRS_CORRECT_FAILURES = 303EXTRA_DIST = \ 304$(LAQRS_MODEL_FILES) \ 305$(LAQRS_TEST_FILES) \ 306$(LAQRS_BAD_TEST_FILES) 307 308all: all-am 309 310.SUFFIXES: 311$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 312 @for dep in $?; do \ 313 case '$(am__configure_deps)' in \ 314 *$$dep*) \ 315 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 316 && { if test -f $@; then exit 0; else break; fi; }; \ 317 exit 1;; \ 318 esac; \ 319 done; \ 320 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/laqrs/syntax/Makefile'; \ 321 $(am__cd) $(top_srcdir) && \ 322 $(AUTOMAKE) --gnu tests/laqrs/syntax/Makefile 323.PRECIOUS: Makefile 324Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 325 @case '$?' in \ 326 *config.status*) \ 327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 328 *) \ 329 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 330 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 331 esac; 332 333$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 335 336$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 337 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 338$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 339 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 340$(am__aclocal_m4_deps): 341 342mostlyclean-libtool: 343 -rm -f *.lo 344 345clean-libtool: 346 -rm -rf .libs _libs 347tags: TAGS 348TAGS: 349 350ctags: CTAGS 351CTAGS: 352 353 354distdir: $(DISTFILES) 355 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 356 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 357 list='$(DISTFILES)'; \ 358 dist_files=`for file in $$list; do echo $$file; done | \ 359 sed -e "s|^$$srcdirstrip/||;t" \ 360 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 361 case $$dist_files in \ 362 */*) $(MKDIR_P) `echo "$$dist_files" | \ 363 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 364 sort -u` ;; \ 365 esac; \ 366 for file in $$dist_files; do \ 367 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 368 if test -d $$d/$$file; then \ 369 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 370 if test -d "$(distdir)/$$file"; then \ 371 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 372 fi; \ 373 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 374 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 375 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 376 fi; \ 377 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 378 else \ 379 test -f "$(distdir)/$$file" \ 380 || cp -p $$d/$$file "$(distdir)/$$file" \ 381 || exit 1; \ 382 fi; \ 383 done 384check-am: all-am 385 $(MAKE) $(AM_MAKEFLAGS) check-local 386check: check-am 387all-am: Makefile 388installdirs: 389install: install-am 390install-exec: install-exec-am 391install-data: install-data-am 392uninstall: uninstall-am 393 394install-am: all-am 395 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 396 397installcheck: installcheck-am 398install-strip: 399 if test -z '$(STRIP)'; then \ 400 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 401 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 402 install; \ 403 else \ 404 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 405 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 406 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 407 fi 408mostlyclean-generic: 409 410clean-generic: 411 412distclean-generic: 413 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 414 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 415 416maintainer-clean-generic: 417 @echo "This command is intended for maintainers to use" 418 @echo "it deletes files that may require special tools to rebuild." 419clean: clean-am 420 421clean-am: clean-generic clean-libtool mostlyclean-am 422 423distclean: distclean-am 424 -rm -f Makefile 425distclean-am: clean-am distclean-generic 426 427dvi: dvi-am 428 429dvi-am: 430 431html: html-am 432 433html-am: 434 435info: info-am 436 437info-am: 438 439install-data-am: 440 441install-dvi: install-dvi-am 442 443install-dvi-am: 444 445install-exec-am: 446 447install-html: install-html-am 448 449install-html-am: 450 451install-info: install-info-am 452 453install-info-am: 454 455install-man: 456 457install-pdf: install-pdf-am 458 459install-pdf-am: 460 461install-ps: install-ps-am 462 463install-ps-am: 464 465installcheck-am: 466 467maintainer-clean: maintainer-clean-am 468 -rm -f Makefile 469maintainer-clean-am: distclean-am maintainer-clean-generic 470 471mostlyclean: mostlyclean-am 472 473mostlyclean-am: mostlyclean-generic mostlyclean-libtool 474 475pdf: pdf-am 476 477pdf-am: 478 479ps: ps-am 480 481ps-am: 482 483uninstall-am: 484 485.MAKE: check-am install-am install-strip 486 487.PHONY: all all-am check check-am check-local clean clean-generic \ 488 clean-libtool distclean distclean-generic distclean-libtool \ 489 distdir dvi dvi-am html html-am info info-am install \ 490 install-am install-data install-data-am install-dvi \ 491 install-dvi-am install-exec install-exec-am install-html \ 492 install-html-am install-info install-info-am install-man \ 493 install-pdf install-pdf-am install-ps install-ps-am \ 494 install-strip installcheck installcheck-am installdirs \ 495 maintainer-clean maintainer-clean-generic mostlyclean \ 496 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 497 uninstall uninstall-am 498 499 500build-sparql-parser-test: 501 @(cd $(top_builddir)/src ; $(MAKE) sparql_parser_test) 502 503check-local: build-sparql-parser-test 504 @$(PERL) $(srcdir)/../../improve . 505 506get-testsuites-list: 507 @echo "laqrs-parse-good laqrs-parse-bad" 508 509get-testsuite-laqrs-parse-good: 510 @prog=sparql_parser_test; \ 511 $(RECHO) '@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .'; \ 512 $(RECHO) '@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .'; \ 513 $(RECHO) '@prefix t: <http://ns.librdf.org/2009/test-manifest#> .'; \ 514 $(RECHO) ' '; \ 515 $(RECHO) "<> a mf:Manifest; rdfs:comment \"LAQRS legal parsing\"; mf:entries ("; \ 516 for test in $(LAQRS_TEST_FILES); do \ 517 comment="laqrs parsing of $$test"; \ 518 $(RECHO) " [ a t:PositiveTest; mf:name \"$$test\"; rdfs:comment \"$$comment\"; mf:action \"$(top_builddir)/src/$$prog -i laqrs $(srcdir)/$$test\" ]"; \ 519 done; \ 520 $(RECHO) ")." 521 522get-testsuite-laqrs-parse-bad: 523 @prog=sparql_parser_test; \ 524 $(RECHO) '@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .'; \ 525 $(RECHO) '@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .'; \ 526 $(RECHO) '@prefix t: <http://ns.librdf.org/2009/test-manifest#> .'; \ 527 $(RECHO) ' '; \ 528 $(RECHO) "<> a mf:Manifest; rdfs:comment \"LAQRS illegal parsing\"; mf:entries ("; \ 529 for test in $(LAQRS_BAD_TEST_FILES); do \ 530 comment="laqrs failing to parse of $$test"; \ 531 $(RECHO) " [ a t:NegativeTest; mf:name \"$$test\"; rdfs:comment \"$$comment\"; mf:action \"$(top_builddir)/src/$$prog -i laqrs $(srcdir)/$$test\" ]"; \ 532 done; \ 533 $(RECHO) ")." 534 535# Tell versions [3.59,3.63) of GNU make to not export all variables. 536# Otherwise a system limit (for SysV at least) may be exceeded. 537.NOEXPORT: 538