mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-13 09:10:26 +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
|
||||
## 330, Boston, MA 02111-1307 USA
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.5
|
||||
|
||||
SUBDIRS = ice-9 qt libltdl libguile guile-config guile-readline doc am
|
||||
|
||||
include_HEADERS = libguile.h
|
||||
|
||||
# automake sometimes forgets to distribute acconfig.h,
|
||||
# apparently depending on the phase of the moon.
|
||||
EXTRA_DIST = qthreads.m4 HACKING GUILE-VERSION ANON-CVS SNAPSHOTS \
|
||||
$(ACLOCAL) acconfig.h
|
||||
EXTRA_DIST = HACKING GUILE-VERSION ANON-CVS SNAPSHOTS \
|
||||
$(ACLOCAL)
|
||||
|
||||
TESTS = check-guile
|
||||
|
||||
# The rule will cd to $(top_srcdir).
|
||||
ACLOCAL = ./guile-aclocal.sh
|
||||
|
||||
if MAINTAINER_MODE
|
||||
# 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
|
||||
DISTCLEANFILES = check-guile.log
|
||||
|
||||
# Makefile.am ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue