]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Makefile.am
A bunch of conversion to docstring.
[lyx.git] / src / graphics / Makefile.am
index 01e377553e6ff18c6f55cb2647201c416736b878..1c92b93c1bf49d399b5ed9f6a9bc15d989ff1004 100644 (file)
@@ -1,14 +1,12 @@
 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 = \
        GraphicsCache.h \
@@ -21,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
-