summaryrefslogtreecommitdiff
path: root/data/phoenix/uninstalled/Makefile.am
blob: ce1989a5d4d15e154ab41c2da180866251b774b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
service_files = \
  dbus-1/services/org.freedesktop.Telepathy.Client.Phoenix.EchoText.service \
  dbus-1/services/org.freedesktop.Telepathy.Client.Phoenix.Approver.service \
  dbus-1/services/org.freedesktop.Telepathy.Client.Phoenix.Authenticator.service
client_files = \
  telepathy/clients/Phoenix.EchoText.client \
  telepathy/clients/Phoenix.Approver.client \
  telepathy/clients/Phoenix.Authenticator.client

dbus-1/services/org.freedesktop.Telepathy.Client.%.service: dbus-1/services/%.service.in
	$(MKDIR_P) dbus-1/services
	$(AM_V_GEN)sed -e "s|[@]abs_top_builddir[@]|@abs_top_builddir@|g" $< > $@

telepathy/clients/%.client: telepathy/clients/%.client.in
	$(MKDIR_P) telepathy/clients
	$(AM_V_GEN)sed -e "s|[@]abs_top_builddir[@]|@abs_top_builddir@|g" $< > $@


BUILT_SOURCES=$(service_files) $(client_files)
CLEANFILES = $(BUILT_SOURCES)