]> Pileus Git - ~andy/gtk/blob - gdk/x11/Makefile.am
d6168df23ae87d130b779b093796724f795ab957
[~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         gdkasync.c              \
24         gdkasync.h              \
25         gdkcolor-x11.c          \
26         gdkcursor-x11.c         \
27         gdkdisplay-x11.c        \
28         gdkdisplay-x11.h        \
29         gdkdnd-x11.c            \
30         gdkdrawable-x11.c       \
31         gdkdrawable-x11.h       \
32         gdkevents-x11.c         \
33         gdkfont-x11.c           \
34         gdkgc-x11.c             \
35         gdkgeometry-x11.c       \
36         gdkglobals-x11.c        \
37         gdkim-x11.c             \
38         gdkimage-x11.c          \
39         gdkinput.c              \
40         gdkkeys-x11.c           \
41         gdkmain-x11.c           \
42         gdkpixmap-x11.c         \
43         gdkpixmap-x11.h         \
44         gdkproperty-x11.c       \
45         gdkscreen-x11.c         \
46         gdkscreen-x11.h         \
47         gdkselection-x11.c      \
48         gdkspawn-x11.c          \
49         gdkvisual-x11.c         \
50         gdkwindow-x11.c         \
51         gdkwindow-x11.h         \
52         gdkxftdefaults.c        \
53         gdkxid.c                \
54         gdkx.h                  \
55         gdkprivate-x11.h        \
56         gdkinputprivate.h       \
57         xsettings-client.h      \
58         xsettings-client.c      \
59         xsettings-common.h      \
60         xsettings-common.c
61
62 if XINPUT_XFREE
63 libgdk_x11_la_SOURCES += gdkinput-x11.c gdkinput-xfree.c
64 else
65 libgdk_x11_la_SOURCES += gdkinput-none.c
66 endif
67
68
69 libgdkinclude_HEADERS =         \
70         gdkx.h
71
72 # We need to include all these C files here since the conditionals
73 # don't seem to be correctly expanded for the dist files.
74 EXTRA_DIST =                    \
75         gdkinput-x11.c          \
76         gdkinput-xfree.c        \
77         gdkinput-none.c