~ubuntu-branches/ubuntu/maverick/crossfire-client/maverick

« back to all changes in this revision

Viewing changes to macros/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kari Pahula
  • Date: 2010-06-17 21:55:04 UTC
  • mfrom: (1.2.8 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100617215504-864remyqayon6dot
Tags: 1.50.0-2
Install cfsndserv*, not cfsndserv_alsa9 to make kfreebsd land happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Please update this variable if any new macros are created
2
 
MACROS=                                         \
3
 
  aclocal-include.m4                            \
4
 
  compiler-flags.m4                             \
5
 
  curses.m4                                     \
6
 
  gnome-bonobo-check.m4                         \
7
 
  gnome-fileutils.m4                            \
8
 
  gnome-gettext.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
 
  linger.m4                                     \
24
 
  need-declaration.m4
25
 
 
26
 
EXTRA_DIST=$(MACROS) gnome-common.m4 autogen.sh
27
 
MAINTAINERCLEANFILES=macros.dep
28
 
 
29
 
@MAINT@macros.dep: Makefile.am
30
 
@MAINT@ @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=macros/%)' > $@
31
 
 
32
 
if INSIDE_GNOME_COMMON
33
 
gnome_aclocaldir = $(datadir)/aclocal/gnome
34
 
 
35
 
gnome-macros.dep: Makefile.am
36
 
        @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=$(gnome_aclocaldir)/%)' > $@
37
 
 
38
 
gnome_aclocal_DATA = $(MACROS) gnome-macros.dep gnome-common.m4 autogen.sh
39
 
 
40
 
endif