]> Pileus Git - ~andy/gtk/blob - gdk/x11/Makefile.am
If major.minor of required and available glib versions are the same, add
[~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         -DGDK_PIXBUF_DISABLE_DEPRECATED \
12         -DGDK_DISABLE_DEPRECATED        \
13         $(GTK_DEBUG_FLAGS)              \
14         $(GDK_DEP_CFLAGS)
15
16 LDADDS = $(GDK_DEP_LIBS)
17
18 noinst_LTLIBRARIES = libgdk-x11.la
19
20 libgdk_x11_la_SOURCES =         \
21         MwmUtil.h               \
22         gdkasync.c              \
23         gdkasync.h              \
24         gdkcolor-x11.c          \
25         gdkcursor-x11.c         \
26         gdkdisplay-x11.c        \
27         gdkdisplay-x11.h        \
28         gdkdnd-x11.c            \
29         gdkdrawable-x11.c       \
30         gdkdrawable-x11.h       \
31         gdkevents-x11.c         \
32         gdkfont-x11.c           \
33         gdkgc-x11.c             \
34         gdkgeometry-x11.c       \
35         gdkglobals-x11.c        \
36         gdkim-x11.c             \
37         gdkimage-x11.c          \
38         gdkinput.c              \
39         gdkkeys-x11.c           \
40         gdkmain-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         gdkspawn-x11.c          \
48         gdkvisual-x11.c         \
49         gdkwindow-x11.c         \
50         gdkwindow-x11.h         \
51         gdkxftdefaults.c        \
52         gdkxid.c                \
53         gdkx.h                  \
54         gdkprivate-x11.h        \
55         gdkinputprivate.h       \
56         xsettings-client.h      \
57         xsettings-client.c      \
58         xsettings-common.h      \
59         xsettings-common.c
60
61 if XINPUT_XFREE
62 libgdk_x11_la_SOURCES += gdkinput-x11.c gdkinput-xfree.c
63 else
64 libgdk_x11_la_SOURCES += gdkinput-none.c
65 endif
66
67
68 libgdkinclude_HEADERS =         \
69         gdkx.h
70
71 # We need to include all these C files here since the conditionals
72 # don't seem to be correctly expanded for the dist files.
73 EXTRA_DIST =                    \
74         gdkinput-x11.c          \
75         gdkinput-xfree.c        \
76         gdkinput-none.c