weston/Makefile.am

35 lines
614 B
Makefile
Raw Normal View History

if BUILD_WCAP_TOOLS
wcap_subdir = wcap
endif
2013-12-04 04:38:15 +04:00
if ENABLE_XWAYLAND
xwayland_subdir = xwayland
endif
SUBDIRS = \
shared \
src \
$(xwayland_subdir) \
desktop-shell \
2013-12-04 04:38:15 +04:00
clients \
data \
protocol \
tests \
$(wcap_subdir) \
man
2012-02-09 18:20:44 +04:00
DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install
EXTRA_DIST = weston.ini.in wayland-scanner.mk
weston.ini : $(srcdir)/weston.ini.in
$(AM_V_GEN)$(SED) \
-e 's|@bindir[@]|$(bindir)|g' \
-e 's|@abs_top_builddir[@]|$(abs_top_builddir)|g' \
-e 's|@libexecdir[@]|$(libexecdir)|g' \
$< > $@
all-local : weston.ini
CLEANFILES = weston.ini