mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 13:03:58 +01:00
Makefile: Move YError, YTimeB, lock/mutex, YMutex and hexdump into module base
This commit is contained in:
parent
504ef95d69
commit
006d2d3db3
1 changed files with 3 additions and 6 deletions
9
Makefile
9
Makefile
|
|
@ -6,18 +6,15 @@ SUBDIRS = inst/pre \
|
||||||
doc \
|
doc \
|
||||||
contrib \
|
contrib \
|
||||||
base \
|
base \
|
||||||
debug misc slog platform \
|
|
||||||
devutil \
|
devutil \
|
||||||
hash \
|
hash \
|
||||||
hexdump \
|
|
||||||
lbuffer \
|
lbuffer \
|
||||||
debug \
|
|
||||||
cfgfile gtopts \
|
cfgfile gtopts \
|
||||||
lock sigsync shmem \
|
lock sigsync shmem \
|
||||||
usrv uclnt statecheck msgfmt \
|
usrv uclnt statecheck msgfmt \
|
||||||
YMisc YError YMem YOptString \
|
YMisc YMem YOptString \
|
||||||
YThread YMutex YEvent YCbContr contr \
|
YThread YEvent YCbContr contr \
|
||||||
YTimeB YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \
|
YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \
|
||||||
YOsc \
|
YOsc \
|
||||||
lib include bin \
|
lib include bin \
|
||||||
inst/post
|
inst/post
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue