]> Pileus Git - ~andy/gtk/blob - gdk/x11/Makefile.am
use g_return_val_if_fail() now that the function has a return value.
[~andy/gtk] / gdk / x11 / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/Makefile.decl
3
4 libgdkincludedir = $(includedir)/gtk-2.0/gdk
5
6 INCLUDES =                              \
7         -DG_LOG_DOMAIN=\"Gdk\"          \
8         -DGDK_COMPILATION               \
9         -I$(top_srcdir)                 \
10         -I$(top_srcdir)/gdk             \
11         -I$(top_builddir)/gdk           \
12         -DGDK_PIXBUF_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         gdkapplaunchcontext-x11.c \
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         gdktestutils-x11.c      \
50         gdkvisual-x11.c         \
51         gdkwindow-x11.c         \
52         gdkwindow-x11.h         \
53         gdkxftdefaults.c        \
54         gdkxid.c                \
55         gdkx.h                  \
56         gdkprivate-x11.h        \
57         gdkinputprivate.h       \
58         xsettings-client.h      \
59         xsettings-client.c      \
60         xsettings-common.h      \
61         xsettings-common.c
62
63 if XINPUT_XFREE
64 libgdk_x11_la_SOURCES += gdkinput-x11.c gdkinput-xfree.c
65 else
66 libgdk_x11_la_SOURCES += gdkinput-none.c
67 endif
68
69
70 libgdkinclude_HEADERS =         \
71         gdkx.h
72
73
74 noinst_PROGRAMS = checksettings
75 checksettings_LDADD = libgdk-x11.la $(GLIB_LIBS) $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la 
76
77 TESTS = checksettings
78
79 # We need to include all these C files here since the conditionals
80 # don't seem to be correctly expanded for the dist files.
81 EXTRA_DIST +=                   \
82         gdkinput-x11.c          \
83         gdkinput-xfree.c        \
84         gdkinput-none.c         \
85         gdksettings.c