mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
28 lines
541 B
Makefile
28 lines
541 B
Makefile
|
|
# (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@\"
|