######################################################################
#
# LIBSOS
#
######################################################################
WANT_SOS_LIBS=TRUE

# Please keep list fo files sorted, so it is easier to determine progress by
# looking how many files already compiled.
SIMPLE_PROGS=		\
	genrand		\
	genrand_tt800	\
	genstatichash	\
	getdynamichash	\
	hello		\
	sosstat		\
	testPT2		\
	testProcTitle	\
	testSnets	\
	testab		\
	testaconn	\
	testconfig	\
	testeq		\
	testfair	\
	testintcols	\
	testnbio	\
	testneg		\
	testpath	\
	testrand	\
	testskid	\
	testsoundex	\
	testxdr


TOPDIR=..
CURDIR=test

PRIVATE_INCLUDES= -I$(TOPDIR)/include -I$(TOPDIR)/$(BUILD_UPDIR)/include
PRIVATE_LDS= -L../src
PRIVATE_LIBS=
PRIVATE_TARGETS=testrand2
PRIVATE_JUNK=testrand2 *.exe *.obj *.lib
VPATH=../src:
MATH_LIB=-lm
include /usr/local/include/make/sos.mk


testrand2: testrand2.o
	$(LINK.c) -o $@ $@.o $(PRIVATE_LIBS) $(MATH_LIB)
