~ubuntu-branches/ubuntu/dapper/ksystemlog/dapper

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-07-07 16:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20050707160000-a104d769ph3yfkg4
Tags: upstream-0.3.2
ImportĀ upstreamĀ versionĀ 0.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = $(TOPSUBDIRS)
 
2
 
 
3
$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
 
4
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
 
5
 
 
6
$(top_srcdir)/subdirs:
 
7
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
 
8
 
 
9
$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
 
10
        @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
 
11
 
 
12
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files 
 
13
 
 
14
package-messages:
 
15
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common package-messages
 
16
        $(MAKE) -C po merge
 
17
 
 
18
EXTRA_DIST = admin COPYING configure.in.in
 
19
 
 
20
dist-hook:
 
21
        cd $(top_distdir) && perl admin/am_edit -padmin
 
22
        cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs