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

SIMPLE_PROGS=sosstat testfair testxdr testskid testSnets genrand testrand genstatichash getdynamichash testProcTitle testPT2 testneg testeq testconfig
  
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
VPATH=../src:

include $(TOPDIR)/include/sos.mk

testrand2: testrand2.o
	$(LINK.c) -o $@ $@.o -lm
