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 LUA interface to Redland
21#
22# Copyright (C) 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# full license terms.
36#
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 = lua
75DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
76ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77am__aclocal_m4_deps = $(top_srcdir)/configure.ac
78am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79	$(ACLOCAL_M4)
80mkinstalldirs = $(install_sh) -d
81CONFIG_HEADER = $(top_builddir)/bindings_config.h
82CONFIG_CLEAN_FILES =
83CONFIG_CLEAN_VPATH_FILES =
84SOURCES =
85DIST_SOURCES =
86am__can_run_installinfo = \
87  case $$AM_UPDATE_INFO_DIR in \
88    n|no|NO) false;; \
89    *) (install-info --version) >/dev/null 2>&1;; \
90  esac
91am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
92am__vpath_adj = case $$p in \
93    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
94    *) f=$$p;; \
95  esac;
96am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
97am__install_max = 40
98am__nobase_strip_setup = \
99  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
100am__nobase_strip = \
101  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
102am__nobase_list = $(am__nobase_strip_setup); \
103  for p in $$list; do echo "$$p $$p"; done | \
104  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
105  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
106    if (++n[$$2] == $(am__install_max)) \
107      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
108    END { for (dir in files) print dir, files[dir] }'
109am__base_list = \
110  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
111  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
112am__uninstall_files_from_dir = { \
113  test -z "$$files" \
114    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
115    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
116         $(am__cd) "$$dir" && rm -f $$files; }; \
117  }
118am__installdirs = "$(DESTDIR)$(luadir)"
119DATA = $(lua_DATA)
120DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121ACLOCAL = @ACLOCAL@
122AMTAR = @AMTAR@
123AR = @AR@
124AUTOCONF = @AUTOCONF@
125AUTOHEADER = @AUTOHEADER@
126AUTOMAKE = @AUTOMAKE@
127AWK = @AWK@
128CC = @CC@
129CCDEPMODE = @CCDEPMODE@
130CFLAGS = @CFLAGS@
131CPP = @CPP@
132CPPFLAGS = @CPPFLAGS@
133CYGPATH_W = @CYGPATH_W@
134DEFS = @DEFS@
135DEPDIR = @DEPDIR@
136DLLTOOL = @DLLTOOL@
137DSYMUTIL = @DSYMUTIL@
138DUMPBIN = @DUMPBIN@
139ECHO = @ECHO@
140ECHO_C = @ECHO_C@
141ECHO_N = @ECHO_N@
142ECHO_T = @ECHO_T@
143EGREP = @EGREP@
144EXEEXT = @EXEEXT@
145FGREP = @FGREP@
146GREP = @GREP@
147INSTALL = @INSTALL@
148INSTALL_DATA = @INSTALL_DATA@
149INSTALL_PROGRAM = @INSTALL_PROGRAM@
150INSTALL_SCRIPT = @INSTALL_SCRIPT@
151INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152LD = @LD@
153LDFLAGS = @LDFLAGS@
154LIBOBJS = @LIBOBJS@
155LIBRDF_CPPFLAGS = @LIBRDF_CPPFLAGS@
156LIBRDF_LDFLAGS = @LIBRDF_LDFLAGS@
157LIBS = @LIBS@
158LIBTOOL = @LIBTOOL@
159LIPO = @LIPO@
160LN_S = @LN_S@
161LTLIBOBJS = @LTLIBOBJS@
162LUA = lua
163LUA_CFLAGS = @LUA_CFLAGS@
164LUA_LDFLAGS = @LUA_LDFLAGS@
165MAINT = @MAINT@
166MAKEINFO = @MAKEINFO@
167MANIFEST_TOOL = @MANIFEST_TOOL@
168MEM = @MEM@
169MEM_LIBS = @MEM_LIBS@
170MKDIR_P = @MKDIR_P@
171NM = @NM@
172NMEDIT = @NMEDIT@
173OBJDUMP = @OBJDUMP@
174OBJEXT = @OBJEXT@
175OTOOL = @OTOOL@
176OTOOL64 = @OTOOL64@
177PACKAGE = @PACKAGE@
178PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179PACKAGE_NAME = @PACKAGE_NAME@
180PACKAGE_STRING = @PACKAGE_STRING@
181PACKAGE_TARNAME = @PACKAGE_TARNAME@
182PACKAGE_URL = @PACKAGE_URL@
183PACKAGE_VERSION = @PACKAGE_VERSION@
184PATH_SEPARATOR = @PATH_SEPARATOR@
185PERL = @PERL@
186PERLINSTALLSITEARCH = @PERLINSTALLSITEARCH@
187PERLMAN3DIR = @PERLMAN3DIR@
188PERL_MAKEMAKER_ARGS = @PERL_MAKEMAKER_ARGS@
189PERL_VERSION = @PERL_VERSION@
190PHP = @PHP@
191PHP_CFLAGS = @PHP_CFLAGS@
192PHP_CONFIG = @PHP_CONFIG@
193PHP_EXTENSION_DIR = @PHP_EXTENSION_DIR@
194PHP_INCLUDES = @PHP_INCLUDES@
195PHP_LDFLAGS = @PHP_LDFLAGS@
196PHP_SO_SUFFIX = @PHP_SO_SUFFIX@
197PHP_SWIG = @PHP_SWIG@
198PHP_VERSION = @PHP_VERSION@
199PKG_CONFIG = @PKG_CONFIG@
200PYTHON = @PYTHON@
201PYTHON_INCLUDES = @PYTHON_INCLUDES@
202PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
203PYTHON_LIB = @PYTHON_LIB@
204PYTHON_LIBEXT = @PYTHON_LIBEXT@
205PYTHON_VERSION = @PYTHON_VERSION@
206RANLIB = @RANLIB@
207RAPTOR_LDFLAGS = @RAPTOR_LDFLAGS@
208RASQAL_LDFLAGS = @RASQAL_LDFLAGS@
209REDLAND_CONFIG = @REDLAND_CONFIG@
210REDLAND_RUN = @REDLAND_RUN@
211REDLAND_SWIG = @REDLAND_SWIG@
212REDLAND_VERSION = @REDLAND_VERSION@
213RUBY = @RUBY@
214RUBY_ARCH_INSTALLDIR = @RUBY_ARCH_INSTALLDIR@
215RUBY_CFLAGS = @RUBY_CFLAGS@
216RUBY_INCLUDES = @RUBY_INCLUDES@
217RUBY_INSTALLDIR = @RUBY_INSTALLDIR@
218RUBY_LDFLAGS = @RUBY_LDFLAGS@
219RUBY_PACKAGE = @RUBY_PACKAGE@
220RUBY_SO_SUFFIX = @RUBY_SO_SUFFIX@
221RUBY_VERSION = @RUBY_VERSION@
222SD = @SD@
223SED = @SED@
224SET_MAKE = @SET_MAKE@
225SHELL = @SHELL@
226STANDARD_CFLAGS = @STANDARD_CFLAGS@
227STRIP = @STRIP@
228SWIG = @SWIG@
229SWIG_PYTHON_ARGS = @SWIG_PYTHON_ARGS@
230TAR = @TAR@
231VERSION = @VERSION@
232abs_builddir = @abs_builddir@
233abs_srcdir = @abs_srcdir@
234abs_top_builddir = @abs_top_builddir@
235abs_top_srcdir = @abs_top_srcdir@
236ac_ct_AR = @ac_ct_AR@
237ac_ct_CC = @ac_ct_CC@
238ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
239am__include = @am__include@
240am__leading_dot = @am__leading_dot@
241am__quote = @am__quote@
242am__tar = @am__tar@
243am__untar = @am__untar@
244bindir = @bindir@
245build = @build@
246build_alias = @build_alias@
247build_cpu = @build_cpu@
248build_os = @build_os@
249build_vendor = @build_vendor@
250builddir = @builddir@
251datadir = @datadir@
252datarootdir = @datarootdir@
253docdir = @docdir@
254dvidir = @dvidir@
255exec_prefix = @exec_prefix@
256host = @host@
257host_alias = @host_alias@
258host_cpu = @host_cpu@
259host_os = @host_os@
260host_vendor = @host_vendor@
261htmldir = @htmldir@
262includedir = @includedir@
263infodir = @infodir@
264install_sh = @install_sh@
265libdir = @libdir@
266libexecdir = @libexecdir@
267localedir = @localedir@
268localstatedir = @localstatedir@
269mandir = @mandir@
270mkdir_p = @mkdir_p@
271oldincludedir = @oldincludedir@
272pdfdir = @pdfdir@
273prefix = @prefix@
274program_transform_name = @program_transform_name@
275psdir = @psdir@
276sbindir = @sbindir@
277sharedstatedir = @sharedstatedir@
278srcdir = @srcdir@
279sysconfdir = @sysconfdir@
280target_alias = @target_alias@
281top_build_prefix = @top_build_prefix@
282top_builddir = @top_builddir@
283top_srcdir = @top_srcdir@
284AM_CPPFLAGS = @CPPFLAGS@ @LIBRDF_CPPFLAGS@ -DREDLAND_BINDINGS_VERSION=\"@VERSION@\"
285AM_CFLAGS = @STANDARD_CFLAGS@ @LIBRDF_CPPFLAGS@
286AM_LDFLAGS = @LIBRDF_LDFLAGS@
287LUA_PACKAGE = redland
288LUA_SO_SUFFIX = so
289SWIG_OUTPUTS = $(LUA_PACKAGE)_wrap.c
290SWIG_CRUFT =
291luadir = @LUA_EXTENSION_DIR@
292lua_DATA = $(LUA_PACKAGE).$(LUA_SO_SUFFIX)
293EXTRA_DIST = test.lua \
294$(SWIG_OUTPUTS)
295
296CLEANFILES = *.db test-out.rdf \
297$(LUA_PACKAGE)_wrap.o $(LUA_PACKAGE)-stamp \
298$(LUA_PACKAGE).$(LUA_SO_SUFFIX) $(LUA_PACKAGE).bundle
299
300MAINTAINERCLEANFILES = $(SWIG_OUTPUTS) $(SWIG_CRUFT) $(LUA_PACKAGE)_wrap.c.orig
301RUN = @REDLAND_RUN@
302SWIG_OPTS = -I$(srcdir)
303all: all-am
304
305.SUFFIXES:
306$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
307	@for dep in $?; do \
308	  case '$(am__configure_deps)' in \
309	    *$$dep*) \
310	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
311	        && { if test -f $@; then exit 0; else break; fi; }; \
312	      exit 1;; \
313	  esac; \
314	done; \
315	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lua/Makefile'; \
316	$(am__cd) $(top_srcdir) && \
317	  $(AUTOMAKE) --gnu lua/Makefile
318.PRECIOUS: Makefile
319Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
320	@case '$?' in \
321	  *config.status*) \
322	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
323	  *) \
324	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
325	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
326	esac;
327
328$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
329	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330
331$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
332	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
334	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335$(am__aclocal_m4_deps):
336
337mostlyclean-libtool:
338	-rm -f *.lo
339
340clean-libtool:
341	-rm -rf .libs _libs
342install-luaDATA: $(lua_DATA)
343	@$(NORMAL_INSTALL)
344	@list='$(lua_DATA)'; test -n "$(luadir)" || list=; \
345	if test -n "$$list"; then \
346	  echo " $(MKDIR_P) '$(DESTDIR)$(luadir)'"; \
347	  $(MKDIR_P) "$(DESTDIR)$(luadir)" || exit 1; \
348	fi; \
349	for p in $$list; do \
350	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
351	  echo "$$d$$p"; \
352	done | $(am__base_list) | \
353	while read files; do \
354	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(luadir)'"; \
355	  $(INSTALL_DATA) $$files "$(DESTDIR)$(luadir)" || exit $$?; \
356	done
357
358uninstall-luaDATA:
359	@$(NORMAL_UNINSTALL)
360	@list='$(lua_DATA)'; test -n "$(luadir)" || list=; \
361	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
362	dir='$(DESTDIR)$(luadir)'; $(am__uninstall_files_from_dir)
363tags: TAGS
364TAGS:
365
366ctags: CTAGS
367CTAGS:
368
369
370distdir: $(DISTFILES)
371	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
372	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
373	list='$(DISTFILES)'; \
374	  dist_files=`for file in $$list; do echo $$file; done | \
375	  sed -e "s|^$$srcdirstrip/||;t" \
376	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
377	case $$dist_files in \
378	  */*) $(MKDIR_P) `echo "$$dist_files" | \
379			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
380			   sort -u` ;; \
381	esac; \
382	for file in $$dist_files; do \
383	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
384	  if test -d $$d/$$file; then \
385	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
386	    if test -d "$(distdir)/$$file"; then \
387	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
388	    fi; \
389	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
390	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
391	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
392	    fi; \
393	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
394	  else \
395	    test -f "$(distdir)/$$file" \
396	    || cp -p $$d/$$file "$(distdir)/$$file" \
397	    || exit 1; \
398	  fi; \
399	done
400check-am: all-am
401	$(MAKE) $(AM_MAKEFLAGS) check-local
402check: check-am
403all-am: Makefile $(DATA)
404installdirs:
405	for dir in "$(DESTDIR)$(luadir)"; do \
406	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
407	done
408install: install-am
409install-exec: install-exec-am
410install-data: install-data-am
411uninstall: uninstall-am
412
413install-am: all-am
414	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
415
416installcheck: installcheck-am
417install-strip:
418	if test -z '$(STRIP)'; then \
419	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
420	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
421	      install; \
422	else \
423	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
424	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
425	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
426	fi
427mostlyclean-generic:
428
429clean-generic:
430	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
431
432distclean-generic:
433	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
434	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
435
436maintainer-clean-generic:
437	@echo "This command is intended for maintainers to use"
438	@echo "it deletes files that may require special tools to rebuild."
439	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
440clean: clean-am
441
442clean-am: clean-generic clean-libtool mostlyclean-am
443
444distclean: distclean-am
445	-rm -f Makefile
446distclean-am: clean-am distclean-generic
447
448dvi: dvi-am
449
450dvi-am:
451
452html: html-am
453
454html-am:
455
456info: info-am
457
458info-am:
459
460install-data-am: install-luaDATA
461
462install-dvi: install-dvi-am
463
464install-dvi-am:
465
466install-exec-am:
467
468install-html: install-html-am
469
470install-html-am:
471
472install-info: install-info-am
473
474install-info-am:
475
476install-man:
477
478install-pdf: install-pdf-am
479
480install-pdf-am:
481
482install-ps: install-ps-am
483
484install-ps-am:
485
486installcheck-am:
487
488maintainer-clean: maintainer-clean-am
489	-rm -f Makefile
490maintainer-clean-am: distclean-am maintainer-clean-generic
491
492mostlyclean: mostlyclean-am
493
494mostlyclean-am: mostlyclean-generic mostlyclean-libtool
495
496pdf: pdf-am
497
498pdf-am:
499
500ps: ps-am
501
502ps-am:
503
504uninstall-am: uninstall-luaDATA
505
506.MAKE: check-am install-am install-strip
507
508.PHONY: all all-am check check-am check-local clean clean-generic \
509	clean-libtool distclean distclean-generic distclean-libtool \
510	distdir dvi dvi-am html html-am info info-am install \
511	install-am install-data install-data-am install-dvi \
512	install-dvi-am install-exec install-exec-am install-html \
513	install-html-am install-info install-info-am install-luaDATA \
514	install-man install-pdf install-pdf-am install-ps \
515	install-ps-am install-strip installcheck installcheck-am \
516	installdirs maintainer-clean maintainer-clean-generic \
517	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
518	ps ps-am uninstall uninstall-am uninstall-luaDATA
519
520
521$(LUA_PACKAGE)_wrap.c: @REDLAND_SWIG@
522	swig -lua -v $(SWIG_OPTS) -module $(LUA_PACKAGE) -o $@ @REDLAND_SWIG@
523
524$(LUA_PACKAGE)_wrap.o: $(LUA_PACKAGE)_wrap.c
525	$(CC) $(DEFS) $(LUA_CFLAGS) $(SWIG_OPTS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(STANDARD_CFLAGS) -fPIC -DPIC $(LUA_PACKAGE)_wrap.c -c -o $@
526
527$(LUA_PACKAGE).$(LUA_SO_SUFFIX): $(LUA_PACKAGE)-stamp
528$(LUA_PACKAGE)-stamp: $(LUA_PACKAGE)_wrap.o
529	$(CC) $(STANDARD_CFLAGS) $(LUA_PACKAGE)_wrap.o $(AM_LDFLAGS) -fPIC -shared $(LDFLAGS) $(LUA_LDFLAGS) -o $(LUA_PACKAGE).$(LUA_SO_SUFFIX)
530	touch $(LUA_PACKAGE)-stamp
531
532test-lua:
533	$(LUA) test.lua
534
535check-local: test-lua
536
537# Tell versions [3.59,3.63) of GNU make to not export all variables.
538# Otherwise a system limit (for SysV at least) may be exceeded.
539.NOEXPORT:
540