]> Pileus Git - ~andy/gtk/blob - gdk/x11/Makefile.am
Commit a patch by Behdad to fix typos, omissions and other errors in the
[~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         gdkvisual-x11.c         \
48         gdkwindow-x11.c         \
49         gdkwindow-x11.h         \
50         gdkxftdefaults.c        \
51         gdkxid.c                \
52         gdkx.h                  \
53         gdkprivate-x11.h        \
54         gdkinputprivate.h       \
55         xsettings-client.h      \
56         xsettings-client.c      \
57         xsettings-common.h      \
58         xsettings-common.c
59
60 if XINPUT_XFREE
61 libgdk_x11_la_SOURCES += gdkinput-x11.c gdkinput-xfree.c
62 else
63 libgdk_x11_la_SOURCES += gdkinput-none.c
64 endif
65
66
67 libgdkinclude_HEADERS =         \
68         gdkx.h
69
70
71 noinst_PROGRAMS = checksettings
72 checksettings_LDADD = libgdk-x11.la $(GLIB_LIBS) $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la 
73
74 TESTS = checksettings
75
76 # We need to include all these C files here since the conditionals
77 # don't seem to be correctly expanded for the dist files.
78 EXTRA_DIST =                    \
79         gdkinput-x11.c          \
80         gdkinput-xfree.c        \
81         gdkinput-none.c         \
82         gdksettings.c