6262fe32d9
As seen at Usenix 2002. gscope is a software oscilloscope library build using the GTK and GNOME toolkits. Gscope can be used to monitor, display and debug various types of "real-time" data. Additionally, the scope can be used for graphing file data that is in a tuple format.
12 lines
348 B
Text
12 lines
348 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/06/19 13:00:41 agc Exp $
|
|
|
|
--- gscope/Makefile.in 2002/06/15 00:11:00 1.1
|
|
+++ gscope/Makefile.in 2002/06/15 00:11:55
|
|
@@ -81,6 +81,7 @@
|
|
LT_CURRENT = @LT_CURRENT@
|
|
LT_RELEASE = @LT_RELEASE@
|
|
LT_REVISION = @LT_REVISION@
|
|
+LT_AGE = @GSCOPE_INTERFACE_AGE@
|
|
MAKEINFO = @MAKEINFO@
|
|
OBJDUMP = @OBJDUMP@
|
|
PACKAGE = @PACKAGE@
|