summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* | merge guile-vm to guileAndy Wingo2008-08-021-1/+2
|\ \ | |/ |/| | | An attempt to pull in the original history from guile-vm into guile itself.
| * distcheck works nowAndy Wingo2008-05-201-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guilec.mk: New file, to be included when building .go files. * module/language/scheme/Makefile.am: * module/system/base/Makefile.am: * module/system/il/Makefile.am: * module/system/repl/Makefile.am: * module/system/vm/Makefile.am: Use guilec.mk. * module/system/base/compile.scm (compiled-file-name): Work on the basename of a file, so that we always create files in the directory where we run. Perhaps should add a -o option to guilec in the future. * Makefile.am: Actually recurse into module/ in a normal build.
| * Update Makefile.am's; remove slib importAndy Wingo2008-05-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: * module/Makefile.am: * module/language/scheme/Makefile.am: * module/system/Makefile.am: * module/system/base/Makefile.am: * module/system/il/Makefile.am: * module/system/repl/Makefile.am: * module/system/vm/Makefile.am: Cleaned up to be more complete, if not completely working. * module/guile/slib.scm: * module/slib/: Removed the slib import; it's a bit out of place here, and bitrotten at that.
| * Fixed `autogen.sh' and removed `module' from the list of dirs to build.Ludovic Court`es2008-04-251-1/+4
| | | | | | | | | | | | | | | | * autogen.sh: Fixed (call `libtoolize'). * Makefile.am (SUBDIRS): Removed `module' which doesn't build right now. git-archimport-id: lcourtes@laas.fr--2004-libre/guile-vm--revival--0.6--patch-16
| * * src/objcodes.c (make_objcode_by_mmap): Fixed the error type when theLudovic Courtes2008-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | object file is too small. * doc/guile-vm.texi: Documented `make-closure'. Improved the documentation of `load-program'. * testsuite: New directory. * configure.in: Added `testsuite/Makefile' to `AC_OUTPUT'. * Makefile.am (SUBDIRS): Added `testsuite'. * src/vm_engine.h (VM_CHECK_OBJECT): New option. (CHECK_OBJECT): New macro. * src/vm_system.c (object-ref): Use VM_CHECK_OBJECT. * module/system/vm/assemble.scm (preprocess): Commented out the debugging code. * benchmark/lib.scm (do-loop): New procedure. git-archimport-id: lcourtes@laas.fr--2005-mobile/guile-vm--mobile--0.6--patch-2
| * New VM.Keisuke Nishida2001-04-011-1/+1
| |
| * Initial revisionKeisuke Nishida2000-08-221-0/+7
|
* * FAQ: New file.Neil Jerram2008-02-231-1/+1
| | | | * Makefile.am (EXTRA_DIST): Add FAQ
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-291-1/+2
|
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-291-2/+2
|
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-171-2/+2
|
* Remove changes that weren't in fact needed:Neil Jerram2007-02-201-1/+1
| | | | | - config.rpath in EXTRA_DIST, in Makefile.am - dummy definition of AM_INTL_SUBDIR, in acinclude.m4.
* * configure.in: Remove AM_GNU_GETTEXT_VERSION again.Neil Jerram2007-02-181-1/+1
| | | | | | * Makefile.am (EXTRA_DIST): Add config.rpath. * config.rpath (Module): New (from gettext package).
* merge from 1.8Kevin Ryde2007-01-151-1/+4
|
* merge from 1.8 branchKevin Ryde2006-10-091-1/+1
|
* * configure.in: Generate Makefile for emacs subdir.Neil Jerram2006-08-181-1/+1
| | | | | | * Makefile.am (SUBDIRS): Add emacs subdir. * configure.in: Generate Makefile for ice-9/debugging subdir.
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
|
* (SUBDIRS): Removed emacs.Neil Jerram2005-07-091-2/+1
|
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
|
* * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. UseMarius Vollmer2005-03-081-1/+1
| | | | | | | | | | | AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not add "-DLIBLTDL_DLL_IMPORT" on MINGW32. * Makefile.am (SUBDIRS): Removed libltdl. * README: Talk about required external packages. * autogen.sh: Do not call libtoolize.
* * configure.in: Call AC_LIBLTDL_INSTALLABLE instead ofMarius Vollmer2004-10-221-2/+2
| | | | | | | | | | | AC_LIB_LTDL. (AC_CONFIG_SUBDIRS): Added libltdl. (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool stuff. Also subst LTDLINC instead of INCLTDL. (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and libguile-ltdl/upstream/Makefile. * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl.
* Changes to build and install files in emacs subdir.Neil Jerram2003-11-111-1/+2
|
* * Makefile.am (EXTRA_DIST): remove $(ACLOCAL).Rob Browning2003-02-271-4/+2
| | | | (ACLOCAL_AMFLAGS): replaces ACLOCAL.
* (SUBDIRS): Removed qt.Marius Vollmer2002-12-021-1/+1
|
* * Makefile.am (SUBDIRS): remove libltdl.Rob Browning2002-10-051-1/+1
|
* * benchmark-guile.in: Copied from check-guile.in and adapted forDirk Herrmann2002-07-201-1/+1
| | | | | | | | use with benchmarks. * Makefile.am: Recurse into the benchmark-suite subdir. * configure.in: Added benchmarking files.
* (EXTRA_DIST): Remove qthreads.m4.Thien-Thi Nguyen2002-04-271-1/+1
|
* (AUTOMAKE_OPTIONS): New, to request version 1.5.Marius Vollmer2002-04-171-9/+4
| | | | | | | (EXTRA_DIST): Don't distribute acconfig.h, which is gone. (dist-hook): Removed. (DISTCLEANFILES): Added check-guile.log. (EXTRA_DIST): Don't distribute TODO.
* Update copyright.Thien-Thi Nguyen2002-03-311-1/+11
| | | | | (dist-hook): Add, including related am/maintainers-dirs, surrounded by "if MAINTAINER_MODE".
* 2002-02-27 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2002-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (SUBDIRS): Added the `am' directory. 2002-02-27 Stefan Jahn <stefan@lkcc.org> * gh.texi (scm transition summary): Documented some more gh equivalents and removed appropriate FIXME's. 2002-02-27 Stefan Jahn <stefan@lkcc.org> * Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION' file. 2002-02-27 Stefan Jahn <stefan@lkcc.org> * convert.i.c, convert.c: Better range checking. * inet_aton.c, fports.c: Commented the inclusion of <winsock2.h>. * deprecation.c (vsnprintf): Define to `_vsnprintf' for Windows (MinGW).
* (EXTRA_DIST): Remove pre-inst-guile, pre-inst-guile.am.Thien-Thi Nguyen2002-02-261-1/+1
|
* (EXTRA_DIST): Added pre-inst-guile and pre-inst-guile.am.Marius Vollmer2002-02-071-1/+1
|
* * Add non-libguile Elisp support files to CVS trunk. (NB work in progress.)Neil Jerram2002-01-221-1/+1
|
* (EXTRA_DIST): Add BUGS file.Thien-Thi Nguyen2001-09-301-1/+1
|
* (EXTRA_DIST, SUBDIRS): Move test-suite from EXTRA_DIST to SUBDIRS.Marius Vollmer2001-08-071-2/+2
|
* (SUBDIRS): Build libguile before ice-9.Marius Vollmer2001-07-231-1/+1
|
* * INSTALL, Makefile.am, configure.in: Updated copyright notice.Martin Grabmüller2001-07-191-1/+1
|
* (EXTRA_DIST): Add TODO.Thien-Thi Nguyen2001-06-271-1/+1
|
* Added the new `examples' directory to the distribution.Martin Grabmüller2001-05-311-1/+1
|
* * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.Michael Livshin2001-05-311-1/+5
| | | | | | don't generate guile-snarf.awk. * Makefile.am (EXTRA_DIST): add test-suite.
* (bin_SCRIPTS): New var.Thien-Thi Nguyen2001-05-041-0/+2
|
* (SUBDIRS): Add "scripts".Thien-Thi Nguyen2001-04-301-4/+5
|
* * Makefile.am (SUBDIRS): Added `srfi'.Martin Grabmüller2001-04-231-1/+1
| | | | | | * configure.in: Added subdirectory `srfi' to build process. * libguile.h: Added inclusion of `values.h'.
* * Added Thien-Thi Nguyen's patch to support "make check".Dirk Herrmann2001-01-261-0/+2
|
* *** empty log message ***Mikael Djurfeldt2000-10-251-1/+1
|
* * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.Mikael Djurfeldt2000-06-121-1/+4
| | | | (The rule will cd to $(top_srcdir).)
* * Makefile.am: add include_HEADERS.Gary Houston2000-05-011-0/+2
| | | | | libguile.h: moved from libguile directory. maybe libguile should be installed in $prefix/include/libguile/libguile.h instead?
* * Makefile.am: add libltdl to SUBDIRS, automake automaticallyMarius Vollmer2000-01-091-3/+2
| | | | includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
* * guile.m4: Moved to guile-config.Jim Blandy1999-10-051-7/+2
| | | | | * Makefile.am (aclocaldir, aclocal_DATA): Delete. (EXTRA_DIST): Move qthreads.m4 here.
* Added guile-readline subdirectory with the removed readlineMarius Vollmer1999-07-231-1/+1
| | | | | | | | | | support. * guile-readline: New directory, see ChangeLog there. * configure.in: Cause configure to descend into guile-readline dir. * Makefile.am: Likewise for make. * NEWS: Explain how to activate the readline support. * configure, Makefile.in, aclocal.m4: Regenerated.