include ../topdir.mk

SRCS = window.c selection.c tsiag.c forminput.c

OBJS = window.o selection.o tsiag.o forminput.o

LOCAL_INCLUDES = $(PERLINC)

LOCAL_LIBRARIES = -L../siod -lsiod -L../common -lcommon \
	-L../siag -lsiag -lcommon -lsiod \
	-lm $(SYSDEP_LIB) $(GUILELIB) $(TCLLIB) $(PERLLIB) \
	$(DBLIB) $(CURSES)

EXTRA_DEFINES = -DSIAG \
	$(SIAG_HOME) $(SIAG_HELP) $(DEBUG) $(GUILE) $(TCL) $(PERL) \
	$(SLIBU) $(MD5) $(SS) $(REGEX) $(TAR) $(EXTRA_MATH) $(NDBM) -g \
	-Wall -ansi -pedantic

AllTarget(tsiag)

ComplexProgramTarget(tsiag)

