#============================================================================# # vHost - one-step solution for all virtual hosting needs # # Makefile - make install/clean # # # # Copyright(c) Chaogic Systems, LLC. http://chaogic.com # # Author: Jake Fan # # # # This is Free Software; permission to use, copy, modify, and distribute # # this software and its documentation for any purpose - with or without fee # # - is hereby granted, provided that the above copyright information and # # this permission notice appear in all copies and documentations. This # # software is provided "as is" without express or implied warranty. For # # more details, see GNU General Public License as published by the Free # # Software Foundation. # # # #============================================================================# install: @test -x /usr/bin/perl || echo "vhost: error - missing '/usr/bin/perl'" @test -x /usr/bin/perl && ./vhost.pl --install clean: @test -x /usr/bin/perl || echo "vhost: error - missing '/usr/bin/perl'" @test -x /usr/bin/perl && ./vhost.pl --install -d