]> Pileus Git - ~andy/gtk/blob - gdk/x11/Makefile.am
2502ac180f5392f1a992f6aa48d80e960d5b6722
[~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         gdkcolor-x11.c          \
25         gdkcursor-x11.c         \
26         gdkdevice-core.h        \
27         gdkdevice-core.c        \
28         gdkdevicemanager-core.h \
29         gdkdevicemanager-core.c \
30         gdkdevicemanager-x11.c  \
31         gdkdisplay-x11.c        \
32         gdkdisplay-x11.h        \
33         gdkdnd-x11.c            \
34         gdkdrawable-x11.c       \
35         gdkdrawable-x11.h       \
36         gdkeventsource.c        \
37         gdkeventsource.h        \
38         gdkeventtranslator.c    \
39         gdkeventtranslator.h    \
40         gdkfont-x11.c           \
41         gdkgc-x11.c             \
42         gdkgeometry-x11.c       \
43         gdkglobals-x11.c        \
44         gdkim-x11.c             \
45         gdkimage-x11.c          \
46         gdkinput.c              \
47         gdkkeys-x11.c           \
48         gdkmain-x11.c           \
49         gdkpixmap-x11.c         \
50         gdkpixmap-x11.h         \
51         gdkproperty-x11.c       \
52         gdkscreen-x11.c         \
53         gdkscreen-x11.h         \
54         gdkselection-x11.c      \
55         gdkspawn-x11.c          \
56         gdktestutils-x11.c      \
57         gdkvisual-x11.c         \
58         gdkwindow-x11.c         \
59         gdkwindow-x11.h         \
60         gdkxftdefaults.c        \
61         gdkxid.c                \
62         gdkx.h                  \
63         gdkprivate-x11.h        \
64         xsettings-client.h      \
65         xsettings-client.c      \
66         xsettings-common.h      \
67         xsettings-common.c
68
69 if XINPUT_XFREE
70 libgdk_x11_la_SOURCES +=        \
71         gdkdevicemanager-xi.c   \
72         gdkdevicemanager-xi.h   \
73         gdkdevice-xi.c          \
74         gdkdevice-xi.h
75 if XINPUT_2
76 libgdk_x11_la_SOURCES +=        \
77         gdkdevicemanager-xi2.c  \
78         gdkdevicemanager-xi2.h  \
79         gdkdevice-xi2.c         \
80         gdkdevice-xi2.h
81 endif
82 endif
83
84
85 libgdkinclude_HEADERS =         \
86         gdkx.h
87
88
89 noinst_PROGRAMS = checksettings
90 checksettings_LDADD = libgdk-x11.la $(GLIB_LIBS) $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la 
91
92 TESTS = checksettings
93
94 # We need to include all these C files here since the conditionals
95 # don't seem to be correctly expanded for the dist files.
96 EXTRA_DIST +=                   \
97         gdksettings.c
98
99 -include $(top_srcdir)/git.mk