source: trunk/third/gtk2/gdk/win32/Makefile.am @ 18785

Revision 18785, 1.8 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18784, which included commits to RCS files with non-trunk default branches.
Line 
1## Process this file with automake to produce Makefile.in
2
3libgdkincludedir = $(includedir)/gtk-2.0/gdk
4
5INCLUDES = @STRIP_BEGIN@        \
6        -DG_LOG_DOMAIN=\"Gdk\"  \
7        -DINSIDE_GDK_WIN32      \
8        -I$(top_srcdir)         \
9        -I$(top_srcdir)/gdk     \
10        -I$(top_builddir)/gdk   \
11        @GTK_DEBUG_FLAGS@       \
12        @GDK_DEP_CFLAGS@        \
13        @GDK_WIN32_EXTRA_CFLAGS@\
14        -DGDK_COMPILATION       \
15@STRIP_END@
16
17LDADDS = @STRIP_BEGIN@          \
18        @GDK_DEP_LIBS@          \
19@STRIP_END@
20
21if HAVE_WINTAB
22libwntab32x_a = .libs/libwntab32x.a
23
24.libs/libwntab32x.a: @WINTAB_LIB@
25        cp $< $@
26endif
27
28if HAVE_IE55
29libie55uuid_a = .libs/libie55uuid.a
30
31.libs/libie55uuid.a: @IE55_UUID_LIB@
32        cp $< $@
33endif
34
35noinst_DATA = $(libwntab32x_a) $(libie55uuid_a)
36
37noinst_LTLIBRARIES = libgdk-win32.la
38
39SUBDIRS=rc
40
41EXTRA_DIST = \
42        bdfcursor.c \
43        makefile.msc    \
44        libie55uuid.la  \
45        libwntab32x.la
46
47libgdk_win32_la_SOURCES = \
48        xcursors.h \
49        gdkcolor-win32.c \
50        gdkcursor-win32.c \
51        gdkdisplay-win32.c \
52        gdkdnd-win32.c \
53        gdkdrawable-win32.c \
54        gdkdrawable-win32.h \
55        gdkevents-win32.c \
56        gdkfont-win32.c \
57        gdkgc-win32.c \
58        gdkgeometry-win32.c \
59        gdkglobals-win32.c \
60        gdkim-win32.c \
61        gdkimage-win32.c \
62        gdkinput.c \
63        gdkinput-win32.c \
64        gdkinput-win32.h \
65        gdkkeys-win32.c \
66        gdkmain-win32.c \
67        gdkpango-win32.c \
68        gdkpixmap-win32.c \
69        gdkpixmap-win32.h \
70        gdkprivate-win32.h \
71        gdkproperty-win32.c \
72        gdkscreen-win32.c \
73        gdkselection-win32.c \
74        gdkvisual-win32.c \
75        gdkwin32.h \
76        gdkwin32id.c \
77        gdkwindow-win32.c \
78        gdkwindow-win32.h
79
80libgdkinclude_HEADERS =         \
81        gdkwin32.h
82
83libgdk_win32_la_LIBADD = rc/gdk-win32res.lo
84
85###########################################
86# Hack to get gdkenumtypes.h built first
87###########################################
88                                       
89$(libgdk_win32_la_OBJECTS): $(top_srcdir)/gdk/gdkenumtypes.h
90
91$(top_srcdir)/gdk/gdkenumtypes.h:
92        @cd $(top_builddir)/gdk && make $(AM_MAKEFLAGS) gdkenumtypes.h
Note: See TracBrowser for help on using the repository browser.