2000-07-31 12:30:10 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
DISTCLEANFILES= *.orig *.rej *~ *.bak core
|
|
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libgraphics.la
|
|
|
|
LIBS =
|
|
|
|
ETAGS_ARGS = --lang=c++
|
|
|
|
INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS)
|
|
|
|
|
|
|
|
libgraphics_la_SOURCES = \
|
2000-08-08 09:18:39 +00:00
|
|
|
Renderer.h \
|
|
|
|
Renderer.C \
|
|
|
|
XPM_Renderer.h \
|
|
|
|
XPM_Renderer.C \
|
2000-08-10 13:15:05 +00:00
|
|
|
EPS_Renderer.h \
|
|
|
|
EPS_Renderer.C \
|
2000-07-31 12:30:10 +00:00
|
|
|
GraphicsCache.h \
|
|
|
|
GraphicsCache.C \
|
|
|
|
GraphicsCacheItem.h \
|
2000-08-10 13:15:05 +00:00
|
|
|
GraphicsCacheItem.C \
|
|
|
|
GraphicsCacheItem_pimpl.h \
|
|
|
|
GraphicsCacheItem_pimpl.C \
|