mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make: Move defs.mk -> ytools.mk
This commit is contained in:
parent
8004bede95
commit
1223681535
4 changed files with 43 additions and 44 deletions
28
make/ytools.mk.in
Normal file
28
make/ytools.mk.in
Normal 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@\"
|
||||
Loading…
Add table
Add a link
Reference in a new issue