mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-13 17:20:21 +02:00
(AUTOMAKE_OPTIONS, DISTCLEANFILES): New.
(EXTRA_DIST): Remove qthreads.m4. (dist-hook): Remove.
This commit is contained in:
parent
c7250e7a94
commit
047a0f3b65
1 changed files with 5 additions and 9 deletions
14
Makefile.am
14
Makefile.am
|
@ -19,26 +19,22 @@
|
||||||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||||
## 330, Boston, MA 02111-1307 USA
|
## 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
AUTOMAKE_OPTIONS = 1.5
|
||||||
|
|
||||||
SUBDIRS = ice-9 qt libltdl libguile guile-config guile-readline doc am
|
SUBDIRS = ice-9 qt libltdl libguile guile-config guile-readline doc am
|
||||||
|
|
||||||
include_HEADERS = libguile.h
|
include_HEADERS = libguile.h
|
||||||
|
|
||||||
# automake sometimes forgets to distribute acconfig.h,
|
# automake sometimes forgets to distribute acconfig.h,
|
||||||
# apparently depending on the phase of the moon.
|
# apparently depending on the phase of the moon.
|
||||||
EXTRA_DIST = qthreads.m4 HACKING GUILE-VERSION ANON-CVS SNAPSHOTS \
|
EXTRA_DIST = HACKING GUILE-VERSION ANON-CVS SNAPSHOTS \
|
||||||
$(ACLOCAL) acconfig.h
|
$(ACLOCAL)
|
||||||
|
|
||||||
TESTS = check-guile
|
TESTS = check-guile
|
||||||
|
|
||||||
# The rule will cd to $(top_srcdir).
|
# The rule will cd to $(top_srcdir).
|
||||||
ACLOCAL = ./guile-aclocal.sh
|
ACLOCAL = ./guile-aclocal.sh
|
||||||
|
|
||||||
if MAINTAINER_MODE
|
DISTCLEANFILES = check-guile.log
|
||||||
# Fill dist tree.
|
|
||||||
include $(top_srcdir)/am/maintainer-dirs
|
|
||||||
dist-hook:
|
|
||||||
( echo 'This is a snapshot of the TODO file.' ; date ; echo ; \
|
|
||||||
cat $(workbook)/tasks/TODO ) > TODO
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Makefile.am ends here
|
# Makefile.am ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue