summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2018-07-10 14:59:12 +0200
committerZeeshan Ali <zeenix@collabora.co.uk>2018-09-13 20:33:08 -0400
commit1f67238ab4dfc5d56e3eeff9af9a34d1e686a0f2 (patch)
tree2398a26b8a754d0c126926ab22e608d361f20209 /demo
parent44cf4015e5b78068d55d14a56765f7d10dc4ea37 (diff)
downloadgeoclue-1f67238ab4dfc5d56e3eeff9af9a34d1e686a0f2.tar.gz
build: Drop autotools
Diffstat (limited to 'demo')
-rw-r--r--demo/Makefile.am73
1 files changed, 0 insertions, 73 deletions
diff --git a/demo/Makefile.am b/demo/Makefile.am
deleted file mode 100644
index d640102..0000000
--- a/demo/Makefile.am
+++ /dev/null
@@ -1,73 +0,0 @@
-demodir = $(libexecdir)/geoclue-2.0/demos
-
-if BUILD_LIBGEOCLUE
-demo_PROGRAMS = where-am-i
-else
-demo_PROGRAMS =
-endif
-
-where_am_i_SOURCES = where-am-i.c
-where_am_i_CFLAGS = $(GEOCLUE_CFLAGS) \
- $(WARN_CFLAGS) \
- -DLOCALEDIR="\"$(datadir)/locale\"" \
- -I$(top_srcdir)/libgeoclue \
- -I$(top_builddir)/libgeoclue \
- -I$(top_srcdir)/public-api \
- -I$(top_builddir)/public-api
-where_am_i_LDADD = $(GEOCLUE_LIBS) \
- ../libgeoclue/libgeoclue-2.la
-
-appsdir = $(datadir)/applications
-apps_DATA = geoclue-where-am-i.desktop
-
-if BUILD_DEMO_AGENT
-apps_DATA += geoclue-demo-agent.desktop
-
-autostartdir = $(sysconfdir)/xdg/autostart
-autostart_DATA = geoclue-demo-agent.desktop
-endif
-
-@INTLTOOL_DESKTOP_RULE@
-
-geoclue-where-am-i.desktop.in: geoclue-where-am-i.desktop.in.in
- $(AM_V_GEN) sed -e "s|[@]libexecdir@|$(libexecdir)|g" $< > $@
-
-geoclue-demo-agent.desktop.in: geoclue-demo-agent.desktop.in.in
- $(AM_V_GEN) sed -e "s|[@]libexecdir@|$(libexecdir)|g" $< > $@
-
-if BUILD_DEMO_AGENT
-demo_PROGRAMS += agent
-endif # BUILD_DEMO_AGENT
-
-agent_SOURCES = $(BUILT_SOURCES) \
- gclue-service-agent.h \
- gclue-service-agent.c \
- agent.c \
- $(NULL)
-agent_CFLAGS = $(DEMO_AGENT_CFLAGS) \
- $(WARN_CFLAGS) \
- -DLOCALEDIR="\"$(datadir)/locale\"" \
- -DABS_SRCDIR=\""$(abs_srcdir)"\" \
- -I$(top_builddir)/src \
- -I$(top_srcdir)/src \
- -I$(top_builddir)/src/agent \
- -I$(top_srcdir)/src/agent \
- -I$(top_builddir)/public-api \
- -I$(top_srcdir)/public-api
-agent_LDADD = $(DEMO_AGENT_LIBS) \
- $(top_builddir)/src/agent/libgeoclue-agent.la
-
--include $(top_srcdir)/git.mk
-
-EXTRA_DIST = \
- geoclue-demo-agent.desktop.in.in \
- geoclue-where-am-i.desktop.in.in \
- $(NULL)
-
-DISTCLEANFILES = \
- geoclue-demo-agent.desktop \
- geoclue-demo-agent.desktop.in \
- geoclue-where-am-i.desktop \
- geoclue-where-am-i.desktop.in \
- $(NULL)
-