about summary refs log tree commit diff
path: root/src/generated/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-07-06 02:16:10 +0200
committerMichael Biebl <biebl@debian.org>2014-07-06 02:16:10 +0200
commit33491bc4279481db8ae47213e34a6d695a0e8830 (patch)
tree097d2b0fdff3fae6885381ae5e57a182cd8cbbba /src/generated/Makefile.am
parent59c3714a494c3b3765657c0551ad82842d98a7d2 (diff)
Imported Upstream version 0.9.10.0 upstream/0.9.10.0
Diffstat (limited to 'src/generated/Makefile.am')
-rw-r--r--src/generated/Makefile.am91
1 files changed, 0 insertions, 91 deletions
diff --git a/src/generated/Makefile.am b/src/generated/Makefile.am
deleted file mode 100644
index b313e454..00000000
--- a/src/generated/Makefile.am
+++ /dev/null
@@ -1,91 +0,0 @@
-include $(GLIB_MAKEFILE)
-
-noinst_LTLIBRARIES = libnm-generated.la
-
-libnm_generated_la_SOURCES = \
-	nm-enum-types.c \
-	nm-enum-types.h \
-	nm-marshal.c \
-	nm-marshal.h
-
-nm_daemon_all_sources = \
-	$(top_srcdir)/src/*.[ch] \
-	$(top_srcdir)/src/logging/*.[ch] \
-	$(top_srcdir)/src/dns-manager/*.[ch] \
-	$(top_srcdir)/src/vpn-manager/*.[ch] \
-	$(top_srcdir)/src/dhcp-manager/*.[ch] \
-	$(top_srcdir)/src/ip6-manager/*.[ch] \
-	$(top_srcdir)/src/supplicant-manager/*.[ch] \
-	$(top_srcdir)/src/ppp-manager/*.[ch] \
-	$(top_srcdir)/src/dnsmasq-manager/*.[ch] \
-	$(top_srcdir)/src/modem-manager/*.[ch] \
-	$(top_srcdir)/src/bluez-manager/*.[ch] \
-	$(top_srcdir)/src/firewall-manager/*.[ch] \
-	$(top_srcdir)/src/settings/*.[ch]
-
-if WITH_WIMAX
-nm_daemon_all_sources += $(top_srcdir)/src/wimax/*.[ch]
-endif
-
-nm_daemon_sources_no_bindings = \
-	$(filter-out %-glue.h %-bindings.h, $(wildcard $(nm_daemon_all_sources)))
-
-if WITH_MODEM_MANAGER_1
-# We filter out this file, which doesn't have any enum, and which clashes
-# with ModemManager1-defined symbols
-nm_daemon_sources = \
-	$(filter-out $(top_srcdir)/src/modem-manager/nm-modem-types.h, $(wildcard $(nm_daemon_sources_no_bindings)))
-else
-# Don't include ModemManager1-specific headers if we're not compiling with
-# ModemManager1 support.
-nm_daemon_sources = \
-	$(filter-out $(top_srcdir)/src/modem-manager/nm-modem-broadband.h, $(wildcard $(nm_daemon_sources_no_bindings)))
-endif
-
-GLIB_GENERATED = nm-enum-types.h nm-enum-types.c
-nm_enum_types_sources = $(nm_daemon_sources)
-GLIB_MKENUMS_H_FLAGS = --identifier-prefix NM
-GLIB_MKENUMS_C_FLAGS = --identifier-prefix NM
-
-GLIB_GENERATED += nm-marshal.h nm-marshal.c
-nm_marshal_sources = $(nm_daemon_sources)
-
-libnm_generated_la_CPPFLAGS = \
-	-I${top_srcdir}/include \
-	-I${top_builddir}/include \
-	-I${top_srcdir}/src \
-	-I${top_srcdir}/src/logging \
-	-I${top_srcdir}/src/dns-manager \
-	-I${top_srcdir}/src/vpn-manager \
-	-I${top_srcdir}/src/dhcp-manager \
-	-I${top_srcdir}/src/ip6-manager \
-	-I${top_srcdir}/src/supplicant-manager \
-	-I${top_srcdir}/src/ppp-manager \
-	-I${top_srcdir}/src/dnsmasq-manager \
-	-I${top_srcdir}/src/modem-manager \
-	-I$(top_srcdir)/src/bluez-manager \
-	-I$(top_srcdir)/src/firewall-manager \
-	-I$(top_srcdir)/src/settings \
-	-I$(top_srcdir)/src/wifi \
-	-I$(top_srcdir)/libnm-util \
-	$(DBUS_CFLAGS) \
-	$(GLIB_CFLAGS) \
-	$(GUDEV_CFLAGS) \
-	$(LIBNL_CFLAGS) \
-	$(POLKIT_CFLAGS) \
-	$(SYSTEMD_LOGIN_CFLAGS) \
-	$(IWMX_SDK_CFLAGS)
-
-if WITH_WIMAX
-libnm_generated_la_CPPFLAGS += -I$(top_srcdir)/src/wimax
-endif
-
-if WITH_MODEM_MANAGER_1
-libnm_generated_la_CPPFLAGS += $(MM_GLIB_CFLAGS)
-endif
-
-libnm_generated_la_LIBADD = \
-	$(GLIB_LIBS)
-
-BUILT_SOURCES = $(GLIB_GENERATED)
-