]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Makefile.am
A bunch of conversion to docstring.
[lyx.git] / src / graphics / Makefile.am
index e1b3bb77ec3327c8231c4a1a2fa541247ba6327d..1c92b93c1bf49d399b5ed9f6a9bc15d989ff1004 100644 (file)
@@ -1,18 +1,14 @@
 include $(top_srcdir)/config/common.am
 
-noinst_LTLIBRARIES = libgraphics.la
+EXTRA_DIST = pch.h
 
-INCLUDES = -I$(srcdir)/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+BUILT_SOURCES = $(PCH_FILE)
 
-EXTRA_DIST = GraphicsImageXPM.C GraphicsImageXPM.h
+noinst_LTLIBRARIES = libgraphics.la
 
-if USE_BASIC_IMAGE_LOADER
-GRAPHICSIMAGEXPM = GraphicsImageXPM.C GraphicsImageXPM.h
-endif
+AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libgraphics_la_SOURCES = \
-       FileMonitor.h \
-       FileMonitor.C \
        GraphicsCache.h \
        GraphicsCache.C \
        GraphicsCacheItem.h \
@@ -23,15 +19,15 @@ libgraphics_la_SOURCES = \
        GraphicsImage.C \
        GraphicsLoader.h \
        GraphicsLoader.C \
-       $(GRAPHICSIMAGEXPM) GraphicsParams.C \
+       GraphicsParams.C \
        GraphicsParams.h \
-       GraphicsSupport.h \
-       GraphicsSupport.C \
+       LoaderQueue.h \
+       LoaderQueue.C \
        GraphicsTypes.h \
+       GraphicsTypes.C \
        PreviewImage.h \
        PreviewImage.C \
        PreviewLoader.h \
        PreviewLoader.C \
        Previews.h \
        Previews.C
-