2001-10-29 06:50:55 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
libgdkincludedir = $(includedir)/gtk-2.0/gdk
|
|
|
|
|
|
|
|
INCLUDES = @STRIP_BEGIN@ \
|
|
|
|
-DG_LOG_DOMAIN=\"Gdk\" \
|
|
|
|
-DINSIDE_GDK_WIN32 \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/gdk \
|
|
|
|
-I$(top_builddir)/gdk \
|
|
|
|
@GTK_DEBUG_FLAGS@ \
|
|
|
|
@GDK_DEP_CFLAGS@ \
|
|
|
|
@GDK_WIN32_EXTRA_CFLAGS@\
|
|
|
|
-DGDK_COMPILATION \
|
|
|
|
@STRIP_END@
|
|
|
|
|
|
|
|
LDADDS = @STRIP_BEGIN@ \
|
|
|
|
@GDK_DEP_LIBS@ \
|
|
|
|
@STRIP_END@
|
|
|
|
|
|
|
|
if HAVE_WINTAB
|
2001-11-08 20:57:18 +00:00
|
|
|
libwntab32x_a = .libs/libwntab32x.a
|
2001-10-29 06:50:55 +00:00
|
|
|
|
|
|
|
.libs/libwntab32x.a: @WINTAB_LIB@
|
|
|
|
cp $< $@
|
|
|
|
endif
|
|
|
|
|
2001-11-08 20:57:18 +00:00
|
|
|
if HAVE_IE55
|
|
|
|
libie55uuid_a = .libs/libie55uuid.a
|
|
|
|
|
|
|
|
.libs/libie55uuid.a: @IE55_UUID_LIB@
|
|
|
|
cp $< $@
|
|
|
|
endif
|
|
|
|
|
|
|
|
noinst_DATA = $(libwntab32x_a) $(libie55uuid_a)
|
|
|
|
|
2001-10-29 06:50:55 +00:00
|
|
|
noinst_LTLIBRARIES = libgdk-win32.la
|
|
|
|
|
2000-11-14 22:16:24 +00:00
|
|
|
SUBDIRS=rc
|
|
|
|
|
1999-12-11 23:18:12 +00:00
|
|
|
EXTRA_DIST = \
|
2001-11-08 20:57:18 +00:00
|
|
|
makefile.mingw \
|
|
|
|
makefile.msc \
|
|
|
|
libie55uuid.la \
|
|
|
|
libwntab32x.la
|
2001-10-29 06:50:55 +00:00
|
|
|
|
|
|
|
libgdk_win32_la_SOURCES = \
|
2001-02-23 03:51:41 +00:00
|
|
|
bdfcursor.c \
|
|
|
|
xcursors.h \
|
1999-12-11 23:18:12 +00:00
|
|
|
gdkcolor-win32.c \
|
|
|
|
gdkcursor-win32.c \
|
|
|
|
gdkdnd-win32.c \
|
|
|
|
gdkdrawable-win32.c \
|
2000-11-18 01:49:50 +00:00
|
|
|
gdkdrawable-win32.h \
|
1999-12-11 23:18:12 +00:00
|
|
|
gdkevents-win32.c \
|
|
|
|
gdkfont-win32.c \
|
|
|
|
gdkgc-win32.c \
|
2000-11-18 01:49:50 +00:00
|
|
|
gdkgeometry-win32.c \
|
1999-12-11 23:18:12 +00:00
|
|
|
gdkglobals-win32.c \
|
|
|
|
gdkim-win32.c \
|
|
|
|
gdkimage-win32.c \
|
2000-11-18 01:49:50 +00:00
|
|
|
gdkinput.c \
|
1999-12-11 23:18:12 +00:00
|
|
|
gdkinput-win32.c \
|
2000-11-18 01:49:50 +00:00
|
|
|
gdkinput-win32.h \
|
2001-05-25 15:43:53 +00:00
|
|
|
gdkkeys-win32.c \
|
1999-12-11 23:18:12 +00:00
|
|
|
gdkmain-win32.c \
|
2000-11-18 01:49:50 +00:00
|
|
|
gdkpango-win32.c \
|
1999-12-11 23:18:12 +00:00
|
|
|
gdkpixmap-win32.c \
|
2000-11-18 01:49:50 +00:00
|
|
|
gdkpixmap-win32.h \
|
1999-12-11 23:18:12 +00:00
|
|
|
gdkprivate-win32.h \
|
|
|
|
gdkproperty-win32.c \
|
|
|
|
gdkselection-win32.c \
|
|
|
|
gdkvisual-win32.c \
|
|
|
|
gdkwin32.h \
|
|
|
|
gdkwin32id.c \
|
|
|
|
gdkwindow-win32.c \
|
2001-11-08 20:57:18 +00:00
|
|
|
gdkwindow-win32.h
|
2001-10-29 06:50:55 +00:00
|
|
|
|
|
|
|
libgdkinclude_HEADERS = \
|
|
|
|
gdkwin32.h
|
|
|
|
|
|
|
|
libgdk_win32_la_LIBADD = rc/gdk-win32res.lo
|