Automake cleanup.
commit732c3fcdebb0240f91b363ba218881ae2b0c096f
authorLudovic Court`es <ludovic.courtes@laas.fr>
Fri, 3 Aug 2007 09:31:44 +0000 (3 09:31 +0000)
committerLudovic Court`es <ludovic.courtes@laas.fr>
Fri, 3 Aug 2007 09:31:44 +0000 (3 09:31 +0000)
tree224a1ab9eab2aba1e4381ea938571cd520a0ffe7
parentb10be3379f2e0ca560bcfb8662623e11189fb2ff
Automake cleanup.

* src/Makefile.am (CLEAN_FILES): Renamed to `CLEANFILES' (had no effect).
  (BUILT_SOURCES): Renamed files from `.c.x' to `.x'.
  (libguile_r6rs_libs_v_0_la_LIBADD): Pass the full patch of `libgnu.la'.
  (SUFFIXES): Removed.
  (%.c.x): Removed, to avoid pointlessly relying on a GNU Make extension.
  (.c.x): New.

* src/bytevector.c (scm_init_r6rs_bytevector): Changed from `.c.x' to
  `.x'.

* src/ports.c (scm_init_r6rs_ports): Likewise.

git-archimport-id: lcourtes@laas.fr--2006-libre/guile-r6rs-libs--devo--0--patch-40
ChangeLog
src/Makefile.am
src/bytevector.c
src/ports.c