~ubuntu-branches/ubuntu/edgy/koffice/edgy-updates

« back to all changes in this revision

Viewing changes to Makefile.am.in

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040509113300-xi5t1z4yxe7n03x7
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## koffice/Makefile.am
 
2
## (C) 1997 Stephan Kulow
 
3
 
 
4
AUTOMAKE_OPTIONS = foreign 1.4
 
5
COMPILE_FIRST = lib interfaces
 
6
COMPILE_BEFORE_kexi = kword kugar
 
7
COMPILE_LAST = filters
 
8
DISTCLEANFILES = inst-apps
 
9
 
 
10
install-data-local:
 
11
        @echo ""
 
12
        @echo ""
 
13
        @echo ""
 
14
        @echo "*************** Important *************************"
 
15
        @echo ""
 
16
        @echo " Add "$(bindir)" to your PATH"
 
17
        @echo ""
 
18
        @echo " Please report bugs with our web form at"
 
19
        @echo " http://bugs.kde.org."
 
20
        @echo ""
 
21
        @echo " Stephan Kulow <coolo@kde.org> and all the KDE"
 
22
        @echo " developers wish you fun with the KDE."
 
23
        @echo "****************************************************"
 
24
        @echo ""
 
25
 
 
26
$(top_srcdir)/configure.in: $(top_srcdir)/configure.files $(shell test -f $(top_srcdir)/configure.files && cat $(top_srcdir)/configure.files)
 
27
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in
 
28
$(top_srcdir)/subdirs:
 
29
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
 
30
$(top_srcdir)/configure.files:
 
31
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
 
32
 
 
33
$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
 
34
        @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
 
35
 
 
36
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS
 
37
 
 
38
include admin/Doxyfile.am
 
39