]> git.lyx.org Git - lyx.git/blob - src/graphics/Makefile.am
Add an image loader using the xforms library routines and compile it if
[lyx.git] / src / graphics / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 DISTCLEANFILES= *.orig *.rej *~ *.bak core
3 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
4 noinst_LTLIBRARIES = libgraphics.la
5 LIBS =
6 ETAGS_ARGS = --lang=c++
7 BOOST_INCLUDES = -I$(top_srcdir)/boost
8 INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
9
10 EXTRA_DIST = GraphicsImageXPM.C GraphicsImageXPM.h
11
12 if USE_BASIC_IMAGE_LOADER
13 GRAPHICSIMAGEXPM = GraphicsImageXPM.C GraphicsImageXPM.h
14 endif
15
16 libgraphics_la_SOURCES = \
17         GraphicsCache.h \
18         GraphicsCache.C \
19         GraphicsCacheItem.h \
20         GraphicsCacheItem.C \
21         GraphicsConverter.h \
22         GraphicsConverter.C \
23         GraphicsImage.h \
24         GraphicsImage.C \
25         $(GRAPHICSIMAGEXPM) GraphicsParams.C \
26         GraphicsParams.h \
27         GraphicsTypes.h
28
29 libgraphics.la: libgraphics.o
30
31 libgraphics.o: $(libgraphics_la_OBJECTS) $(libgraphics_la_DEPENDENCIES)
32         $(CXXLINK) $(libgraphics_la_OBJECTS)