File: Makefile.am

package info (click to toggle)
contacts 0.9-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 2,288 kB
  • ctags: 290
  • sloc: sh: 9,232; ansic: 4,085; makefile: 96; xml: 12
file content (28 lines) | stat: -rw-r--r-- 745 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
SUBDIRS = icons

desktopdir = $(datadir)/applications
desktop_in_files = contacts.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

EXTRA_DIST = $(desktop_in_files)

schemadir = $(GCONF_SCHEMA_FILE_DIR)
dist_schema_DATA = contacts.schemas

dist_man1_MANS = contacts.1

if HAVE_GCONF
install-data-local:
	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
		$(GCONFTOOL) --makefile-install-rule $(schema_DATA) || \
		(echo ;\
		echo "*****************************************************"; \
		echo "Installation of schemas failed, install them manually"; \
		echo "*****************************************************";)
		@true
endif

CLEANFILES = $(desktop_DATA)

MAINTAINERCLEANFILES = Makefile.in