summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/TESTS/Makefile
blob: eadcafd4d15e9882bc05bb90efcca1fd29392fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Really quick and evil Makefile for building all the tests.  I wish that bmake was friendlier to
# the concept of multiple progs/libs in the same directory.
# $Id: Makefile,v 1.4 1996/12/14 16:14:19 jkh Exp $

PROGS=	msg yesno prgbox gauge dselect fselect text menu1 menu2 menu3 \
	input1 input2 check1 check2 check3 radio1 radio2 radio3

CFLAGS+= -Wall -Wstrict-prototypes
LDFLAGS += -ldialog -lncurses -lmytinfo

all: ${PROGS}

clean:
	rm -f ${PROGS}
	
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud