- tms-old
- tms
- tmsWatchdog
- Makefile
This file ( 558B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
################################################################################
# Makefile
# T.Barnaby, BEAM Ltd, 2008-01-18
################################################################################
#
TOP = ..
include ${TOP}/Makefile.config
CXXFLAGS += -I../include -I../include/Beam
LDFLAGS += -L../lib/$(CPU)
PROGS = tmsWatchdog
# 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
# DO NOT DELETE