summaryrefslogtreecommitdiff
path: root/emacs/Makefile.am
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2006-06-19 22:01:23 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2006-06-19 22:01:23 +0000
commit731bcf738eb2746cef3bcbdca8353f1c9c862bd2 (patch)
tree402fb22c0a0db42a6f0af7807f9122c9942bc131 /emacs/Makefile.am
parent22acb29853fb9d427fe44f5318a083e67a04bc62 (diff)
downloadguile-731bcf738eb2746cef3bcbdca8353f1c9c862bd2.tar.gz
* Makefile.am: New file.
* gds.el, gds-scheme.el, gds-server.el: New files.
Diffstat (limited to 'emacs/Makefile.am')
-rw-r--r--emacs/Makefile.am27
1 files changed, 27 insertions, 0 deletions
diff --git a/emacs/Makefile.am b/emacs/Makefile.am
new file mode 100644
index 000000000..e10043c2b
--- /dev/null
+++ b/emacs/Makefile.am
@@ -0,0 +1,27 @@
+## Process this file with automake to produce Makefile.in.
+##
+## Copyright (C) 2006 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
+## (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
+
+AUTOMAKE_OPTIONS = gnu
+
+dist_lisp_LISP = gds.el gds-server.el gds-scheme.el
+ELCFILES =
+
+ETAGS_ARGS = $(dist_lisp_LISP)