#define IHaveSubdirs
#define PassCDebugFlags

SUBDIRS = tptregexp

ROOT		= /usr/local
BINDIR		= $(ROOT)/bin

INCLUDES	= -Itptregexp
LOCAL_LIBRARIES = -Ltptregexp -ltptregexp
TPTLIB		= $(ROOT)/lib/tpt
DEFINES		= -DDEF_TPT_LIB=\"$(TPTLIB)\"

SRCS	= main.c util.c info.c translate.c traninit.c tranvar.c tables.c \
	browse.c
OBJS	= main.o util.o info.o translate.o traninit.o tranvar.o tables.o \
	browse.o masterVersion.o

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

ComplexProgramTarget(instant)
