]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Makefile.am
A bunch of conversion to docstring.
[lyx.git] / src / graphics / Makefile.am
index ecdace9771debcd10702e6a5c411a574a71c7489..1c92b93c1bf49d399b5ed9f6a9bc15d989ff1004 100644 (file)
@@ -1,23 +1,33 @@
-AUTOMAKE_OPTIONS = foreign
-DISTCLEANFILES= *.orig *.rej *~ *.bak core
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
+include $(top_srcdir)/config/common.am
+
+EXTRA_DIST = pch.h
+
+BUILT_SOURCES = $(PCH_FILE)
+
 noinst_LTLIBRARIES = libgraphics.la
-LIBS =
-ETAGS_ARGS = --lang=c++
-BOOST_INCLUDES = -I$(top_srcdir)/boost
-INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+
+AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libgraphics_la_SOURCES = \
        GraphicsCache.h \
        GraphicsCache.C \
        GraphicsCacheItem.h \
        GraphicsCacheItem.C \
-       ImageLoaderXPM.h \
-       ImageLoaderXPM.C \
-       ImageLoader.h \
-       ImageLoader.C 
-
-libgraphics.la: libgraphics.o
-
-libgraphics.o: $(libgraphics_la_OBJECTS) $(libgraphics_la_DEPENDENCIES)
-       $(CXXLINK) $(libgraphics_la_OBJECTS)
+       GraphicsConverter.h \
+       GraphicsConverter.C \
+       GraphicsImage.h \
+       GraphicsImage.C \
+       GraphicsLoader.h \
+       GraphicsLoader.C \
+       GraphicsParams.C \
+       GraphicsParams.h \
+       LoaderQueue.h \
+       LoaderQueue.C \
+       GraphicsTypes.h \
+       GraphicsTypes.C \
+       PreviewImage.h \
+       PreviewImage.C \
+       PreviewLoader.h \
+       PreviewLoader.C \
+       Previews.h \
+       Previews.C