# $Id: Makefile,v 1.2 2001/03/26 10:35:35 icahoon Exp $
BUILD = ../../../build
include $(BUILD)/Makefile.pre
PACKAGES += TRANSPORT UTIL LIBXML PTHREAD
# names of programs (e.g. test programs) to be compiled
#
SAMPLEPROGRAMS = \
PerfSample.cxx
TESTPROGRAMS = $(SAMPLEPROGRAMS)
include $(BUILD)/Makefile.post