File: Makefile.am

package info (click to toggle)
accerciser 3.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,896 kB
  • sloc: python: 8,277; sh: 827; makefile: 239
file content (41 lines) | stat: -rw-r--r-- 861 bytes parent folder | download
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
SUBDIRS = doc help icons plugindata plugins po src pixmaps

INTLTOOL = 			\
	intltool-extract.in 	\
	intltool-merge.in 	\
	intltool-update.in

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

gsettings_files = \
        org.a11y.Accerciser.gschema.xml.in

gsettings_SCHEMAS = $(gsettings_files:.xml.in=.xml)
@INTLTOOL_XML_NOMERGE_RULE@
@GSETTINGS_RULES@

EXTRA_DIST =  \
	$(desktop_in_files) \
	$(desktop_DATA) \
	pyreqs.py \
	accerciser.spec \
	gnome-doc-utils.make \
	$(INTLTOOL) \
        $(gsettings_files)

DISTCHECK_CONFIGURE_FLAGS = \
	--disable-scrollkeeper \
	--enable-pydoc

DISTCLEANFILES = \
	$(desktop_DATA) \
	accerciser.spec \
	intltool-extract \
	intltool-merge \
	intltool-update	\
	gnome-doc-utils.make \
        $(gsettings_SCHEMAS)