Home | History | Annotate | Line # | Download | only in xorg-server
Makefile.servermod revision 1.2.2.2
      1  1.2.2.2  wrstuden #	$NetBSD: Makefile.servermod,v 1.2.2.2 2008/09/18 05:18:43 wrstuden Exp $
      2  1.2.2.2  wrstuden 
      3  1.2.2.2  wrstuden .if defined(XMODULEDIR)
      4  1.2.2.2  wrstuden SHLIB_MAJOR=0
      5  1.2.2.2  wrstuden .endif
      6  1.2.2.2  wrstuden 
      7  1.2.2.2  wrstuden # if these aren't defined the module being built is not installed
      8  1.2.2.2  wrstuden # instead it is statically linked into the xserver
      9  1.2.2.2  wrstuden .if !defined(XMODULEDIR) && !defined(XMODULE)
     10  1.2.2.2  wrstuden libinstall::
     11  1.2.2.2  wrstuden moduleinstall::
     12  1.2.2.2  wrstuden .endif
     13  1.2.2.2  wrstuden 
     14  1.2.2.2  wrstuden # x11 modules that are installed need the X11FLAGS.LOADABLE's defined
     15  1.2.2.2  wrstuden .if defined(XMODULEDIR)
     16  1.2.2.2  wrstuden CPPFLAGS+=	${X11FLAGS.LOADABLE}
     17  1.2.2.2  wrstuden .endif
     18