2000-07-31 12:30:10 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
DISTCLEANFILES= *.orig *.rej *~ *.bak core
|
|
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
2002-02-20 22:57:44 +00:00
|
|
|
noinst_LTLIBRARIES = libgraphics.la
|
2000-07-31 12:30:10 +00:00
|
|
|
LIBS =
|
|
|
|
ETAGS_ARGS = --lang=c++
|
2000-10-02 00:55:02 +00:00
|
|
|
BOOST_INCLUDES = -I$(top_srcdir)/boost
|
|
|
|
INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
|
2000-07-31 12:30:10 +00:00
|
|
|
|
2002-02-20 22:57:44 +00:00
|
|
|
libgraphics_la_SOURCES = \
|
2000-07-31 12:30:10 +00:00
|
|
|
GraphicsCache.h \
|
|
|
|
GraphicsCache.C \
|
|
|
|
GraphicsCacheItem.h \
|
2000-08-10 13:15:05 +00:00
|
|
|
GraphicsCacheItem.C \
|
2002-02-27 09:59:52 +00:00
|
|
|
GraphicsConverter.h \
|
|
|
|
GraphicsConverter.C \
|
|
|
|
GraphicsImage.h \
|
|
|
|
GraphicsImage.C \
|
|
|
|
GraphicsImageXPM.h \
|
|
|
|
GraphicsImageXPM.C \
|
|
|
|
GraphicsParams.C \
|
|
|
|
GraphicsParams.h
|
2002-02-20 22:57:44 +00:00
|
|
|
|
|
|
|
libgraphics.la: libgraphics.o
|
|
|
|
|
|
|
|
libgraphics.o: $(libgraphics_la_OBJECTS) $(libgraphics_la_DEPENDENCIES)
|
|
|
|
$(CXXLINK) $(libgraphics_la_OBJECTS)
|