# (c) 2001 jannet it services # contact@jannet.de # $Id$ PROJECT := ytools TOPDIR = $(MODDIR) 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@\" DEVELOPMENT = @IS_DEVELOPMENT_VERSION@ ifeq ($(DEVELOPMENT),true) include $(TOPDIR)/make/cfg_dev.mk else include $(TOPDIR)/make/cfg_dist.mk endif