]> Pileus Git - ~andy/gtk/blob - gdk/x11/Makefile.am
4ba5007a498759e5cf558a5c68fd668112f179cb
[~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         $(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         gdkasync.c              \
22         gdkasync.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         gdkpixmap-x11.c         \
41         gdkpixmap-x11.h         \
42         gdkproperty-x11.c       \
43         gdkscreen-x11.c         \
44         gdkscreen-x11.h         \
45         gdkselection-x11.c      \
46         gdkspawn-x11.c          \
47         gdktestutils-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
72 noinst_PROGRAMS = checksettings
73 checksettings_LDADD = libgdk-x11.la $(GLIB_LIBS) $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la 
74
75 TESTS = checksettings
76
77 # We need to include all these C files here since the conditionals
78 # don't seem to be correctly expanded for the dist files.
79 EXTRA_DIST =                    \
80         gdkinput-x11.c          \
81         gdkinput-xfree.c        \
82         gdkinput-none.c         \
83         gdksettings.c