summaryrefslogtreecommitdiffstats
path: root/util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/Makefile')
-rw-r--r--util/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/util/Makefile b/util/Makefile
new file mode 100644
index 0000000..6e6daa3
--- /dev/null
+++ b/util/Makefile
@@ -0,0 +1,12 @@
+# Makefile for linuxtv.org dvb-apps/util
+
+%:: FORCE
+ $(MAKE) -C lib $(MAKECMDGOALS)
+ $(MAKE) -C szap $(MAKECMDGOALS)
+ $(MAKE) -C scan $(MAKECMDGOALS)
+ $(MAKE) -C dvbnet $(MAKECMDGOALS)
+ $(MAKE) -C dvbdate $(MAKECMDGOALS)
+ $(MAKE) -C dvbtraffic $(MAKECMDGOALS)
+ $(MAKE) -C av7110_loadkeys $(MAKECMDGOALS)
+
+FORCE:
7upstream/0+git20140611.14bd6c7Jonathan McCrohan7-11/+60 2014-05-13Imported 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