2003-10-07 19:10:15 +00:00
|
|
|
SUBDIRS=Theme
|
|
|
|
|
|
|
|
EXTRA_DIST=Makefile.msc
|
|
|
|
|
2004-08-30 20:58:57 +00:00
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/gdk \
|
|
|
|
-I$(top_builddir)/gdk \
|
|
|
|
-DGDK_PIXBUF_DISABLE_DEPRECATED \
|
|
|
|
-DGDK_DISABLE_DEPRECATED \
|
|
|
|
$(GTK_DEP_CFLAGS)
|
2003-10-07 19:10:15 +00:00
|
|
|
|
2004-08-30 20:58:57 +00:00
|
|
|
|
|
|
|
LDADDS = \
|
2005-06-04 20:19:36 +00:00
|
|
|
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-2.0.la \
|
2004-08-30 20:58:57 +00:00
|
|
|
$(top_builddir)/gdk/$(gdktargetlib) \
|
|
|
|
$(top_builddir)/gtk/$(gtktargetlib) \
|
|
|
|
$(GTK_DEP_LIBS)
|
|
|
|
|
|
|
|
enginedir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/engines
|
2003-10-07 19:10:15 +00:00
|
|
|
|
2004-05-21 19:02:59 +00:00
|
|
|
engine_LTLIBRARIES = libwimp.la
|
2003-10-07 19:10:15 +00:00
|
|
|
|
2004-05-21 19:02:59 +00:00
|
|
|
libwimp_la_SOURCES = \
|
2004-03-20 11:42:30 +00:00
|
|
|
msw_rc_style.c \
|
|
|
|
msw_rc_style.h \
|
|
|
|
msw_style.c \
|
|
|
|
msw_style.h \
|
|
|
|
msw_theme_main.c \
|
2003-10-07 19:10:15 +00:00
|
|
|
xp_theme.c \
|
|
|
|
xp_theme_defs.h \
|
|
|
|
xp_theme.h
|
|
|
|
|
2004-05-21 19:02:59 +00:00
|
|
|
libwimp_la_LDFLAGS = \
|
2004-03-20 11:42:30 +00:00
|
|
|
-avoid-version -module -no-undefined -export-dynamic
|
|
|
|
|
2005-03-20 23:10:14 +00:00
|
|
|
libwimp_la_LIBADD = $(LDADDS) -lgdi32
|