]> Pileus Git - ~andy/gtk/blob - gdk/win32/Makefile.am
404ddd6aefa7a09603d72ee4c85fd6c762faddf9
[~andy/gtk] / gdk / win32 / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/Makefile.decl
3
4 libgdkincludedir = $(includedir)/gtk-3.0/gdk
5
6 INCLUDES = \
7         -DG_LOG_DOMAIN=\"Gdk\"  \
8         -DINSIDE_GDK_WIN32      \
9         -I$(top_srcdir)         \
10         -I$(top_srcdir)/gdk     \
11         -I$(top_builddir)/gdk   \
12         $(GTK_DEBUG_FLAGS)      \
13         $(GDK_DEP_CFLAGS)       \
14         $(GDK_WIN32_EXTRA_CFLAGS)\
15         -DGDK_COMPILATION
16
17 LDADDS = $(GDK_DEP_LIBS)
18
19 noinst_LTLIBRARIES = libgdk-win32.la
20
21 SUBDIRS=rc
22
23 EXTRA_DIST += \
24         bdfcursor.c \
25         makefile.msc
26
27 libgdk_win32_la_SOURCES = \
28         gdkcursor-win32.c \
29         gdkdevicemanager-win32.c \
30         gdkdevicemanager-win32.h \
31         gdkdevice-win32.c \
32         gdkdevice-win32.h \
33         gdkdevice-wintab.c \
34         gdkdevice-wintab.h \
35         gdkdisplay-win32.c \
36         gdkdisplaymanager-win32.c \
37         gdkdnd-win32.c \
38         gdkevents-win32.c \
39         gdkgeometry-win32.c \
40         gdkglobals-win32.c \
41         gdkinput.c \
42         gdkkeys-win32.c \
43         gdkmain-win32.c \
44         gdkprivate-win32.h \
45         gdkproperty-win32.c \
46         gdkscreen-win32.c \
47         gdkselection-win32.c \
48         gdktestutils-win32.c \
49         gdkvisual-win32.c \
50         gdkwin32cursor.h \
51         gdkwin32display.h \
52         gdkwin32displaymanager.h \
53         gdkwin32dnd.h \
54         gdkwin32.h \
55         gdkwin32id.c \
56         gdkwin32keys.h \
57         gdkwin32screen.h \
58         gdkwin32window.h \
59         gdkwindow-win32.c \
60         gdkwindow-win32.h \
61         pktdef.h \
62         wintab.h \
63         xcursors.h
64
65 libgdkinclude_HEADERS =         \
66         gdkwin32.h
67
68 -include $(top_srcdir)/git.mk