~ubuntu-branches/debian/lenny/libgsf/lenny

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): J.H.M. Dassen (Ray)
  • Date: 2006-11-06 22:45:03 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20061106224503-g6pmv1m82zy8jya9
Tags: 1.14.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
 
1
ACLOCAL_AMFLAGS = -I m4
 
2
 
 
3
pkgconfigdir = $(libdir)/pkgconfig
 
4
pkgconfig_DATA = libgsf-1.pc
2
5
 
3
6
if WITH_LIBGSF_GNOME
4
 
LIBGSF_GNOME_PC = libgsf-gnome-1.pc
5
 
endif
6
 
 
7
 
if PLATFORM_WIN32
8
 
LIBGSF_WIN32_PC = libgsf-win32-1.pc
9
 
endif
10
 
 
11
 
pkgconfigdir = $(libdir)/pkgconfig
12
 
pkgconfig_DATA = libgsf-1.pc $(LIBGSF_GNOME_PC) $(LIBGSF_WIN32_PC)
 
7
  pkgconfig_DATA += libgsf-gnome-1.pc
 
8
endif
 
9
if WITH_WIN32
 
10
  pkgconfig_DATA += libgsf-win32-1.pc
 
11
endif
 
12
 
 
13
SUBDIRS = po gsf gsf-gnome gsf-win32 doc tools tests
13
14
 
14
15
if WITH_PYTHON
15
 
PYTHON_DIR = python
16
 
else
17
 
PYTHON_DIR = 
18
 
endif
19
 
 
20
 
SUBDIRS = gsf gsf-gnome gsf-win32 doc tests $(PYTHON_DIR)
21
 
 
22
 
#small hack to get distcheck to work
23
 
clean-local:
24
 
        rm -f intl/po2tbl.sed
25
 
 
26
 
EXTRA_DIST =                    \
27
 
        autogen.sh              \
28
 
        gtk-doc.make            \
29
 
        libgsf-1.pc.in          \
 
16
  SUBDIRS += python
 
17
endif
 
18
if WITH_GCONF
 
19
  SUBDIRS += thumbnailer
 
20
endif
 
21
 
 
22
EXTRA_DIST = BUGS HACKING       \
 
23
        intltool-extract.in     \
 
24
        intltool-merge.in       \
 
25
        intltool-update.in      \
30
26
        libgsf-1.spec           \
31
 
        libgsf-1.spec.in        \
32
 
        libgsf-gnome-1.pc.in    \
33
27
        libgsf-gnome-1.spec     \
34
 
        libgsf-gnome-1.spec.in  \
35
 
        libgsf-win32-1.pc.in    \
36
 
        libgsf-zip.in           \
37
 
        README TODO HACKING NEWS BUGS ChangeLog COPYING.LIB
 
28
        m4                      \
 
29
        dumpdef.pl
 
30
        
 
31
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
 
32
 
 
33
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc