aboutsummaryrefslogtreecommitdiff
path: root/Makefile.bsd-wrapper
blob: 33e6ed20c25c017e2904263d1d9fbfdae886f7a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
PROG=	demomonitor
SRCS=	demomonitor.c Graph.c GraphDisplay.c BarDisplay.c
NOMAN=
LIBS=	xt
PCCF!=	pkg-config --cflags ${LIBS}
CFLAGS+=${PCCF}
PCLD!=	pkg-config --libs ${LIBS}
LDADD+=	${PCLD}
DEBUG+=	-Wall -ggdb

.include <bsd.prog.mk>