[Olsr-dev] [PATCH 13/20] tas: add uninstall target
Ferry Huberts
(spam-protected)
Mon Jul 25 17:38:06 CEST 2011
From: Ferry Huberts <(spam-protected)>
Signed-off-by: Ferry Huberts <(spam-protected)>
---
Makefile | 3 +++
lib/tas/Makefile | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index ef00979..f0dfb28 100644
--- a/Makefile
+++ b/Makefile
@@ -183,6 +183,9 @@ tas:
tas_install:
$(MAKECMD) -C lib/tas DESTDIR=$(DESTDIR) install
+tas_uninstall:
+ $(MAKECMD) -C lib/tas DESTDIR=$(DESTDIR) uninstall
+
dot_draw:
$(MAKECMD) -C lib/dot_draw clean
$(MAKECMD) -C lib/dot_draw
diff --git a/lib/tas/Makefile b/lib/tas/Makefile
index 894480c..9fc4fc6 100644
--- a/lib/tas/Makefile
+++ b/lib/tas/Makefile
@@ -69,6 +69,9 @@ install: $(PLUGIN_FULLNAME)
$(STRIP) $(PLUGIN_FULLNAME)
$(INSTALL_LIB)
+uninstall:
+ $(UNINSTALL_LIB)
+
clean:
rm -f $(OBJS) $(SRCS:%.c=%.d) $(PLUGIN_FULLNAME)
--
1.7.6
More information about the Olsr-dev
mailing list