mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
32 lines
564 B
Makefile
32 lines
564 B
Makefile
# jan's utility modules
|
|
# (c) 2001-2005 jannet it services
|
|
# contact@jannet.de
|
|
# $Id$
|
|
|
|
TOPDIR = .
|
|
|
|
SUBDIRS = inst/pre \
|
|
make \
|
|
doc \
|
|
contrib \
|
|
base \
|
|
devutil \
|
|
YFamily \
|
|
hash \
|
|
lbuffer cache \
|
|
YMisc YMem YOptString \
|
|
gtopts \
|
|
lock sigsync shmem \
|
|
contr cfgfile \
|
|
YLoadableObject \
|
|
msgfmt eloop statecheck \
|
|
YThread YEvent YCbContr \
|
|
YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \
|
|
YApplication \
|
|
YOsc \
|
|
util \
|
|
lib include bin \
|
|
inst/post
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
include $(TOPDIR)/make/topdir.mk
|