Home | History | Annotate | Line # | Download | only in editres
Makefile revision 1.3.36.1
      1 #	$NetBSD: Makefile,v 1.3.36.1 2021/06/02 14:46:17 cjep Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 PROG=	editres
      6 SRCS=	actions.c comm.c editres.c geometry.c handler.c setvalues.c \
      7 	svpopup.c utils.c widgets.c wtree.c
      8 
      9 APPDEFS=Editres.ad Editres-color.ad
     10 
     11 LDADD+=	${XLIBLDADD_XAW}
     12 DPADD+=	${XLIBDPADD_XAW}
     13 
     14 .PATH:	${X11SRCDIR.${PROG}}
     15 .PATH:	${X11SRCDIR.${PROG}}/man
     16 
     17 CWARNFLAGS.clang+=	-Wno-format
     18 
     19 .include <bsd.x11.mk>
     20 .include <bsd.prog.mk>
     21