From 9fe4d4ea9c054e539ab679ed2e9c076c35beb69d Mon Sep 17 00:00:00 2001 From: etobi Date: Tue, 3 Sep 2013 09:48:45 +0200 Subject: Imported Upstream version 1.1.1+rev1355 --- util/gotox/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 util/gotox/Makefile (limited to 'util/gotox/Makefile') diff --git a/util/gotox/Makefile b/util/gotox/Makefile new file mode 100644 index 0000000..673586a --- /dev/null +++ b/util/gotox/Makefile @@ -0,0 +1,17 @@ +# Makefile for linuxtv.org dvb-apps/util/gotox + +binaries = gotox + +inst_bin = $(binaries) + +CPPFLAGS += -I../../lib +LDFLAGS += -L../../lib/libdvbapi +LDFLAGS += -L../../lib/libdvbsec +LDLIBS += -ldvbapi +LDLIBS += -ldvbsec + +.PHONY: all + +all: $(binaries) + +include ../../Make.rules -- cgit v1.2.3