]> Pileus Git - ~andy/gtk/blob - gdk/x11/Makefile.am
Patch from James Henstridge to update to automake-1.7 (#109542)
[~andy/gtk] / gdk / x11 / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 libgdkincludedir = $(includedir)/gtk-2.0/gdk
4
5 INCLUDES =                              \
6         -DG_LOG_DOMAIN=\"Gdk\"          \
7         -DGDK_COMPILATION               \
8         -I$(top_srcdir)                 \
9         -I$(top_srcdir)/gdk             \
10         -I$(top_builddir)/gdk           \
11         -DG_DISABLE_DEPRECATED          \
12         -DGDK_PIXBUF_DISABLE_DEPRECATED \
13         -DGDK_DISABLE_DEPRECATED        \
14         $(GTK_DEBUG_FLAGS)              \
15         $(GDK_DEP_CFLAGS)
16
17 LDADDS = $(GDK_DEP_LIBS)
18
19 noinst_LTLIBRARIES = libgdk-x11.la
20
21 libgdk_x11_la_SOURCES =         \
22         MwmUtil.h               \
23         gdkcolor-x11.c          \
24         gdkcursor-x11.c         \
25         gdkdisplay-x11.c        \
26         gdkdisplay-x11.h        \
27         gdkdnd-x11.c            \
28         gdkdrawable-x11.c       \
29         gdkdrawable-x11.h       \
30         gdkevents-x11.c         \
31         gdkfont-x11.c           \
32         gdkgc-x11.c             \
33         gdkgeometry-x11.c       \
34         gdkglobals-x11.c        \
35         gdkim-x11.c             \
36         gdkimage-x11.c          \
37         gdkinput.c              \
38         gdkkeys-x11.c           \
39         gdkmain-x11.c           \
40         gdkpango-x11.c          \
41         gdkpixmap-x11.c         \
42         gdkpixmap-x11.h         \
43         gdkproperty-x11.c       \
44         gdkscreen-x11.c         \
45         gdkscreen-x11.h         \
46         gdkselection-x11.c      \
47         gdkvisual-x11.c         \
48         gdkwindow-x11.c         \
49         gdkwindow-x11.h         \
50         gdkxid.c                \
51         gdkx.h                  \
52         gdkprivate-x11.h        \
53         gdkinputprivate.h       \
54         xsettings-client.h      \
55         xsettings-client.c      \
56         xsettings-common.h      \
57         xsettings-common.c
58
59 if XINPUT_XFREE
60 libgdk_x11_la_SOURCES += gdkinput-x11.c gdkinput-xfree.c
61 else
62 libgdk_x11_la_SOURCES += gdkinput-none.c
63 endif
64
65
66 libgdkinclude_HEADERS =         \
67         gdkx.h
68
69 # We need to include all these C files here since the conditionals
70 # don't seem to be correctly expanded for the dist files.
71 EXTRA_DIST =                    \
72         gdkinput-x11.c          \
73         gdkinput-xfree.c        \
74         gdkinput-none.c