]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Makefile.am
add <string> and other small fixes to make
[lyx.git] / src / graphics / Makefile.am
index 68164a8f1e3ace9844b13639198fd141a9164d5f..6a73c0b59d7b82c2dbdd0ecbf71d1a6656d50330 100644 (file)
@@ -1,11 +1,8 @@
-AUTOMAKE_OPTIONS = foreign
-DISTCLEANFILES= *.orig *.rej *~ *.bak core
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
+include $(top_srcdir)/config/common.am
+
 noinst_LTLIBRARIES = libgraphics.la
-LIBS =
-ETAGS_ARGS = --lang=c++
-BOOST_INCLUDES = -I$(top_srcdir)/boost
-INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+
+INCLUDES = -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libgraphics_la_SOURCES = \
        GraphicsCache.h \
@@ -16,13 +13,19 @@ libgraphics_la_SOURCES = \
        GraphicsConverter.C \
        GraphicsImage.h \
        GraphicsImage.C \
-       GraphicsImageXPM.h \
-       GraphicsImageXPM.C \
+       GraphicsLoader.h \
+       GraphicsLoader.C \
        GraphicsParams.C \
        GraphicsParams.h \
-       GraphicsTypes.h
-
-libgraphics.la: libgraphics.o
-
-libgraphics.o: $(libgraphics_la_OBJECTS) $(libgraphics_la_DEPENDENCIES)
-       $(CXXLINK) $(libgraphics_la_OBJECTS)
+       LoaderQueue.h \
+       LoaderQueue.C \
+       GraphicsTypes.h \
+       GraphicsTypes.C \
+       PreviewImage.h \
+       PreviewImage.C \
+       PreviewLoader.h \
+       PreviewLoader.C \
+       Previews.h \
+       Previews.C \
+       PreviewedInset.h \
+       PreviewedInset.C