~ubuntu-branches/ubuntu/maverick/gnome-system-tools/maverick

1 by Martin Pitt
Import upstream version 1.0.0
1
## Process this file with automake to produce Makefile.in
2
1.1.30 by Emilio Pozuelo Monfort
Import upstream version 2.21.92
3
SUBDIRS = doc icons interfaces pixmaps src po
1 by Martin Pitt
Import upstream version 1.0.0
4
1.1.3 by Daniel Holbach
Import upstream version 1.4.1
5
distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper
6
1 by Martin Pitt
Import upstream version 1.0.0
7
EXTRA_DIST = \
8
	HACKING 		\
9
	BUGS			\
10
	$(schema_in_files)      \
11
	intltool-extract.in	\
12
	intltool-merge.in 	\
13
	intltool-update.in 	\
1.1.3 by Daniel Holbach
Import upstream version 1.4.1
14
	omf.make		\
15
	xmldocs.make		\
1.1.4 by Michael Vogt
Import upstream version 2.13.0
16
	gnome-doc-utils.make	\
1 by Martin Pitt
Import upstream version 1.0.0
17
	gnome-system-tools.pc.in
18
19
20
schema_in_files = gnome-system-tools.schemas.in
21
schemadir = @GCONF_SCHEMA_FILE_DIR@
22
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
23
@INTLTOOL_SCHEMAS_RULE@
24
25
install-data-local:
26
	-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/$(schema_DATA)
27
28
pkgconfigdir = $(libdir)/pkgconfig
29
pkgconfig_DATA = gnome-system-tools.pc
30
1.1.1 by Michael Vogt
Import upstream version 1.2.0
31
DISTCLEANFILES = \
1 by Martin Pitt
Import upstream version 1.0.0
32
	intltool-extract \
33
	intltool-merge \
34
	intltool-update \
35
	backends/intltool-extract \
36
	backends/intltool-merge \
37
	backends/intltool-update \
38
	gnome-system-tools.schemas \
1.1.4 by Michael Vogt
Import upstream version 2.13.0
39
	gnome-doc-utils.make \
1 by Martin Pitt
Import upstream version 1.0.0
40
	gnome-system-tools.pc
1.1.4 by Michael Vogt
Import upstream version 2.13.0
41
1.1.37 by Martin Pitt
Import upstream version 2.28.0
42
MAINTAINERCLEANFILES = \
43
	INSTALL			\
44
	aclocal.m4              \
45
	config.guess            \
46
	config.h.in             \
47
	config.sub              \
48
	depcomp                 \
49
	install-sh              \
50
	ltmain.sh               \
51
	missing                 \
52
	mkinstalldirs           \
53
	omf.make                \
54
        xmldocs.make		\
55
	`find "$(srcdir)" -type f -name Makefile.in -print`
56
57
1.1.4 by Michael Vogt
Import upstream version 2.13.0
58
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
59
1.1.37 by Martin Pitt
Import upstream version 2.28.0
60
61
-include $(top_srcdir)/git.mk