summaryrefslogtreecommitdiff
path: root/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Update Guile's and Gettext's Autoconf macros.Ludovic Courtès2016-10-091-2/+4
| | | | | | | | | | | * m4/guile.m4, m4/lib-link.m4, m4/lib-ld.m4, m4/lib-prefix.m4: Update from Guile 2.0.12 and Gettext 0.19.8. * build-aux/compile, build-aux/config.rpath: New files, imported from Gettext. * Makefile.am (EXTRA_DIST): Add them. * INSTALL: Update. Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
* Makefile.am (SUBDIRS): Change order of dirsArtyom V. Poptsov2016-07-301-3/+3
| | | | | * Makefile.am (SUBDIRS): Place 'tests' after 'modules' to ensure that modules are compiled before tests performed.
* Makefile.am: Fix 'clean-go' targetArtyom V. Poptsov2015-08-031-1/+1
| | | | | | * Makefile.am (clean-go): Fix the target. * modules/ssh/Makefile.am (clean-go): Likewise. * modules/Makefile.am (clean-go): New target.
* ssh: Rename to 'libguile-ssh'Artyom V. Poptsov2015-07-251-1/+1
| | | | | | * ssh: Rename to 'libguile-ssh'. * Makefile.am, configure.ac, modules/ssh/Makefile.am, tests/Makefile.am: Update.
* srfi: Move to 'modules'Artyom V. Poptsov2015-07-251-3/+1
| | | | | | | | | | | * srfi: Move to 'modules' directory. * Makefile.am (SUBDIRS): Add 'modules'. (EXTRA_DIST): Remove 'srfi'. * configure.ac (AC_CONFIG_FILES): Add 'modules/Makefile'. * doc/version.texi: Update. * modules/Makefile.am: Add to the repository. * tests/Makefile.am (AM_SCM_LOG_FLAGS): Search for modules in '$(top_srcdir)/modules'.
* Makefile.am: Generate ChangeLog automaticallyArtyom V. Poptsov2015-06-131-0/+11
| | | | | | * Makefile.am: Generate ChangeLog automatically. * ChangeLog: Update. * build-aux/gitlog-to-changelog: Add to the repository.
* README: Require GNU Guile 2.0Artyom Poptsov2014-07-201-2/+0
| | | | | | | | | * README: Require GNU Guile 2.0. * doc/guile-ssh.texi (Installation): Likewise. * configure.ac: Remove checks related to GNU Guile 1.8. * Makefile.am, ssh/Makefile.am: Likewise. * doc/version.texi: Update. * NEWS: Update.
* doc/guile-ssh.texi (Installation): UpdateArtyom Poptsov2014-06-201-1/+3
| | | | | | * doc/guile-ssh.texi (Installation): Update URLs to Guile-SSH repository. Require libssh 0.6.3. * NEWS: Update.
* Replace `libguile-ssh' with `Guile-SSH' in commentaries.Artyom Poptsov2014-03-231-4/+4
| | | | | | | | | | | | | | | | | | | | | * Makefile.am, am/Makefile.am, ssh/Makefile.am, ssh/auth.c, ssh/auth.h, ssh/auth.scm, ssh/base64.c, ssh/base64.h, ssh/channel-func.c, ssh/channel-func.h, ssh/channel-main.c, ssh/channel-type.c, ssh/channel-type.h, ssh/channel.scm, ssh/common.c, ssh/common.h, ssh/error.c, ssh/error.h, ssh/key-func.c, ssh/key-func.h, ssh/key-main.c, ssh/key-type.c, ssh/key-type.h, ssh/key.scm, ssh/message-func.c, ssh/message-func.h, ssh/message-main.c, ssh/message-type.c, ssh/message-type.h, ssh/message.scm, ssh/server-func.c, ssh/server-func.h, ssh/server-main.c, ssh/server-type.c, ssh/server-type.h, ssh/server.scm, ssh/session-func.c, ssh/session-func.h, ssh/session-main.c, ssh/session-type.c, ssh/session-type.h, ssh/session.scm, ssh/threads.c, ssh/threads.h, ssh/version.c, ssh/version.scm, tests/Makefile.am, tests/client-server.scm, tests/server-client.scm, tests/server.scm, tests/session.scm, tests/sssh-ssshd.scm, configure.ac: Replace `libguile-ssh' with `Guile-SSH' in commentaries.
* Makefile.am (clean-go): New target.Artyom Poptsov2014-03-221-0/+8
| | | | | * Makefile.am (clean-go): New target. * ssh/Makefile.am (clean-go): Likewise.
* Makefile.am (EXTRA_DIST): Add srfi-64.Artyom Poptsov2014-03-221-0/+4
|
* ssh/Makefile.am [HAVE_GUILE_VM]: Compile Guile modules.Artyom Poptsov2014-02-151-1/+1
| | | | | | | | | | | | * configure.ac: Add check for Guile VM's compiler. (AC_CONFIG_FILES): Add `am/Makefile'. * Makefile.am (SUBDIRS): Add `am' directory. * ssh/Makefile.am [HAVE_GUILE_VM]: Compile Guile modules and install produced *.go files. * am/guilec: New file. * am/snarf (AM_V_SNARF_0): Improve formatting. * ssh/.gitignore: New file. * NEWS: Update.
* src/: Rename to `ssh/'.Artyom Poptsov2014-02-011-1/+1
| | | | | | | | | * src/: Rename to `ssh/'. * Makefile.am (SUBDIRS): Update. * configure.ac (LIBGUILE_SSH_INTERFACE): Update. * tests/Makefile.am: Update. (AM_SCM_LOG_FLAGS): Remove extra options. * README: Update.
* Makefile.am: Move AM tests to `tests/Makefile.am'.Artyom Poptsov2014-01-311-20/+1
| | | | | | | * Makefile.am: Move AM tests to `tests/Makefile.am'. (SUBDIRS): Add `tests'. * tests/Makefile.am: New file. * configure.ac (AC_CONFIG_FILES): Add `tests/Makefile'.
* tests/server-client.scm: New test suite.Artyom Poptsov2014-01-311-1/+2
| | | | | * tests/server-client.scm: New test suite. * Makefile.am (SCM_TESTS): Add `server-client' TS.
* tests/auth.scm: Remove.Artyom Poptsov2014-01-291-1/+0
| | | | | * tests/auth.scm: Remove. * Makefile.am: Likewise.
* Use the standard `check' target instead of `tests'.Artyom Poptsov2014-01-281-6/+2
| | | | | | | | * configure.ac (AM_INIT_AUTOMAKE): Add `color-tests' option. * Makefile.am (TESTS): Fix a bug: use value of `SCM_TESTS' variable, not its name. (tests): Remove target. Use `make check' instead. (CLEANFILES): Add auxiliary logs produced by tests.
* Merge branch 'master' into tests-implementationArtyom Poptsov2014-01-281-1/+1
|\ | | | | | | | | Conflicts: ChangeLog
| * Add documentation in Texinfo format.Artyom Poptsov2014-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | * configure.ac: Add `doc/Makefile' to `AC_CONFIG_FILES'. * Makefile.am (SUBDIRS): Add `doc' directory. * doc/Makefile.am: New file. * doc/api-auth.texi, doc/api-channels.texi, doc/api-keys.texi, doc/api-messages.texi, doc/api-servers.texi, doc/api-sessions.texi, doc/api-version.texi, doc/fdl.texi, doc/guile-ssh.texi, doc/indices.texi, doc/version.texi: New file.
* | tests/client-server.scm: New file.Artyom Poptsov2014-01-271-1/+2
| | | | | | | | | | * tests/client-server.scm: New file. * Makefile.am (SCM_TESTS): Add `client-server.scm' test.
* | Add some unit tests for Guile-SSH server API.Artyom Poptsov2014-01-261-0/+1
| | | | | | | | | | | | * tests/server.scm: New file. * tests/dsakey, tests/rsakey: : New files. * Makefile.am (SCM_TESTS): Add `server.scm' test.
* | Add some unit tests.Artyom Poptsov2014-01-261-1/+21
|/ | | | | | | | | | | | | * tests/session.scm, tests/auth.scm: New files. * srfi/srfi-64.upstream.scm, srfi/srfi-64.scm: New files. * Makefile.am (SCM_TESTS): New variable. (TESTS): Likewise. (TEST_EXTENSIONS): Likewise. (AM_TESTS_ENVIRONMENT): Likewise. (SCM_LOG_COMPILER): Likewise. (AM_SCM_LOG_FLAGS): Likewise. (tests): New target. (CLEANFILES): Add .log-files produced by tests.
* build_aux/: Rename to `build-aux'.Artyom Poptsov2013-11-201-1/+1
| | | | | | | * build_aux/: Rename to `build-aux'. Configuration files are updated. * configure.ac: Update. * Makefile.am: Update.
* Add needed m4 macros. Update Automake files.Artyom Poptsov2013-11-161-1/+1
| | | | | | * m4/Makefile.am, m4/guile.m4, m4/lib-link.m4: New files. * Makefile.am: Add "build_aux" and "m4" to `SUBDIRS'. * configure.ac: Add "m4/Makefile" to `AC_CONFIG_FILES'.
* Improve Automake files.Artyom Poptsov2013-11-161-0/+2
| | | | | | * Makefile.am (ACLOCAL_AMFLAGS): Set variable. * src/Makefile.am (AM_CFLAGS): Remove. * INSTALL: Update.
* examples/: Add to the repository.Artyom Poptsov2013-10-281-1/+1
| | | | | | * Makefile.am (SUBDIRS): Add examples/ * configure.ac: Add examples/Makefile * examples/: Add to the repository.
* Initial commit.Artyom Poptsov2013-05-121-0/+21