2012-10-12 20:54:45 +03:00
|
|
|
if BUILD_DOCS
|
|
|
|
|
doc_subdir = doc
|
|
|
|
|
endif
|
|
|
|
|
|
2014-03-06 23:15:02 -08:00
|
|
|
SUBDIRS = src $(doc_subdir) tests
|
2010-10-12 17:24:20 -04:00
|
|
|
|
2010-11-06 01:55:27 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
2011-02-14 22:17:41 -05:00
|
|
|
|
|
|
|
|
aclocaldir = $(datadir)/aclocal
|
2013-07-02 18:38:15 +09:00
|
|
|
dist_aclocal_DATA = wayland-scanner.m4
|
2011-02-24 10:53:06 +01:00
|
|
|
|
2014-02-18 14:55:09 -08:00
|
|
|
dist_pkgdata_DATA = \
|
|
|
|
|
wayland-scanner.mk \
|
|
|
|
|
protocol/wayland.xml \
|
|
|
|
|
protocol/wayland.dtd
|
2014-03-06 23:15:02 -08:00
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libwayland-cursor.la
|
|
|
|
|
|
|
|
|
|
include_HEADERS = cursor/wayland-cursor.h
|
|
|
|
|
|
|
|
|
|
libwayland_cursor_la_SOURCES = \
|
|
|
|
|
cursor/wayland-cursor.c \
|
|
|
|
|
cursor/os-compatibility.c \
|
|
|
|
|
cursor/os-compatibility.h \
|
|
|
|
|
cursor/cursor-data.h \
|
|
|
|
|
cursor/xcursor.c \
|
|
|
|
|
cursor/xcursor.h
|
|
|
|
|
libwayland_cursor_la_LIBADD = src/libwayland-client.la
|
|
|
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
|
pkgconfig_DATA = cursor/wayland-cursor.pc
|
|
|
|
|
|
|
|
|
|
libwayland_cursor_la_CFLAGS = \
|
|
|
|
|
$(GCC_CFLAGS) \
|
|
|
|
|
-I$(top_builddir)/src \
|
|
|
|
|
-I$(top_srcdir)/src \
|
|
|
|
|
-DICONDIR=\"$(ICONDIR)\"
|