summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* add simple web app examples...* examples/web/hello.scm: * examples/web/debug-sxml.scm: New examples, for simple web applications. * examples/README: * examples/Makefile.am: Add new files. Andy Wingo2010-12-021-2/+4
* Use $(PATH_SEPARATOR) where appropriate....* examples/Makefile.am (AM_CFLAGS, AM_LIBS): Use $(PATH_SEPARATOR) instead of `:'. (installcheck): Likewise. Ludovic Courtès2009-11-241-6/+6
* don't autocompile at installcheck...* examples/Makefile.am: Don't autocompile our tests at installcheck time. Andy Wingo2009-06-191-0/+1
* Change Guile license to LGPLv3+...(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* ) Neil Jerram2009-06-171-10/+10
* Fix for make distcheck...* examples/Makefile.am (AM_CFLAGS, AM_LIBS): Set PATH so that guile-config can find guile. Neil Jerram2009-06-131-2/+2
* distcheck fixen...* examples/Makefile.am: Fix the installed guile-config invocation to set PKG_CONFIG_PATH. * meta/Makefile.am (EXTRA_DIST): Dist the bin_SCRIPTS. * meta/guile-config (pkg-config): Better error messages if pkg-config invocation fails. * meta/uninstalled-env.in (PATH): Now that guile-config and guile-tools are not generated, make it the srcdir/meta instead of the builddir. (Guile itself will be picked up from libguile.) Andy Wingo2009-04-211-2/+2
* Aggregate `Makefile.am' files under `examples/'....* configure.in: Don't produce `examples/*/Makefile'. * examples/Makefile.am (SUBDIRS): Remove. (EXTRA_DIST, AM_CFLAGS, AM_LIBS): New. (box/box, box/box.o, box-module/box, box-module/box.o, libbox.la, box-dynamic/box.lo, libbox-module.la, box-dynamic-module/box.lo, installcheck, CLEANFILES, clean-local): New targets, aggregated from `Makefile.am' files formerly in sub-directories. * examples/check.test: New file, aggregated from `check.test' files in sub-directories. Ludovic Courtès2009-03-241-4/+73
* Add `ChangeLog-2008' files to the distribution.Ludovic Courtès2008-09-121-2/+2
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
* * box-dynamic-module: New directory, implements the box type in a... shared library and places the definitions in a C-only module. Thanks to Thomas Wawrzinek for this, too! * box-dynamic/box.c, box/box.c, box-dynamic-module/box.c, box-module/box.c (mark_box): Fixed typo in comment. Martin Grabmüller2001-06-051-1/+2
* * box-dynamic: New directory, implements the box type in a shared... library (aka extension) Thanks to Thomas Wawrzinek for patching box.c into an extension! Martin Grabmüller2001-05-311-1/+1
* Added the new `examples' directory to the distribution.Martin Grabmüller2001-05-311-0/+24