make: Move defs.mk -> ytools.mk

This commit is contained in:
Jan Lindemann 2002-07-20 10:26:53 +00:00 committed by Jan Lindemann
commit 1223681535
4 changed files with 43 additions and 44 deletions

28
make/ytools.mk.in Normal file
View file

@ -0,0 +1,28 @@
# (c) 2001 jannet it services
# contact@jannet.de
# $Id$
PROJECT := ytools
REQUIRED = inst/pre \
make \
doc \
debug misc slog platform \
devutil \
hash \
hexdump \
lbuffer \
debug \
cfgfile gtopts \
lock sigsync shmem \
usrv uclnt statecheck msgfmt \
YMisc YError \
YThread YMutex YEvent YCbContr contr/Y2WayMap \
YTimeB YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \
lib include bin \
inst/post
VERSION = @PACKAGE_VERSION@
VERSION_STR = \"@PACKAGE_VERSION@\"