Home | History | Annotate | Line # | Download | only in libxkbfile
Makefile revision 1.2.2.2
      1  1.2.2.2  wrstuden #	$NetBSD: Makefile,v 1.2.2.2 2008/09/18 05:18:39 wrstuden Exp $
      2  1.2.2.2  wrstuden 
      3  1.2.2.2  wrstuden .include <bsd.own.mk>
      4  1.2.2.2  wrstuden 
      5  1.2.2.2  wrstuden LIB=	xkbfile
      6  1.2.2.2  wrstuden .PATH:	${X11SRCDIR.${LIB}}/src
      7  1.2.2.2  wrstuden .PATH:	${X11SRCDIR.${LIB}}/include/X11/extensions
      8  1.2.2.2  wrstuden 
      9  1.2.2.2  wrstuden SRCS=	cout.c maprules.c srvmisc.c xkbatom.c xkbbells.c xkbconfig.c \
     10  1.2.2.2  wrstuden 	xkbdraw.c xkberrs.c xkbmisc.c xkbout.c xkbtext.c xkmout.c \
     11  1.2.2.2  wrstuden 	xkmread.c
     12  1.2.2.2  wrstuden 
     13  1.2.2.2  wrstuden CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/X11/extensions
     14  1.2.2.2  wrstuden 
     15  1.2.2.2  wrstuden INCSDIR=${X11INCDIR}/X11/extensions
     16  1.2.2.2  wrstuden 
     17  1.2.2.2  wrstuden INCS=	XKBbells.h XKBconfig.h XKBfile.h XKBrules.h XKM.h XKMformat.h
     18  1.2.2.2  wrstuden INCSDIR=${X11INCDIR}/X11/extensions
     19  1.2.2.2  wrstuden 
     20  1.2.2.2  wrstuden .include <bsd.x11.mk>
     21  1.2.2.2  wrstuden .include <bsd.lib.mk>
     22