###################################################################### # Makefile August 2005 # # L7VSD: Linux Virtual Server for Layer7 Load Balancing # Copyright (C) 2005 NTT COMWARE Corporation. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA # 02110-1301 USA # ###################################################################### SUBDIRS = \ snmpagent \ logger \ parameter \ src \ module \ conf \ init.d \ l7directord \ man \ doc docdir = ${datadir}/doc/${PACKAGE}-${VERSION} dist_doc_DATA = \ README EXTRA_DIST = \ CHANGES \ INSTALL.debian \ INSTALL.ja.utf-8 \ ultramonkey-l7.spec.in l7vsadm_sockdir = @l7vsadm_sockdir@ l7vs_logdir = @l7vs_logdir@ install-data-hook: mkdir -p $(DESTDIR)$(l7vsadm_sockdir) mkdir -p $(DESTDIR)$(l7vs_logdir)