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