~ubuntu-branches/ubuntu/maverick/qgo/maverick

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2005-01-01 23:07:10 UTC
  • Revision ID: james.westby@ubuntu.com-20050101230710-fhng6yidm47xlb2i
Tags: upstream-1.0.0-r2
ImportĀ upstreamĀ versionĀ 1.0.0-r2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
####### kdevelop will overwrite this part!!! (begin)##########
 
2
 
 
3
 
 
4
 
 
5
EXTRA_DIST = qgo.kdevprj admin qgo.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
 
30
 
 
31
noinst_DATA = acinclude.m4 aclocal.m4 Makefile.in config.h.in qgo.kdevelop \
 
32
        qgo.spec
 
33
SUBDIRS = src templates
 
34
INCLUDES = $(all_includes)