NetBSD/external/mit/xorg/server/xorg-server/Makefile.servermod
mrg a58266a796 start of build-glue support for xorg-server bits.
building so far:
	doc include dix fb mi miext randr render


again based on the work rtr made for xorg support, and of course this
is very much based on the work lukem did originally for src/x11, as is
all the stuff in src/external/mit/xorg.

hi luke! :)
2008-08-02 04:32:00 +00:00

14 lines
400 B
Makefile

# $NetBSD: Makefile.servermod,v 1.1 2008/08/02 04:32:00 mrg Exp $
# if these aren't defined the module being built is not installed
# instead it is statically linked into the xserver
.if !defined(XMODULEDIR) && !defined(XMODULE)
libinstall::
moduleinstall::
.endif
# x11 modules that are installed need the X11FLAGS.LOADABLE's defined
.if defined(XMODULEDIR)
CPPFLAGS+= ${X11FLAGS.LOADABLE}
.endif