blob: 484f4cf6791ff5785a652c40609ee20732aa75ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## if <internationalization support>
#SUBDIRS = po intl macros support # <your subdirs here>
## else
SUBDIRS = macros support # <your subdirs here>
## endif
## to automatically rebuild aclocal.m4 if any of the macros in
## `macros/' change
@MAINT@include macros/macros.dep
@MAINT@macros/macros.dep: macros/Makefile.am
@MAINT@ cd macros && $(MAKE) macros.dep
|