1 # $NetBSD: Makefile,v 1.6 2009/06/11 15:33:12 mrg Exp $ 2 3 .include <bsd.own.mk> 4 5 .PATH: ${X11SRCDIR.xorg-cf-files} 6 7 FILESDIR=${X11LIBDIR}/config 8 9 FILES= Amoeba.cf DGUX.cf FreeBSD.cf Imake.cf Imake.rules Imake.tmpl \ 10 Library.tmpl Mips.cf Motif.rules Motif.tmpl NetBSD.cf Oki.cf \ 11 OpenBSD.cf QNX4.cf QNX4.rules Server.tmpl ServerLib.tmpl \ 12 Threads.tmpl Win32.cf Win32.rules WinLib.tmpl X11.rules \ 13 X11.tmpl apollo.cf bsd.cf bsdLib.rules bsdLib.tmpl bsdi.cf \ 14 cde.rules cde.tmpl convex.cf cray.cf cygwin.cf cygwin.rules \ 15 cygwin.tmpl darwin.cf darwinLib.rules darwinLib.tmpl date.def \ 16 fujitsu.cf generic.cf gnu.cf gnuLib.rules gnuLib.tmpl hp.cf \ 17 hpLib.rules hpLib.tmpl ibm.cf ibmLib.rules ibmLib.tmpl \ 18 isc.cf linux.cf lnxLib.rules lnxLib.tmpl lnxdoc.rules \ 19 lnxdoc.tmpl luna.cf lynx.cf macII.cf mach.cf minix.cf \ 20 moto.cf ncr.cf nec.cf necLib.rules necLib.tmpl noop.rules \ 21 nto.cf nto.rules oldlib.rules os2.cf os2.rules os2Lib.rules \ 22 os2Lib.tmpl osf1.cf osfLib.rules osfLib.tmpl pegasus.cf \ 23 sco.cf sco5.cf scoLib.rules sequent.cf sgi.cf sgiLib.rules \ 24 sgiLib.tmpl sony.cf sun.cf sunLib.rules sunLib.tmpl \ 25 sv3Lib.rules sv3Lib.tmpl sv4Lib.rules sv4Lib.tmpl svr3.cf \ 26 svr4.cf ultrix.cf usl.cf x386.cf xf86.rules \ 27 xf86.tmpl xf86site.def xfree86.cf xorg.cf xorgversion.def 28 29 # Note: acts as '#define InstallEmptyHostDef' 30 # 31 FILES+= host.def xorgsite.def 32 33 BUILDSYMLINKS=\ 34 ${X11SRCDIR.xorg-server}//hw/xfree86/common/xf86Date.h date.def 35 36 # Handle site.def specificly because it is provided in dist 37 # 38 FILES+= netbsd.site.def 39 FILESNAME_netbsd.site.def= site.def 40 CLEANFILES+= netbsd.site.def 41 42 netbsd.site.def: site.def.in 43 ${_MKTARGET_CREATE} 44 ${TOOL_SED} -e 's,@prefix@,${X11ROOTDIR},' <${.ALLSRC} >${.TARGET} 45 realall: netbsd.site.def 46 47 .include <bsd.prog.mk> 48