2006-04-12 19:48:27 +00:00
|
|
|
if PLATFORM_WIN32
|
2003-03-02 02:00:50 +00:00
|
|
|
no_undefined = -no-undefined
|
|
|
|
endif
|
|
|
|
|
2004-11-15 18:25:11 +00:00
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/gdk \
|
|
|
|
-I$(top_builddir)/gdk \
|
|
|
|
-DGDK_PIXBUF_DISABLE_DEPRECATED \
|
|
|
|
-DGDK_DISABLE_DEPRECATED \
|
|
|
|
$(GTK_DEP_CFLAGS)
|
2000-03-06 16:39:14 +00:00
|
|
|
|
2004-11-28 17:21:06 +00:00
|
|
|
LDADDS = \
|
|
|
|
$(GTK_DEP_LIBS) \
|
|
|
|
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-2.0.la \
|
|
|
|
$(top_builddir)/gdk/$(gdktargetlib) \
|
|
|
|
$(top_builddir)/gtk/$(gtktargetlib)
|
|
|
|
|
2004-11-15 18:25:11 +00:00
|
|
|
enginedir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/engines
|
2000-03-06 16:39:14 +00:00
|
|
|
|
|
|
|
engine_LTLIBRARIES = libpixmap.la
|
|
|
|
|
|
|
|
libpixmap_la_SOURCES = \
|
2000-03-06 18:47:32 +00:00
|
|
|
pixbuf-draw.c \
|
|
|
|
pixbuf-main.c \
|
|
|
|
pixbuf-render.c \
|
2000-07-18 16:21:33 +00:00
|
|
|
pixbuf-rc-style.c \
|
|
|
|
pixbuf-rc-style.h \
|
|
|
|
pixbuf-style.h \
|
2000-03-06 18:47:32 +00:00
|
|
|
pixbuf.h
|
2000-03-06 16:39:14 +00:00
|
|
|
|
2003-03-02 02:00:50 +00:00
|
|
|
libpixmap_la_LDFLAGS = -avoid-version -module $(no_undefined)
|
2004-11-28 17:21:06 +00:00
|
|
|
libpixmap_la_LIBADD = $(LDADDS)
|
2002-01-28 05:34:17 +00:00
|
|
|
|