3 # not a GNU package. You can remove this line, if
4 # have all needed files, that a GNU package needs
5 AUTOMAKE_OPTIONS = foreign
7 EXTRA_DIST = BUGS ChangeLog COPYING TODO admin
9 $(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
10 cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
12 $(top_srcdir)/subdirs:
13 cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
15 $(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
16 @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
18 MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
21 $(MAKE) -f admin/Makefile.common package-messages
25 cd $(top_distdir) && perl admin/am_edit -padmin
26 cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs