summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libodialog/TESTS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libodialog/TESTS/Makefile')
-rw-r--r--gnu/lib/libodialog/TESTS/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/lib/libodialog/TESTS/Makefile b/gnu/lib/libodialog/TESTS/Makefile
new file mode 100644
index 0000000..65e3d71
--- /dev/null
+++ b/gnu/lib/libodialog/TESTS/Makefile
@@ -0,0 +1,20 @@
+# 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.
+#
+# $FreeBSD$
+
+PROGS= msg yesno prgbox gauge dselect fselect text menu1 menu2 menu3 \
+ input1 input2 check1 check2 check3 radio1 radio2 radio3 \
+ ftree1 ftree2 tree
+
+WARNS?= 2
+CFLAGS+= -Wall -Wstrict-prototypes
+LDFLAGS+= -ldialog
+
+all: ${PROGS}
+
+clean:
+ rm -f ${PROGS}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud