summaryrefslogtreecommitdiff
path: root/math/tasp-vsipl/patches/patch-ad
blob: 7f773151489df4db2a53ba5aa0b7d94cb3f88d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$NetBSD: patch-ad,v 1.1 2003/07/10 12:43:10 jtb Exp $

--- /dev/null
+++ libVUX/Makefile
@@ -0,0 +1,25 @@
+LIB= 	VUX
+
+SHLIB_MAJOR= 0
+SHLIB_MINOR= 0
+
+LIBDIR= ${PREFIX}/lib
+
+CPPFLAGS+= -I${.CURDIR}/../../include -I${X11BASE}/include
+
+NOLINT= 1
+
+SRCS= 	VUX_vxyplot_f.c VUX_vxyplotopen_f.c VUX_vxyplotclose_f.c		\
+	VUX_vxyplotsize_f.c VUX_vxyplottitle_f.c VUX_vxyplotxtitle_f.c		\
+	VUX_vxyplotytitle_f.c VUX_vxyplotaxis_f.c VUX_vxyplotinit_f.c		\
+	VUX_mgram_f.c VUX_mgramupdate_f.c VUX_mgramopen_f.c VUX_mgramaxis_f.c	\
+	VUX_mgramclose_f.c VUX_mgramtitle_f.c VUX_mgramxtitle_f.c		\
+	VUX_mgramytitle_f.c VUX_mgram_colorarray_f.c VUX_mgram_gsarray_f.c	\
+	VUX_mgraminit_f.c
+
+.PATH:	${.CURDIR}/../../src_VU/graphics/X_f
+
+afterinstall:
+	${BSD_INSTALL_DATA} ${.CURDIR}/../../include/VUX.h ${PREFIX}/include
+
+.include <bsd.lib.mk>