summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-11-15 15:11:50 +0000
committerChristian Pointner <equinox@anytun.org>2009-11-15 15:11:50 +0000
commit30a65f4e0e64336f5a9ae311e3ca050c52e7e867 (patch)
treeda4580a011410c11bab8d3fcd1add73aaa0a3182 /src/Makefile
parentno in-place sed at make install (diff)
added --no-manpage to configure and make
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile23
1 files changed, 17 insertions, 6 deletions
diff --git a/src/Makefile b/src/Makefile
index 6efbe7b..4124575 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -104,12 +104,17 @@ manpage:
$(MAKE) --directory="../doc/" manpage
+INSTALL_TARGETS := install-bin install-etc
+REMOVE_TARGETS := remove-bin remove-etc
+
+ifdef MANDIR
+INSTALL_TARGETS += install-man
+REMOVE_TARGETS += remove-man
+endif
+
ifdef EXAMPLESDIR
-INSTALL_TARGETS := install-bin install-etc install-examples install-man
-REMOVE_TARGETS := remove-examples
-else
-INSTALL_TARGETS := install-bin install-etc install-man
-REMOVE_TARGETS :=
+INSTALL_TARGETS += install-examples
+REMOVE_TARGETS += remove-examples
endif
install: all $(INSTALL_TARGETS)
@@ -152,12 +157,18 @@ install-man: manpage
uninstall: remove
remove: $(REMOVE_TARGETS)
+
+remove-bin:
rm -f $(DESTDIR)$(SBINDIR)/$(EXECUTABLE)
- rm -f $(DESTDIR)$(MANDIR)/man8/$(EXECUTABLE).8
+
+remove-etc:
rm -f $(DESTDIR)$(ETCDIR)/init.d/$(EXECUTABLE)
remove-examples:
rm -rf $(DESTDIR)$(EXAMPLESDIR)/$(EXECUTABLE)/
+remove-man:
+ rm -f $(DESTDIR)$(MANDIR)/man8/$(EXECUTABLE).8
+
purge: remove
rm -rf $(DESTDIR)$(ETCDIR)/$(EXECUTABLE)/