2001-07-25 09:21:39 +00:00
|
|
|
########################################################################
|
|
|
|
|
# #
|
|
|
|
|
# development utilities #
|
|
|
|
|
# (c) 2001 jannet it services #
|
|
|
|
|
# Authors: Jan Lindemann #
|
|
|
|
|
# contact@jannet.de #
|
|
|
|
|
# patches, bugfixes and comments are welcome at patch@jannet.de #
|
|
|
|
|
# #
|
2001-07-24 13:11:57 +00:00
|
|
|
# $Id$
|
2001-07-25 09:21:39 +00:00
|
|
|
# #
|
|
|
|
|
# This program is free software; permission to use, copy, modify, #
|
|
|
|
|
# distribute, and sell this software and its documentation under the #
|
|
|
|
|
# terms of the GNU Public license as published by the Free Software #
|
|
|
|
|
# Foundation, either version 2 or any later version of the license, is #
|
|
|
|
|
# hereby granted without fee, provided that (i) the above copyright #
|
|
|
|
|
# notices and this permission notice appear in all copies of the #
|
|
|
|
|
# software and related documentation, and (ii) the name of jannet may #
|
|
|
|
|
# not be used in any advertising or publicity relating to the software #
|
|
|
|
|
# without the specific, prior written permission of jannet. #
|
|
|
|
|
# #
|
|
|
|
|
# This program is distributed in the hope that it will be useful, but #
|
|
|
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- #
|
|
|
|
|
# TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General #
|
|
|
|
|
# Public License for more details. #
|
|
|
|
|
# #
|
|
|
|
|
# You should have received a copy of the GNU General Public License #
|
|
|
|
|
# along with this program; if not, write to the Free Software Founda- #
|
|
|
|
|
# tion, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #
|
|
|
|
|
# #
|
|
|
|
|
########################################################################
|
|
|
|
|
|
2002-07-01 18:21:15 +00:00
|
|
|
MODDIR = ../..
|
|
|
|
|
|
2002-07-20 17:16:40 +00:00
|
|
|
include $(MODDIR)/make/ytools.mk
|
2002-07-01 18:21:15 +00:00
|
|
|
include $(MODDIR)/make/scripts.mk
|
|
|
|
|
|
|
|
|
|
#INSTALL_BINDIR = $(ENV_PREFIX)/$(HOME)/bin
|
|
|
|
|
#CONFDIR = $(ENV_PREFIX)/$(HOME)/.jannet
|
2001-10-04 14:37:27 +00:00
|
|
|
|
2002-01-17 21:58:12 +00:00
|
|
|
all:
|
|
|
|
|
|
2002-07-02 16:04:41 +00:00
|
|
|
#$(INSTALL_BINDIR):
|
|
|
|
|
# $(INSTALL) -o root -g root -m 755 -d $@
|
2001-10-04 14:37:27 +00:00
|
|
|
|
2002-07-01 18:21:15 +00:00
|
|
|
#install: $(EXEDIR) $(CONFDIR)
|
|
|
|
|
# $(INSTALL) *.sh -m 755 $(EXEDIR)/
|
|
|
|
|
# if [ -f *.conf ]; then $(INSTALL) *.conf $(CONFDIR)/; fi
|
2001-10-04 14:37:27 +00:00
|
|
|
|
2002-07-01 18:21:15 +00:00
|
|
|
#clean distclean libclean:
|
|
|
|
|
# rm -rf *~ .*.swp core *.rep
|
2001-07-24 13:11:57 +00:00
|
|
|
|
2002-07-02 16:04:41 +00:00
|
|
|
install: all $(INSTALL_BINDIR) $(INSTALLED_EXE_SH)
|
2002-01-17 21:58:12 +00:00
|
|
|
|
2002-03-30 19:05:25 +00:00
|
|
|
profclean:
|