linuxOS_AP06/external/xserver/hw/kdrive/Makefile.am

16 lines
240 B
Makefile
Raw Permalink Normal View History

2025-06-03 04:28:32 +00:00
if XEPHYR
XEPHYR_SUBDIRS = ephyr
endif
SERVER_SUBDIRS = \
$(XEPHYR_SUBDIRS)
SUBDIRS = \
src \
$(SERVER_SUBDIRS)
DIST_SUBDIRS = ephyr src
relink:
$(AM_V_at)for i in $(SERVER_SUBDIRS) ; do $(MAKE) -C $$i relink || exit 1 ; done