1 1.2.6.2 haad # $NetBSD: Makefile.servermod,v 1.2.6.2 2008/10/19 22:41:17 haad Exp $ 2 1.2.6.2 haad 3 1.2.6.2 haad .if defined(XMODULEDIR) 4 1.2.6.2 haad SHLIB_MAJOR=0 5 1.2.6.2 haad .endif 6 1.2.6.2 haad 7 1.2.6.2 haad # if these aren't defined the module being built is not installed 8 1.2.6.2 haad # instead it is statically linked into the xserver 9 1.2.6.2 haad .if !defined(XMODULEDIR) && !defined(XMODULE) 10 1.2.6.2 haad libinstall:: 11 1.2.6.2 haad moduleinstall:: 12 1.2.6.2 haad .endif 13 1.2.6.2 haad 14 1.2.6.2 haad # x11 modules that are installed need the X11FLAGS.LOADABLE's defined 15 1.2.6.2 haad .if defined(XMODULEDIR) 16 1.2.6.2 haad CPPFLAGS+= ${X11FLAGS.LOADABLE} 17 1.2.6.2 haad .endif 18