################################################################################
# Makefile For tmsStateGen utility
# T.Barnaby, BEAM Ltd, 2007-03-14
################################################################################
#
TOP = $(shell pwd)/..
include ${TOP}/Makefile.config
# Main bits
VERSION = 0.1.0
PROGS = tmsStateGen
OBJS1 = main.o Gen.o
LDLIBS := -lTms $(LDLIBS)
#DEBUGFLAGS = -g -pg
DEBUGFLAGS = -O2 -g
.PHONY: dox
all: $(PROGS)
clean: