]> Pileus Git - ~andy/gtk/blob - gdk/x11/Makefile.am
4422b2b7d3006ffe80541ec3fd2ec6753f08664f
[~andy/gtk] / gdk / x11 / 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         -DGDK_COMPILATION       \
9         -I$(top_srcdir)         \
10         -I$(top_srcdir)/gdk     \
11         -I$(top_builddir)/gdk   \
12         $(GTK_DEBUG_FLAGS)      \
13         $(GDK_DEP_CFLAGS)
14
15 LDADDS = $(GDK_DEP_LIBS)
16
17 noinst_LTLIBRARIES = libgdk-x11.la
18
19 libgdk_x11_la_SOURCES =         \
20         MwmUtil.h               \
21         gdkapplaunchcontext-x11.c \
22         gdkasync.c              \
23         gdkasync.h              \
24         gdkcursor-x11.c         \
25         gdkdevice-core.h        \
26         gdkdevice-core.c        \
27         gdkdevicemanager-core.h \
28         gdkdevicemanager-core.c \
29         gdkdevicemanager-x11.c  \
30         gdkdisplaymanager-x11.c \
31         gdkdisplay-x11.c        \
32         gdkdisplay-x11.h        \
33         gdkdnd-x11.c            \
34         gdkeventsource.c        \
35         gdkeventsource.h        \
36         gdkeventtranslator.c    \
37         gdkeventtranslator.h    \
38         gdkgeometry-x11.c       \
39         gdkkeys-x11.c           \
40         gdkmain-x11.c           \
41         gdkproperty-x11.c       \
42         gdkscreen-x11.c         \
43         gdkscreen-x11.h         \
44         gdkselection-x11.c      \
45         gdktestutils-x11.c      \
46         gdkvisual-x11.c         \
47         gdkwindow-x11.c         \
48         gdkwindow-x11.h         \
49         gdkxftdefaults.c        \
50         gdkxid.c                \
51         gdkx.h                  \
52         gdkprivate-x11.h        \
53         xsettings-client.h      \
54         xsettings-client.c      \
55         xsettings-common.h      \
56         xsettings-common.c
57
58 if XINPUT_XFREE
59 libgdk_x11_la_SOURCES +=        \
60         gdkdevicemanager-xi.c   \
61         gdkdevicemanager-xi.h   \
62         gdkdevice-xi.c          \
63         gdkdevice-xi.h
64 if XINPUT_2
65 libgdk_x11_la_SOURCES +=        \
66         gdkdevicemanager-xi2.c  \
67         gdkdevicemanager-xi2.h  \
68         gdkdevice-xi2.c         \
69         gdkdevice-xi2.h
70 endif
71 endif
72
73
74 libgdkinclude_HEADERS =         \
75         gdkx.h
76
77
78 noinst_PROGRAMS = checksettings
79 checksettings_LDADD = libgdk-x11.la $(GLIB_LIBS)
80
81 TESTS = checksettings
82
83 # We need to include all these C files here since the conditionals
84 # don't seem to be correctly expanded for the dist files.
85 EXTRA_DIST +=                   \
86         gdksettings.c
87
88 -include $(top_srcdir)/git.mk