
include ../topdir.mk

OBJS = cmalloc.o common.o fonts.o

SRCS = cmalloc.c common.c fonts.c

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

NormalLibraryTarget(common, $(OBJS))
DependTarget()

depend:: siaghome.h

clean::
	$(RM) siaghome.h

siaghome.h: makesiaghome
	sh makesiaghome > siaghome.h

