Version 2.2.2.
[kdbg.git] / Makefile.am
blobf1b01e24776e7af782e23d26ea5d657219e0eb38
1 SUBDIRS = kdbg po
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-pre-2.2.0 COPYING TODO admin \
8         ReleaseNotes-2.2.0 \
9         ReleaseNotes-2.2.1 \
10         ReleaseNotes-2.2.2
12 $(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
13         cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
15 $(top_srcdir)/subdirs:
16         cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
18 $(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
19         @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
21 MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files 
23 package-messages:
24         $(MAKE) -f admin/Makefile.common package-messages
25         $(MAKE) -C po merge
27 dist-hook:
28         cd $(top_distdir) && perl admin/am_edit -padmin
29         cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs