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