2002-03-13 18:24:44 +00:00
|
|
|
include $(top_srcdir)/config/common.am
|
|
|
|
|
2005-07-12 23:42:23 +00:00
|
|
|
EXTRA_DIST = pch.h
|
|
|
|
|
|
|
|
BUILT_SOURCES = $(PCH_FILE)
|
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
noinst_LTLIBRARIES = libgraphics.la
|
2002-03-13 18:24:44 +00:00
|
|
|
|
2005-05-20 16:56:28 +00:00
|
|
|
AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
|
2004-08-15 21:45:30 +00:00
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
libgraphics_la_SOURCES = \
|
2004-08-18 14:20:18 +00:00
|
|
|
GraphicsCache.h \
|
2000-07-31 12:30:10 +00:00
|
|
|
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-06-26 14:15:08 +00:00
|
|
|
GraphicsLoader.h \
|
|
|
|
GraphicsLoader.C \
|
2002-12-16 12:46:45 +00:00
|
|
|
GraphicsParams.C \
|
2002-02-28 16:09:35 +00:00
|
|
|
GraphicsParams.h \
|
2003-02-21 10:04:08 +00:00
|
|
|
LoaderQueue.h \
|
|
|
|
LoaderQueue.C \
|
2002-07-05 21:24:15 +00:00
|
|
|
GraphicsTypes.h \
|
2002-08-27 20:30:20 +00:00
|
|
|
GraphicsTypes.C \
|
2002-07-05 21:24:15 +00:00
|
|
|
PreviewImage.h \
|
|
|
|
PreviewImage.C \
|
|
|
|
PreviewLoader.h \
|
|
|
|
PreviewLoader.C \
|
|
|
|
Previews.h \
|
2003-10-10 21:08:55 +00:00
|
|
|
Previews.C
|