2010-12-18 20:38:49 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
include $(top_srcdir)/Makefile.decl
|
|
|
|
|
|
|
|
libgdkincludedir = $(includedir)/gtk-3.0/gdk
|
2013-01-19 22:43:27 +00:00
|
|
|
libgdkwaylandincludedir = $(includedir)/gtk-3.0/gdk/wayland
|
2010-12-18 20:38:49 +00:00
|
|
|
|
2011-05-16 11:47:17 +00:00
|
|
|
AM_CPPFLAGS = \
|
2010-12-18 20:38:49 +00:00
|
|
|
-DG_LOG_DOMAIN=\"Gdk\" \
|
|
|
|
-DGDK_COMPILATION \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/gdk \
|
|
|
|
-I$(top_builddir)/gdk \
|
2013-03-15 10:35:30 +00:00
|
|
|
$(GDK_HIDDEN_VISIBILITY_CFLAGS) \
|
2010-12-18 20:38:49 +00:00
|
|
|
$(GTK_DEBUG_FLAGS) \
|
|
|
|
$(GDK_DEP_CFLAGS)
|
|
|
|
|
|
|
|
LDADDS = $(GDK_DEP_LIBS)
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = \
|
|
|
|
libgdk-wayland.la
|
|
|
|
|
|
|
|
libgdk_wayland_la_SOURCES = \
|
|
|
|
gdkapplaunchcontext-wayland.c \
|
|
|
|
gdkcursor-wayland.c \
|
|
|
|
gdkdevice-wayland.c \
|
|
|
|
gdkdisplay-wayland.c \
|
|
|
|
gdkdisplay-wayland.h \
|
|
|
|
gdkdnd-wayland.c \
|
|
|
|
gdkeventsource.c \
|
|
|
|
gdkkeys-wayland.c \
|
|
|
|
gdkscreen-wayland.c \
|
|
|
|
gdkselection-wayland.c \
|
|
|
|
gdkwindow-wayland.c \
|
|
|
|
gdkwayland.h \
|
|
|
|
gdkprivate-wayland.h
|
|
|
|
|
|
|
|
libgdkinclude_HEADERS = \
|
|
|
|
gdkwayland.h
|
|
|
|
|
2013-01-19 22:43:27 +00:00
|
|
|
libgdkwaylandinclude_HEADERS = \
|
2013-01-27 13:28:43 +00:00
|
|
|
gdkwaylanddevice.h \
|
2013-01-27 15:32:44 +00:00
|
|
|
gdkwaylanddisplay.h \
|
2013-04-09 02:28:43 +00:00
|
|
|
gdkwaylandselection.h \
|
2013-01-27 15:32:44 +00:00
|
|
|
gdkwaylandwindow.h
|
2013-01-19 22:43:27 +00:00
|
|
|
|
2010-12-18 20:38:49 +00:00
|
|
|
-include $(top_srcdir)/git.mk
|