~ubuntu-branches/ubuntu/jaunty/gnome-common/jaunty

« back to all changes in this revision

Viewing changes to macros/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2004-11-14 01:01:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041114010118-cm3q525sf2y56kdh
Tags: 2.8.0-3
debian/patches/01_autogen_copy_files.patch: use --force only
if $REQUIRED_AUTOMAKE_VERSION != 1.4 (closes: #281063).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Please update this variable if any new macros are created
2
 
 
3
 
MACROS=                                         \
4
 
  aclocal-include.m4                            \
5
 
  compiler-flags.m4                             \
6
 
  curses.m4                                     \
7
 
  gnome-bonobo-check.m4                         \
8
 
  gnome-fileutils.m4                            \
9
 
  gnome-ghttp-check.m4                          \
10
 
  gnome-gnorba-check.m4                         \
11
 
  gnome-guile-checks.m4                         \
12
 
  gnome-libgtop-check.m4                        \
13
 
  gnome-objc-checks.m4                          \
14
 
  gnome-orbit-check.m4                          \
15
 
  gnome-print-check.m4                          \
16
 
  gnome-pthread-check.m4                        \
17
 
  gnome-support.m4                              \
18
 
  gnome-undelfs.m4                              \
19
 
  gnome-vfs.m4                                  \
20
 
  gnome-x-checks.m4                             \
21
 
  gnome-xml-check.m4                            \
22
 
  gnome.m4                                      \
23
 
  gperf-check.m4                                \
24
 
  linger.m4                                     \
25
 
  need-declaration.m4                           
26
 
 
27
 
EXTRA_DIST=$(MACROS) gnome-common.m4 gnome-gettext.m4 autogen.sh
28
 
MAINTAINERCLEANFILES=macros.dep
29
 
 
30
 
@MAINT@macros.dep: Makefile.am
31
 
@MAINT@ @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=macros/%)' > $@
32
 
 
33
 
if INSIDE_GNOME_COMMON
34
 
gnome_aclocaldir = $(datadir)/aclocal/gnome-macros
35
 
 
36
 
gnome-macros.dep: Makefile.am
37
 
        @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=$(gnome_aclocaldir)/%)' > $@
38
 
 
39
 
gnome_aclocal_DATA = $(MACROS) gnome-macros.dep gnome-common.m4 \
40
 
        gnome-gettext.m4 autogen.sh
41
 
 
42
 
endif