~ubuntu-branches/ubuntu/hoary/smb4k/hoary

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Niall Sheridan
  • Date: 2005-03-31 21:46:46 UTC
  • Revision ID: james.westby@ubuntu.com-20050331214646-m8mvhccett7xblch
Tags: upstream-0.4.1a
ImportĀ upstreamĀ versionĀ 0.4.1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
####### kdevelop will overwrite this part!!! (begin)##########
 
2
 
 
3
SUBDIRS = smb4k po doc
 
4
 
 
5
EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO smb4k.lsm BUGS smb4k.spec 
 
6
 
 
7
####### kdevelop will overwrite this part!!! (end)############
 
8
# not a GNU package. You can remove this line, if 
 
9
# have all needed files, that a GNU package needs
 
10
AUTOMAKE_OPTIONS = foreign 
 
11
 
 
12
$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
 
13
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
 
14
 
 
15
$(top_srcdir)/subdirs:
 
16
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
 
17
 
 
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
 
20
 
 
21
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files 
 
22
 
 
23
package-messages:
 
24
        $(MAKE) -f admin/Makefile.common package-messages
 
25
        $(MAKE) -C po merge
 
26
 
 
27
dist-hook:
 
28
        cd $(top_distdir) && perl admin/am_edit -padmin
 
29
        cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs