elisp @@ macro
[bpt/guile.git] / examples / Makefile.am
index e514bd4..233eee9 100644 (file)
@@ -1,23 +1,23 @@
 ## Process this file with Automake to create Makefile.in
 ##
-##   Copyright (C) 2001, 2006, 2008, 2009 Free Software Foundation, Inc.
+##   Copyright (C) 2001, 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
 ##
 ##   This file is part of GUILE.
 ##   
-##   GUILE is free software; you can redistribute it and/or modify
-##   it under the terms of the GNU General Public License as
-##   published by the Free Software Foundation; either version 2, or
+##   GUILE is free software; you can redistribute it and/or modify it
+##   under the terms of the GNU Lesser General Public License as
+##   published by the Free Software Foundation; either version 3, or
 ##   (at your option) any later version.
-##   
+##
 ##   GUILE is distributed in the hope that it will be useful, but
 ##   WITHOUT ANY WARRANTY; without even the implied warranty of
 ##   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-##   GNU General Public License for more details.
-##   
-##   You should have received a copy of the GNU General Public
-##   License along with GUILE; see the file COPYING.  If not, write
-##   to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
-##   Floor, Boston, MA 02110-1301 USA
+##   GNU Lesser General Public License for more details.
+##
+##   You should have received a copy of the GNU Lesser General Public
+##   License along with GUILE; see the file COPYING.LESSER.  If not,
+##   write to the Free Software Foundation, Inc., 51 Franklin Street,
+##   Fifth Floor, Boston, MA 02110-1301 USA
 
 EXTRA_DIST = README ChangeLog-2008 check.test                          \
                                                                        \
@@ -36,10 +36,12 @@ EXTRA_DIST = README ChangeLog-2008 check.test                               \
  modules/README modules/module-0.scm modules/module-1.scm              \
  modules/module-2.scm modules/main                                     \
                                                                        \
- safe/README safe/safe safe/untrusted.scm safe/evil.scm
+ safe/README safe/safe safe/untrusted.scm safe/evil.scm                        \
+                                                                       \
+ web/hello.scm web/debug-sxml.scm
 
-AM_CFLAGS = `PATH=$(bindir):$$PATH PKG_CONFIG_PATH=$(libdir)/pkgconfig $(bindir)/guile-config compile`
-AM_LIBS   = `PATH=$(bindir):$$PATH PKG_CONFIG_PATH=$(libdir)/pkgconfig $(bindir)/guile-config link`
+AM_CFLAGS = `PATH=$(bindir)$(PATH_SEPARATOR)$$PATH PKG_CONFIG_PATH=$(libdir)/pkgconfig $(bindir)/guile-config compile`
+AM_LIBS   = `PATH=$(bindir)$(PATH_SEPARATOR)$$PATH PKG_CONFIG_PATH=$(libdir)/pkgconfig $(bindir)/guile-config link`
 
 
 box/box: box/box.o
@@ -77,10 +79,11 @@ box-dynamic-module/box.lo: box-dynamic-module/box.c
 
 
 installcheck: box/box box-module/box libbox.la libbox-module.la
-       LD_LIBRARY_PATH="$(libdir):$$LD_LIBRARY_PATH"           \
-         LTDL_LIBRARY_PATH="$(builddir):$$LTDL_LIBRARY_PATH"   \
-         GUILE_LOAD_PATH="$(abs_top_srcdir):$$GUILE_LOAD_PATH" \
-         PATH="$(bindir):$$PATH"                               \
+       LD_LIBRARY_PATH="$(libdir)$(PATH_SEPARATOR)$$LD_LIBRARY_PATH"           \
+         LTDL_LIBRARY_PATH="$(builddir)$(PATH_SEPARATOR)$$LTDL_LIBRARY_PATH"   \
+         GUILE_LOAD_PATH="$(abs_top_srcdir)$(PATH_SEPARATOR)$$GUILE_LOAD_PATH" \
+         PATH="$(bindir)$(PATH_SEPARATOR)$$PATH"               \
+         GUILE_AUTO_COMPILE=0                                  \
          srcdir="$(srcdir)"                                    \
          $(srcdir)/check.test