pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Mark gnuradio packages as not MAKE_JOBS_SAFE.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8937fdf6cde
branches: trunk
changeset: 398924:b8937fdf6cde
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Sep 11 16:23:28 2009 +0000
description:
Mark gnuradio packages as not MAKE_JOBS_SAFE.
Share patches and distinfo, overwrite for gnuradio-howto as the only
exception.
Fix gnuradio-core-docs to do something useful and mark it as user-destdir
ready.
diffstat:
ham/gnuradio-audio-jack/distinfo | 5 -
ham/gnuradio-audio-oss/distinfo | 5 -
ham/gnuradio-audio-portaudio/distinfo | 5 -
ham/gnuradio-core-docs/Makefile | 13 +-
ham/gnuradio-core-docs/PLIST | 17784 +++++++++++++++--------------
ham/gnuradio-core-docs/distinfo | 6 -
ham/gnuradio-core-docs/patches/patch-aa | 13 -
ham/gnuradio-core/Makefile | 4 +-
ham/gnuradio-core/distinfo | 7 -
ham/gnuradio-core/patches/patch-aa | 32 -
ham/gnuradio-core/patches/patch-ab | 21 -
ham/gnuradio-examples/distinfo | 5 -
ham/gnuradio-gsm/distinfo | 5 -
ham/gnuradio-howto/Makefile | 5 +-
ham/gnuradio-radio-astronomy/distinfo | 5 -
ham/gnuradio-trellis/distinfo | 5 -
ham/gnuradio-usrp/distinfo | 6 -
ham/gnuradio-usrp/patches/patch-ad | 12 -
ham/gnuradio-video-sdl/distinfo | 5 -
ham/gnuradio-wxgui/distinfo | 5 -
ham/usrp-docs/distinfo | 5 -
ham/usrp/distinfo | 6 -
ham/usrp/patches/patch-aa | 34 -
meta-pkgs/gnuradio/Makefile.common | 7 +-
meta-pkgs/gnuradio/distinfo | 9 +
meta-pkgs/gnuradio/patches/patch-aa | 32 +
meta-pkgs/gnuradio/patches/patch-ab | 21 +
meta-pkgs/gnuradio/patches/patch-ac | 34 +
meta-pkgs/gnuradio/patches/patch-ad | 12 +
29 files changed, 9190 insertions(+), 8918 deletions(-)
diffs (truncated from 18267 to 300 lines):
diff -r b08db0387ce1 -r b8937fdf6cde ham/gnuradio-audio-jack/distinfo
--- a/ham/gnuradio-audio-jack/distinfo Fri Sep 11 15:12:45 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2009/08/12 12:21:39 markd Exp $
-
-SHA1 (gnuradio-3.2.tar.gz) = 3d7e177a57f8c40ec5ac95161f06097872aef1ba
-RMD160 (gnuradio-3.2.tar.gz) = 9d36dc6427eaf59795c8d4853764d5a526cfbce8
-Size (gnuradio-3.2.tar.gz) = 6864952 bytes
diff -r b08db0387ce1 -r b8937fdf6cde ham/gnuradio-audio-oss/distinfo
--- a/ham/gnuradio-audio-oss/distinfo Fri Sep 11 15:12:45 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.7 2009/08/12 12:21:39 markd Exp $
-
-SHA1 (gnuradio-3.2.tar.gz) = 3d7e177a57f8c40ec5ac95161f06097872aef1ba
-RMD160 (gnuradio-3.2.tar.gz) = 9d36dc6427eaf59795c8d4853764d5a526cfbce8
-Size (gnuradio-3.2.tar.gz) = 6864952 bytes
diff -r b08db0387ce1 -r b8937fdf6cde ham/gnuradio-audio-portaudio/distinfo
--- a/ham/gnuradio-audio-portaudio/distinfo Fri Sep 11 15:12:45 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2009/08/12 12:21:39 markd Exp $
-
-SHA1 (gnuradio-3.2.tar.gz) = 3d7e177a57f8c40ec5ac95161f06097872aef1ba
-RMD160 (gnuradio-3.2.tar.gz) = 9d36dc6427eaf59795c8d4853764d5a526cfbce8
-Size (gnuradio-3.2.tar.gz) = 6864952 bytes
diff -r b08db0387ce1 -r b8937fdf6cde ham/gnuradio-core-docs/Makefile
--- a/ham/gnuradio-core-docs/Makefile Fri Sep 11 15:12:45 2009 +0000
+++ b/ham/gnuradio-core-docs/Makefile Fri Sep 11 16:23:28 2009 +0000
@@ -1,21 +1,18 @@
-# $NetBSD: Makefile,v 1.7 2009/05/26 05:55:15 hasso Exp $
+# $NetBSD: Makefile,v 1.8 2009/09/11 16:23:29 joerg Exp $
PKGNAME= gnuradio-core-docs-${VERSION}
COMMENT= GNU Radio core module documentation
-PKGREVISION= 3
+PKGREVISION= 4
+
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/gnuradio/Makefile.common"
-USE_TOOLS= make pkg-config
CONFIGURE_ARGS+=--enable-doxygen
BUILD_DEPENDS+=doxygen>=1.5.7.1:../../devel/doxygen
-do-build:
- cd ${WRKSRC}/gnuradio-core/doc && make
-
-do-install:
- cd ${WRKSRC}/gnuradio-core/doc && make install
+BUILD_DIRS= docs
.include "../../ham/gnuradio-core/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r b08db0387ce1 -r b8937fdf6cde ham/gnuradio-core-docs/PLIST
--- a/ham/gnuradio-core-docs/PLIST Fri Sep 11 15:12:45 2009 +0000
+++ b/ham/gnuradio-core-docs/PLIST Fri Sep 11 16:23:28 2009 +0000
@@ -1,8718 +1,9066 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 18:00:33 joerg Exp $
-share/doc/gnuradio-${PKGVERSION}/core/README
-share/doc/gnuradio-${PKGVERSION}/core/README.hacking
-share/doc/gnuradio-${PKGVERSION}/core/html/ad9862_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/ad9862_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/ad9862_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/ad9862_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/ad9862_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/annotated.html
-share/doc/gnuradio-${PKGVERSION}/core/html/assembly_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/assembly_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__sink_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__sink_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__sink_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__sink_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__sink_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__sink_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__sink_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__sink_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__sink_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__sink_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__sink_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__source_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__source_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__source_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__source_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__source_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__source_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__source_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__source_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__source_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__source_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__alsa__source_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__sink_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__sink_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__sink_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__sink_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__sink_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__sink_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__sink_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__sink_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__sink_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__sink_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__sink_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__source_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__source_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__source_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__source_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__source_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__source_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__source_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__source_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__source_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__source_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__jack__source_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__sink_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__sink_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__sink_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__sink_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__sink_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__sink_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__sink_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__sink_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__sink_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__sink_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__sink_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__source_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__source_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__source_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__source_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__source_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__source_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__source_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__source_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__source_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__source_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__oss__source_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__sink_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__sink_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__sink_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__sink_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__sink_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__sink_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__sink_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__sink_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__sink_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__sink_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__sink_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__source_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__source_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__source_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__source_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__source_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__source_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__source_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__source_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__source_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__source_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__osx__source_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__sink_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__sink_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__sink_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__sink_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__sink_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__sink_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__sink_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__sink_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__sink_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__sink_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__sink_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__sink_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__source_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__source_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__source_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__source_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__source_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__source_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__source_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__source_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__source_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__source_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__source_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/audio__portaudio__source_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/base_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/base_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/base_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/base_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/base_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/base_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/base_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/base_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/base_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/base_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/base_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/base_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__ccc_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__ccc_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__ccc_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__ccc_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__ccf_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__ccf_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__ccf_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__ccf_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__fcc_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__fcc_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__fcc_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__fcc_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__fsf_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__fsf_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__fsf_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__fsf_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__scc_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__scc_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__scc_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__dotprod__scc_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__nco_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__nco_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__nco_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__nco_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__vco_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__vco_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__vco_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/benchmark__vco_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/bug__work__around__6_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/ccomplex__dotprod__generic_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/ccomplex__dotprod__generic_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/ccomplex__dotprod__generic_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/ccomplex__dotprod__generic_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/ccomplex__dotprod__generic_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/ccomplex__dotprod__generic_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/ccomplex__dotprod__generic_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/ccomplex__dotprod__generic_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/ccomplex__dotprod__generic_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/ccomplex__dotprod__x86_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/ccomplex__dotprod__x86_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/ccomplex__dotprod__x86_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/ccomplex__dotprod__x86_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/ccomplex__dotprod__x86_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/ccsds_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/ccsds_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/char_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/char_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/check__order__quickly_8cc.html
-share/doc/gnuradio-${PKGVERSION}/core/html/check__order__quickly_8cc__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/check__order__quickly_8cc__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/check__order__quickly_8cc__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/circular__linked__list_8h-source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/circular__linked__list_8h.html
-share/doc/gnuradio-${PKGVERSION}/core/html/circular__linked__list_8h__dep__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/circular__linked__list_8h__dep__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/circular__linked__list_8h__dep__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/circular__linked__list_8h__incl.map
-share/doc/gnuradio-${PKGVERSION}/core/html/circular__linked__list_8h__incl.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/circular__linked__list_8h__incl.png
-share/doc/gnuradio-${PKGVERSION}/core/html/class__internal__omni__thread__dummy-members.html
-share/doc/gnuradio-${PKGVERSION}/core/html/class__internal__omni__thread__dummy.html
-share/doc/gnuradio-${PKGVERSION}/core/html/class__internal__omni__thread__dummy__coll__graph.map
-share/doc/gnuradio-${PKGVERSION}/core/html/class__internal__omni__thread__dummy__coll__graph.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/class__internal__omni__thread__dummy__coll__graph.png
-share/doc/gnuradio-${PKGVERSION}/core/html/class__internal__omni__thread__dummy__inherit__graph.map
-share/doc/gnuradio-${PKGVERSION}/core/html/class__internal__omni__thread__dummy__inherit__graph.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/class__internal__omni__thread__dummy__inherit__graph.png
-share/doc/gnuradio-${PKGVERSION}/core/html/class__internal__omni__thread__helper-members.html
-share/doc/gnuradio-${PKGVERSION}/core/html/class__internal__omni__thread__helper.html
-share/doc/gnuradio-${PKGVERSION}/core/html/class__internal__omni__thread__helper__coll__graph.map
-share/doc/gnuradio-${PKGVERSION}/core/html/class__internal__omni__thread__helper__coll__graph.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/class__internal__omni__thread__helper__coll__graph.png
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__sink-members.html
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__sink.html
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__sink__coll__graph.map
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__sink__coll__graph.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__sink__coll__graph.png
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__sink__inherit__graph.map
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__sink__inherit__graph.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__sink__inherit__graph.png
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__source-members.html
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__source.html
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__source__coll__graph.map
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__source__coll__graph.md5
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__source__coll__graph.png
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__source__inherit__graph.map
-share/doc/gnuradio-${PKGVERSION}/core/html/classaudio__alsa__source__inherit__graph.md5
Home |
Main Index |
Thread Index |
Old Index