File: Makefile.am

package info (click to toggle)
evolution-webcal 2.6.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,116 kB
  • ctags: 44
  • sloc: sh: 896; ansic: 666; makefile: 64
file content (60 lines) | stat: -rw-r--r-- 1,160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60

SUBDIRS = po src

DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install

schemasdir = $(GCONF_SCHEMA_FILE_DIR)
schemas_in_files = evolution-webcal.schemas.in.in
schemas_DATA = $(schemas_in_files:.schemas.in.in=.schemas)
%.schemas.in: %.schemas.in.in
	sed -e "s#\@libexecdir\@#@libexecdir@#g" $< > $@

@INTLTOOL_SCHEMAS_RULE@

if GCONF_SCHEMAS_INSTALL
install-schemas: $(schemas_DATA)
	if [ -z "$(DESTDIR)" ]; then \
		GCONF_CONFIG_SOURCE="$(GCONF_SCHEMA_CONFIG_SOURCE)" \
		$(GCONFTOOL) --makefile-install-rule \
		$(top_builddir)/$(schemas_DATA); \
	fi
else
install-schemas:
endif

install-data-local: install-schemas

EXTRA_DIST = \
	TODO \
	$(schemas_in_files) \
	intltool-extract.in \
	intltool-merge.in \
	intltool-update.in

DISTCLEANFILES = \
	intltool-extract \
	intltool-merge \
	intltool-update

CLEANFILES = \
	$(schemas_DATA)

MAINTAINERCLEANFILES = \
  Makefile.in \
  aclocal.m4 \
  config.guess \
  config.h.in \
  config.sub \
  configure \
  depcomp \
  install-sh \
  intltool-extract.in \
  intltool-merge.in \
  intltool-update.in \
  libtool \
  ltmain.sh \
  missing \
	mkinstalldirs \
  po/Makefile.in.in \
  po/$(GETTEXT_PACKAGE).pot