RSS Git Download  Clone
Raw View History
Blames found: 5 Mode: text Binary: false


Hang on, we reloading big blames...
################################################################################ # Makefile # T.Barnaby, BEAM Ltd, 2007-09-21 ################################################################################ # TOP = .. include ${TOP}/Makefile.config CXXFLAGS = -I../include -I../include/Beam
LDFLAGS += -L../lib/$(CPU)
LDLIBS += -lTms PROGS = tmsTestData # General all: ${PROGS} install: all mkdir -p ${BINDIR} cp ${PROGS} ${BINDIR} #depend: # makedepend -Y *.cpp *.cc 2> /dev/null clean: rm -f *$(DARCH).o *$(DARCH).a *.so $(PROGS) data*.txt
run: /tmsTestData -cont -info -test all localhost
# DO NOT DELETE