NetBSD/external/mit/xorg/bin/xmh/Makefile
mrg 2980e352a1 initial import of the crossbuild framework for modular Xorg. this
is heavily based upon the work rtr@ did on src/x11, but hacked to
work for modern modular Xorg source split.

the sources will live in xsrc/external/mit/<package>/dist.

documentation on using this will come when the above directories
are fully populated.  there are 192 of them so it may take some time
before that is completed.
2008-07-29 05:01:21 +00:00

27 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
.include <bsd.own.mk>
PROG= xmh
SRCS= bbox.c command.c compfuncs.c folder.c init.c main.c \
menu.c mlist.c msg.c pick.c popup.c screen.c toc.c \
tocfuncs.c tocutil.c tsource.c util.c viewfuncs.c \
miscfuncs.c
CPPFLAGS+= -DHAS_VFORK -DXVENDORNAME=${XVENDORNAME} \
-DXORG_RELEASE=${XORG_RELEASE}
FILES= black6 box6
FILESDIR=${X11INCDIR}/X11/bitmaps
APPDEFS=Xmh.ad
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
${LIBXPM} ${LIBXEXT} ${LIBX11}
.PATH: ${X11SRCDIR.${PROG}}
.include <bsd.x11.mk>
.include <bsd.prog.mk>