2002-03-13 18:24:44 +00:00
|
|
|
include $(top_srcdir)/config/common.am
|
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
noinst_LTLIBRARIES = libgraphics.la
|
2002-03-13 18:24:44 +00:00
|
|
|
|
2002-03-25 11:15:27 +00:00
|
|
|
INCLUDES = -I$(srcdir)/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
|
2000-07-31 12:30:10 +00:00
|
|
|
|
2002-03-06 12:07:23 +00:00
|
|
|
EXTRA_DIST = GraphicsImageXPM.C GraphicsImageXPM.h
|
|
|
|
|
|
|
|
if USE_BASIC_IMAGE_LOADER
|
|
|
|
GRAPHICSIMAGEXPM = GraphicsImageXPM.C GraphicsImageXPM.h
|
|
|
|
endif
|
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
libgraphics_la_SOURCES = \
|
2000-07-31 12:30:10 +00:00
|
|
|
GraphicsCache.h \
|
|
|
|
GraphicsCache.C \
|
|
|
|
GraphicsCacheItem.h \
|
2000-08-10 13:15:05 +00:00
|
|
|
GraphicsCacheItem.C \
|
2002-02-27 09:59:52 +00:00
|
|
|
GraphicsConverter.h \
|
|
|
|
GraphicsConverter.C \
|
|
|
|
GraphicsImage.h \
|
|
|
|
GraphicsImage.C \
|
2002-03-06 12:07:23 +00:00
|
|
|
$(GRAPHICSIMAGEXPM) GraphicsParams.C \
|
2002-02-28 16:09:35 +00:00
|
|
|
GraphicsParams.h \
|
|
|
|
GraphicsTypes.h
|