From 1aca11f0c24536b4bb1d439697b41f242655ea41 Mon Sep 17 00:00:00 2001 From: Holger Steinhaus Date: Thu, 12 Nov 2015 11:55:42 +0100 Subject: ensure complete build, including all tools --- Makefile | 15 ++++++++++----- mcast/client/Makefile | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 44bae50..074cc1d 100644 --- a/Makefile +++ b/Makefile @@ -67,13 +67,18 @@ OBJS = $(PLUGIN).o cam_menu.o device.o filter.o packetbuffer.o ### The main target: -plug: +all: lib plugin tools i18n + + +plugin: i18n $(MAKE) libvdr-$(PLUGIN).so -all: +tools: lib + $(MAKE) -C mcast/client/ mcli + $(MAKE) -C mcast/tool/ all + +lib: $(MAKE) libmcli.so - $(MAKE) libvdr-$(PLUGIN).so - $(MAKE) i18n libmcli.a libmcli.so: $(MAKE) -C mcast/client/ libmcli @@ -142,7 +147,7 @@ dist: clean @echo Distribution package created as $(PACKAGE).tgz clean: - @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ + @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ po/*.mo po/*.pot $(MAKE) -C mcast/client/ clean $(MAKE) -C mcast/netcv2dvbip/ clean $(MAKE) -C mcast/tool/ clean diff --git a/mcast/client/Makefile b/mcast/client/Makefile index 3bbc70c..9add411 100644 --- a/mcast/client/Makefile +++ b/mcast/client/Makefile @@ -109,6 +109,7 @@ endif all: $(MAKE) lib$(MCLI) $(MAKE) $(MCLI)-shared + $(MAKE) mcli static: $(MCLI)-static -- cgit v1.2.3