]> Pileus Git - ~andy/gtk/blob - gdk/x11/Makefile.am
Use AM_CPPFLAGS instead the obsolete INCLUDES
[~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-3.0/gdk
5 libgdkx11includedir = $(includedir)/gtk-3.0/gdk/x11
6
7 AM_CPPFLAGS =                   \
8         -DG_LOG_DOMAIN=\"Gdk\"  \
9         -DGDK_COMPILATION       \
10         -I$(top_srcdir)         \
11         -I$(top_srcdir)/gdk     \
12         -I$(top_builddir)/gdk   \
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         gdkcursor-x11.c         \
26         gdkdevice-core-x11.c    \
27         gdkdevice-xi.c          \
28         gdkdevice-xi2.c         \
29         gdkdeviceprivate-xi.h   \
30         gdkdevicemanager-core-x11.c \
31         gdkdevicemanager-x11.c  \
32         gdkdevicemanager-xi.c   \
33         gdkdevicemanager-xi2.c  \
34         gdkdevicemanagerprivate-core.h \
35         gdkdisplaymanager-x11.c \
36         gdkdisplay-x11.c        \
37         gdkdisplay-x11.h        \
38         gdkdnd-x11.c            \
39         gdkeventsource.c        \
40         gdkeventsource.h        \
41         gdkeventtranslator.c    \
42         gdkeventtranslator.h    \
43         gdkgeometry-x11.c       \
44         gdkkeys-x11.c           \
45         gdkmain-x11.c           \
46         gdkproperty-x11.c       \
47         gdkscreen-x11.c         \
48         gdkscreen-x11.h         \
49         gdkselection-x11.c      \
50         gdktestutils-x11.c      \
51         gdkvisual-x11.c         \
52         gdkwindow-x11.c         \
53         gdkwindow-x11.h         \
54         gdkxftdefaults.c        \
55         gdkxid.c                \
56         gdkx.h                  \
57         gdkprivate-x11.h        \
58         xsettings-client.h      \
59         xsettings-client.c      \
60         xsettings-common.h      \
61         xsettings-common.c
62
63 libgdkinclude_HEADERS =         \
64         gdkx.h
65
66 libgdkx11include_HEADERS =      \
67         gdkx11applaunchcontext.h \
68         gdkx11cursor.h          \
69         gdkx11device-core.h     \
70         gdkx11device-xi.h       \
71         gdkx11device-xi2.h      \
72         gdkx11devicemanager-core.h \
73         gdkx11devicemanager-xi.h \
74         gdkx11devicemanager-xi2.h \
75         gdkx11display.h         \
76         gdkx11displaymanager.h  \
77         gdkx11dnd.h             \
78         gdkx11keys.h            \
79         gdkx11property.h        \
80         gdkx11screen.h          \
81         gdkx11selection.h       \
82         gdkx11utils.h           \
83         gdkx11visual.h          \
84         gdkx11window.h
85
86 noinst_PROGRAMS = checksettings
87 checksettings_LDADD = libgdk-x11.la $(GLIB_LIBS)
88
89 TESTS = checksettings
90
91 # We need to include all these C files here since the conditionals
92 # don't seem to be correctly expanded for the dist files.
93 EXTRA_DIST +=                   \
94         gdksettings.c
95
96 -include $(top_srcdir)/git.mk