summaryrefslogtreecommitdiff
path: root/public-api
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 /public-api
parent44cf4015e5b78068d55d14a56765f7d10dc4ea37 (diff)
downloadgeoclue-1f67238ab4dfc5d56e3eeff9af9a34d1e686a0f2.tar.gz
build: Drop autotools
Diffstat (limited to 'public-api')
-rw-r--r--public-api/Makefile.am43
1 files changed, 0 insertions, 43 deletions
diff --git a/public-api/Makefile.am b/public-api/Makefile.am
deleted file mode 100644
index 2bbcc1c..0000000
--- a/public-api/Makefile.am
+++ /dev/null
@@ -1,43 +0,0 @@
-include $(top_srcdir)/Makefile.decl
-
-BUILT_SOURCES = \
- gclue-enum-types.h \
- gclue-enum-types.c \
- $(NULL)
-
-geoclue_includedir = $(includedir)/libgeoclue-$(GEOCLUE_API_VERSION)
-geoclue_include_HEADERS = gclue-enums.h \
- gclue-enum-types.h \
- $(NULL)
-
-AM_CPPFLAGS = $(GEOCLUE_CFLAGS) \
- $(WARN_CFLAGS) \
- -DLOCALEDIR="\"$(datadir)/locale\"" \
- -DG_LOG_DOMAIN=\""Geoclue"\" \
- -DABS_TOP_SRCDIR=\""$(abs_top_srcdir)"\" \
- -DSYSCONFDIR=\""$(sysconfdir)"\"
-
-noinst_LTLIBRARIES = libgeoclue-public-api.la
-libgeoclue_public_api_la_SOURCES = $(BUILT_SOURCES)
-
-CLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = gclue-enums.h
-
-# Enum types
-GEOCLUE_ENUMS = \
- $(srcdir)/gclue-enums.h
-
-gclue-enum-types.h: Makefile.am $(GEOCLUE_ENUMS) $(top_srcdir)/build-aux/gclue-enums-template.h
- $(AM_V_GEN) $(GLIB_MKENUMS) \
- --fhead "#include \"gclue-enums.h\"\n#ifndef __GCLUE_ENUM_TYPES_H__\n#define __GCLUE_ENUM_TYPES_H__\n" \
- --template $(top_srcdir)/build-aux/gclue-enums-template.h \
- --ftail "#endif /* __GCLUE_ENUM_TYPES_H__ */\n" \
- $(GEOCLUE_ENUMS) > $@
-
-gclue-enum-types.c: Makefile.am $(top_srcdir)/build-aux/gclue-enums-template.c gclue-enum-types.h
- $(AM_V_GEN) $(GLIB_MKENUMS) \
- --fhead "#include \"gclue-enum-types.h\"" \
- --template $(top_srcdir)/build-aux/gclue-enums-template.c \
- $(GEOCLUE_ENUMS) > $@
-
--include $(top_srcdir)/git.mk