xrdp/Makefile.am

77 lines
1.0 KiB
Makefile
Raw Normal View History

ACLOCAL_AMFLAGS = -I m4
AM_DISTCHECK_CONFIGURE_FLAGS = \
--without-systemdsystemunitdir \
--enable-strict-locations \
--enable-tests
EXTRA_DIST = \
COPYING \
2016-12-21 16:23:22 -05:00
README.md \
2016-12-21 16:10:08 -05:00
NEWS.md \
astyle_config.as \
bootstrap \
coding_style.md \
m4 \
vrplayer
2008-08-03 07:30:03 +00:00
2013-05-03 02:07:02 -07:00
if XRDP_NEUTRINORDP
NEUTRINORDPDIR = neutrinordp
else
NEUTRINORDPDIR =
endif
if XRDP_XRDPVR
XRDPVRDIR = xrdpvr
else
XRDPVRDIR =
endif
if XRDP_PAINTER
PAINTERDIR = libpainter
else
PAINTERDIR =
endif
if XRDP_RFXCODEC
RFXCODECDIR = librfxcodec
else
RFXCODECDIR =
endif
2022-05-19 12:10:05 +09:00
if XRDP_ULALACA
ULALACADIR = ulalaca
else
ULALACADIR =
endif
2023-04-03 15:50:03 +09:00
# This should not be dictionary order but build order
2008-08-03 07:30:03 +00:00
SUBDIRS = \
third_party \
2023-04-03 15:50:03 +09:00
third_party/tomlc99 \
2008-08-03 07:30:03 +00:00
common \
vnc \
xup \
mc \
2013-05-03 02:07:02 -07:00
$(NEUTRINORDPDIR) \
2022-02-14 09:13:30 +00:00
libipm \
2008-08-03 07:30:03 +00:00
libxrdp \
$(PAINTERDIR) \
$(RFXCODECDIR) \
2008-08-10 07:43:55 +00:00
sesman \
2021-09-28 11:32:37 +01:00
xrdp \
fontutils \
2008-08-17 03:13:40 +00:00
keygen \
waitforx \
2008-08-17 07:17:58 +00:00
docs \
2009-08-12 02:49:53 +00:00
instfiles \
2012-08-02 10:48:59 -07:00
genkeymap \
xrdpapi \
2016-11-17 11:57:10 -08:00
pkgconfig \
$(XRDPVRDIR) \
2022-05-19 12:10:05 +09:00
$(ULALACADIR) \
tests \
tools
2018-05-23 23:37:48 -07:00
distclean-local:
-rm -f xrdp_configure_options.h