summaryrefslogtreecommitdiffstats
path: root/lib/libesg/encapsulation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libesg/encapsulation/Makefile')
-rw-r--r--lib/libesg/encapsulation/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/libesg/encapsulation/Makefile b/lib/libesg/encapsulation/Makefile
new file mode 100644
index 0000000..2f222ed
--- /dev/null
+++ b/lib/libesg/encapsulation/Makefile
@@ -0,0 +1,28 @@
+# Makefile for linuxtv.org dvb-apps/lib/libesg/encapsulation
+
+.PHONY: sub-error-encapsulation
+
+sub-error-encapsulation:
+ $(error You can't use this makefile directly.)
+
+ifneq ($(lib_name),)
+
+objects += encapsulation/container.o \
+ encapsulation/fragment_management_information.o \
+ encapsulation/data_repository.o \
+ encapsulation/string_repository.o
+
+sub-install += encapsulation
+
+else
+
+includes = container.h \
+ fragment_management_information.h \
+ data_repository.h \
+ string_repository.h
+
+include ../../../Make.rules
+
+lib_name = libesg/encapsulation
+
+endif
f='/debian/dtv-scan-tables.git/commit/dvbv5_dvb-t/fi-Yllasjarvi?h=upstream/0%2bgit20170425.fb5fe05&id=f5a002e361636dd41dc84a5fa1a2e1ee77862edb&follow=1'>Imported Upstream version 0+git20140512.1246b27upstream/0+git20140512.1246b27Jonathan McCrohan391-301/+3983 2014-04-05Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975Jonathan McCrohan118-656/+877