Home | History | Annotate | Line # | Download | only in etc
Makefile revision 1.2
      1  1.2  rtr #	$NetBSD: Makefile,v 1.2 2008/09/26 07:02:57 rtr Exp $
      2  1.1  mrg 
      3  1.1  mrg .include <bsd.own.mk>
      4  1.1  mrg 
      5  1.1  mrg .PATH:	${X11SRCDIR.fontconfig}
      6  1.2  rtr CONFIGFILES= \
      7  1.2  rtr 	fonts.conf \
      8  1.2  rtr 	fonts.dtd
      9  1.1  mrg 
     10  1.2  rtr FILESDIR_fonts.conf= \
     11  1.2  rtr 	/etc/fonts
     12  1.2  rtr 
     13  1.2  rtr FILESDIR_fonts.dtd= \
     14  1.2  rtr 	/etc/fonts
     15  1.2  rtr 
     16  1.2  rtr .PATH:	${X11SRCDIR.fontconfig}/conf.d
     17  1.2  rtr CONFIGFILES+= \
     18  1.2  rtr 	10-autohint.conf \
     19  1.2  rtr 	10-no-sub-pixel.conf \
     20  1.2  rtr 	10-sub-pixel-bgr.conf \
     21  1.2  rtr 	10-sub-pixel-rgb.conf \
     22  1.2  rtr 	10-sub-pixel-vbgr.conf \
     23  1.2  rtr 	10-sub-pixel-vrgb.conf \
     24  1.2  rtr 	10-unhinted.conf \
     25  1.2  rtr 	20-fix-globaladvance.conf \
     26  1.2  rtr 	20-unhint-small-vera.conf \
     27  1.2  rtr 	25-unhint-nonlatin.conf \
     28  1.2  rtr 	30-metric-aliases.conf \
     29  1.2  rtr 	30-urw-aliases.conf \
     30  1.2  rtr 	40-nonlatin.conf \
     31  1.2  rtr 	45-latin.conf \
     32  1.2  rtr 	49-sansserif.conf \
     33  1.2  rtr 	50-user.conf \
     34  1.2  rtr 	51-local.conf \
     35  1.2  rtr 	60-latin.conf \
     36  1.2  rtr 	65-fonts-persian.conf \
     37  1.2  rtr 	65-khmer.conf \
     38  1.2  rtr 	65-nonlatin.conf \
     39  1.2  rtr 	69-unifont.conf \
     40  1.2  rtr 	70-no-bitmaps.conf \
     41  1.2  rtr 	70-yes-bitmaps.conf \
     42  1.2  rtr 	80-delicious.conf \
     43  1.2  rtr 	90-synthetic.conf
     44  1.2  rtr 
     45  1.2  rtr FILESDIR= \
     46  1.2  rtr 	/etc/fonts/conf.d
     47  1.1  mrg 
     48  1.1  mrg .include <bsd.x11.mk>
     49  1.1  mrg .include <bsd.prog.mk>
     50