NetBSD/x11/lib/GLw/Makefile
chs e211d606cd fix many problems in the reachover Makefiles for X11 libraries:
- add many missing shared-library dependencies
 - remove many unnecessary shared-library dependencies
 - add many missing files to the Mesa source list
 - fix the ordering of the SUBDIR list in the top level
   to match the actual inter-library dependencies
2005-09-24 13:51:46 +00:00

24 lines
549 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/09/24 13:51:46 chs Exp $
.include <bsd.own.mk>
LIB= GLw
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
.PATH: ${X11SRCDIR.xc}/extras/ogl-sample/main/gfx/lib/glw
SRCS= GLwDrawA.c GLwM1DrawA.c GLwM2DrawA.c GLwDAUtil.c
LIBDPLIBS=\
GL ${.CURDIR}/../GL \
Xt ${.CURDIR}/../Xt \
X11 ${.CURDIR}/../X11/dynamic
INCS= GLwDrawA.h GLwDrawAP.h GLwMDrawA.h GLwMDrawAP.h
INCSDIR=${X11INCDIR}/GL
CPPFLAGS+= -I${X11SRCDIR.xc}/lib/${LIB} \
-I${X11SRCDIR.xc}/extras/ogl-sample/main/gfx/lib/glw
.include <bsd.x11.mk>
.include <bsd.lib.mk>