[Openvas-commits] r3178 - trunk/openvas-client

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Apr 24 11:00:26 CEST 2009


Author: felix
Date: 2009-04-24 11:00:26 +0200 (Fri, 24 Apr 2009)
New Revision: 3178

Modified:
   trunk/openvas-client/Makefile
Log:
Committed the Makefile, as stated in last ChangeLog

Modified: trunk/openvas-client/Makefile
===================================================================
--- trunk/openvas-client/Makefile	2009-04-24 08:58:30 UTC (rev 3177)
+++ trunk/openvas-client/Makefile	2009-04-24 09:00:26 UTC (rev 3178)
@@ -9,7 +9,7 @@
 	$(SHELL) configure $(CONFIGURE_ARGS)
 	touch $@
 
-install: all client-install install-bin install-man
+install: all client-install install-bin install-man install-tools
 	@echo
 	@echo ' --------------------------------------------------------------'
 	@echo ' OpenVAS-Client has been sucessfully installed. '
@@ -20,6 +20,10 @@
 	test -d $(DESTDIR)${bindir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${bindir}
 	$(INSTALL) -m $(CLIENTMODE) openvasclient-mkcert $(DESTDIR)${bindir}
 
+install-tools:
+	test -d $(DESTDIR)${prefixlibopenvasdir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${prefixlibopenvasdir}
+	$(INSTALL) -m $(CLIENTMODE) tools/openvas-ssh-client-rpm-creator.sh $(DESTDIR)${prefixlibopenvasdir}
+
 sslstuff:
 	cd ssl && $(MAKE)
 
@@ -30,18 +34,18 @@
 	$(INSTALL) -c -m 0444 ${MAN_NESSUS_1} $(DESTDIR)${mandir}/man1/OpenVAS-Client.1
 	$(INSTALL) -c -m 0444 doc/openvasclient-mkcert.1 $(DESTDIR)${mandir}/man1/openvasclient-mkcert.1
 
-client-install : client
+client-install: client
 	test -d $(DESTDIR)${bindir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${bindir}
 	$(INSTALL) -m $(CLIENTMODE) ${make_bindir}/OpenVAS-Client $(DESTDIR)${bindir}
 
-client : 
+client:
 	cd nessus && $(MAKE)
 
 libnessus-client:
 	cd libnessus && $(MAKE)
 
 
-man : $(MAN_NESSUS_1)
+man: $(MAN_NESSUS_1)
 
 $(MAN_NESSUS_1) : $(MAN_NESSUS_1).in
 	@sed -e '' $(MAN_NESSUS_1).in  >$(MAN_NESSUS_1)
@@ -62,7 +66,7 @@
 	[ -z "${rootdir}" ] || rm -f ${rootdir}/include/config.h ${rootdir}/include/corevers.h
 	rm -f nessus.tmpl doc/OpenVAS-Client.1.cat
 	[ -z "${make_bindir}" ] || rm -f $(make_bindir)/[oO]pen*
-	rm -f libtool config.cache config.status config.log 
+	rm -f libtool config.cache config.status config.log
 	rm -f openvasclient-mkcert
 
 dist:
@@ -75,7 +79,7 @@
 	gzip -9 openvas-client-$${version}.tar
 
 # Generates basic code documentation (placed in doc/generated)
-doc :
+doc:
 	doxygen doc/Doxyfile
 
 # Generates more extensive code documentation with graphs 



More information about the Openvas-commits mailing list