File: Makefile.am

package info (click to toggle)
zeitgeist 0.9.16-0.2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,936 kB
  • ctags: 4,319
  • sloc: ansic: 17,171; xml: 11,544; sh: 11,530; python: 8,195; cpp: 3,010; sql: 1,192; makefile: 975
file content (57 lines) | stat: -rw-r--r-- 1,523 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
NULL=

SUBDIRS = \
	ontology \
	$(NULL)

servicedir = $(DBUS_SERVICES_DIR)
service_DATA = org.gnome.zeitgeist.Engine.service

systemd_userdir = $(prefix)/lib/systemd/user
systemd_user_DATA = zeitgeist.service

org.gnome.zeitgeist.Engine.service: org.gnome.zeitgeist.Engine.service.in
	$(AM_V_GEN)sed -e "s!\@prefix\@!$(prefix)!; s!\@pkglibexecdir\@!$(pkglibexecdir)!" < $< > $@
org.gnome.zeitgeist.Engine.service: Makefile

zeitgeist.service: zeitgeist.service.in Makefile
	$(AM_V_GEN)sed -e "s!\@prefix\@!$(prefix)!; s!\@pkglibexecdir\@!$(pkglibexecdir)!" < $< > $@

pkglibexec_PROGRAMS = zeitgeist-maybe-vacuum

zeitgeist-maybe-vacuum: zeitgeist-maybe-vacuum.in
	$(AM_V_GEN)sed -e s!\@pkglibexecdir\@!$(pkglibexecdir)! < $< > $@
zeitgeist-maybe-vacuum: Makefile

bashcompletiondir = $(datadir)/bash-completion/completions
dist_bashcompletion_DATA = completions/zeitgeist-daemon

xdgautostart_in_files = zeitgeist-datahub.desktop.in

if ENABLE_DATAHUB
xdgautostartdir=$(sysconfdir)/xdg/autostart
xdgautostart_DATA = $(xdgautostart_in_files:.desktop.in=.desktop)
endif

@INTLTOOL_DESKTOP_RULE@

CLEANFILES = \
	org.gnome.zeitgeist.Engine.service \
	PythonSerializer.pyc \
	zeitgeist-datahub.desktop \
	zeitgeist.service \
	zeitgeist-maybe-vacuum \
	$(NULL)

EXTRA_DIST = \
	org.gnome.zeitgeist.Engine.service.in \
	ontology2code \
	zeitgeist.service.in \
	zeitgeist-maybe-vacuum.in \
	$(xdgautostart_in_files) \
	$(NULL)

all-local: org.gnome.zeitgeist.Engine.service zeitgeist-maybe-vacuum

clean:
	rm -rf *.pyc *.~[0-9]~