blob: 8092cdbe4e740f81dfc84cc6959d5df719ee9c99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:40 lukem Exp $
.include <bsd.own.mk>
.PATH: ${X11SRCDIR.xc}/include/DPS
INCSDIR=${X11INCDIR}/DPS
INCS= ColorSB.h ColorSBP.h DPSScrollW.h DPSScrollWP.h FontCreatP.h \
FontCreato.h FontSB.h FontSBP.h FontSamplP.h FontSample.h PSres.h \
XDPS.h XDPSlib.h XDPSproto.h dpsNXargs.h dpsXclient.h dpsXcommon.h \
dpsXpreview.h dpsXshare.h dpsXuserpath.h dpsclient.h dpsconfig.h \
dpsexcept.h dpsfriends.h
.include <bsd.x11.mk>
.include <bsd.prog.mk>
|