
include ../topdir.mk

OBJS = dialogs.o filesel.o forminput.o embed.o fonts.o \
	Animator.o Table.o Canvas.o

SRCS = dialogs.c filesel.c forminput.c embed.c fonts.c \
	Animator.c Table.c Canvas.c

EXTRA_DEFINES = $(XPM) $(SIAG_HOME) $(SIAG_HELP) $(DEBUG) -g \
	-Wall -ansi -pedantic

NormalLibraryTarget(xcommon, $(OBJS))
DependTarget()

