New maintainer rule for handling automatic rebuilding of aclocal.m4 if any

* Makefile.am (macros.dep): New maintainer rule for handling
automatic rebuilding of aclocal.m4 if any of the macros change.
(MACROS): New variable.  List of all `m4' macros in this
directory.

- Hari

svn path=/trunk/; revision=20
This commit is contained in:
Raja R Harinath
1998-02-13 18:01:43 +00:00
parent 01ce31066f
commit 8324e4c38d
3 changed files with 20 additions and 2 deletions

4
macros/.cvsignore Normal file
View File

@ -0,0 +1,4 @@
Makefile.in
Makefile
macros.dep

View File

@ -1,3 +1,10 @@
1998-02-13 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (macros.dep): New maintainer rule for handling
automatic rebuilding of aclocal.m4 if any of the macros change.
(MACROS): New variable. List of all `m4' macros in this
directory.
1998-02-12 Raja R Harinath <harinath@cs.umn.edu>
* gnome-support.m4: New file. Defines GNOME_SUPPORT_CHECKS for

View File

@ -1,2 +1,9 @@
EXTRA_DIST=aclocal-include.m4 \
gnome.m4 gnome-x-checks.m4
## Please update this variable if any new macros are created
MACROS= aclocal-include.m4 gnome-guile-checks.m4 \
gnome-objc-checks.m4 gnome-x-checks.m4 gnome.m4
EXTRA_DIST=$(MACROS)
MAINTAINERCLEANFILES=macros.dep
@MAINT@macros.dep: Makefile.am
@MAINT@ @echo "$$(top_srcdir)/aclocal.m4: $(MACROS:%=macros/%)" > $@