~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

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