Home | History | Annotate | Line # | Download | only in xgc
Makefile revision 1.1.1.1.2.2
      1  1.1.1.1.2.2  wrstuden #	$NetBSD: Makefile,v 1.1.1.1.2.2 2008/09/18 05:18:30 wrstuden Exp $
      2  1.1.1.1.2.2  wrstuden 
      3  1.1.1.1.2.2  wrstuden .include <bsd.own.mk>
      4  1.1.1.1.2.2  wrstuden 
      5  1.1.1.1.2.2  wrstuden PROG=	xgc
      6  1.1.1.1.2.2  wrstuden SRCS=	dashlist.c planemask.c getfile.c tests.c text.c \
      7  1.1.1.1.2.2  wrstuden 	choice.c main.c interpret.c record.c testfrac.c gram.y lex.l
      8  1.1.1.1.2.2  wrstuden 
      9  1.1.1.1.2.2  wrstuden YHEADER=1
     10  1.1.1.1.2.2  wrstuden CPPFLAGS+=-I. -I${X11SRCDIR.${PROG}} -DHAS_SNPRINTF
     11  1.1.1.1.2.2  wrstuden 
     12  1.1.1.1.2.2  wrstuden APPDEFS=Xgc.ad
     13  1.1.1.1.2.2  wrstuden 
     14  1.1.1.1.2.2  wrstuden LDADD+=	-lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm
     15  1.1.1.1.2.2  wrstuden DPADD+=	${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXPM} \
     16  1.1.1.1.2.2  wrstuden 	${LIBXEXT} ${LIBX11} ${LIBM}
     17  1.1.1.1.2.2  wrstuden 
     18  1.1.1.1.2.2  wrstuden .PATH:	${X11SRCDIR.${PROG}}
     19  1.1.1.1.2.2  wrstuden 
     20  1.1.1.1.2.2  wrstuden .include <bsd.x11.mk>
     21  1.1.1.1.2.2  wrstuden .include <bsd.prog.mk>
     22