~ubuntu-branches/ubuntu/trusty/gnuradio/trusty

« back to all changes in this revision

Viewing changes to gnuradio-core/doc/Doxyfile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bdale Garbee
  • Date: 2007-03-11 23:55:32 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070311235532-qwd054rxqtiluifb
Tags: 3.0.3-1
* new upstream version
* tweak gnuradio-doc package to eliminate spurious subdirectory level
* add a usrp-doc binary package, recommended by the usrp package, and 
  include xmlto in build dependencies so usrp_guide.html gets generated, 
  closes: #407368

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
18
18
# by quotes) that should identify the project.
19
19
 
20
 
PROJECT_NAME           = "GNU Radio 2.x"
 
20
PROJECT_NAME           = "GNU Radio @VERSION@"
21
21
 
22
22
# The PROJECT_NUMBER tag can be used to enter a project or revision number. 
23
23
# This could be handy for archiving the generated documentation or 
447
447
 
448
448
INPUT                  = @top_srcdir@/gnuradio-core/src/lib \
449
449
                         @top_srcdir@/gnuradio-core/src/tests \
450
 
                         @top_srcdir@/gnuradio-core/doc/other
 
450
                         @top_srcdir@/gnuradio-core/doc/other \
 
451
                         @top_srcdir@/gr-audio-alsa \
 
452
                         @top_srcdir@/gr-audio-jack \
 
453
                         @top_srcdir@/gr-audio-oss \
 
454
                         @top_srcdir@/gr-audio-osx \
 
455
                         @top_srcdir@/gr-audio-portaudio \
 
456
                         @top_srcdir@/gr-gsm-fr-vocoder \
 
457
                         @top_srcdir@/gr-radio-astronomy \
 
458
                         @top_srcdir@/gr-trellis \
 
459
                         @top_srcdir@/gr-usrp \
 
460
                         @top_srcdir@/gr-video-sdl \
 
461
                         @top_srcdir@/usrp/host
 
462
 
451
463
 
452
464
# If the value of the INPUT tag contains directories, you can use the 
453
465
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
470
482
# excluded from the INPUT source files. This way you can easily exclude a 
471
483
# subdirectory from a directory tree whose root is specified with the INPUT tag.
472
484
 
473
 
EXCLUDE                = CVS \
474
 
                         @top_srcdir@/gnuradio-core/src/lib/swig/gnuradio_swig_python.cc \
475
 
                         @top_srcdir@/gnuradio-core/src/lib/atsc \
476
 
                         @top_srcdir@/gnuradio-core/src/lib/io-orig \
477
 
                         @top_srcdir@/gnuradio-core/src/lib/vrx
 
485
EXCLUDE                = CVS .svn .libs .deps \
 
486
                         @top_builddir@/gnuradio-core/src/lib/swig/gnuradio_swig_python_.cc \
 
487
                         @top_builddir@/gr-atsc/src/lib/atsc.cc \
 
488
                         @top_builddir@/gr-audio-alsa/src/audio_alsa.cc \
 
489
                         @top_builddir@/gr-audio-jack/src/audio_jack.cc \
 
490
                         @top_builddir@/gr-audio-oss/src/audio_oss.cc \
 
491
                         @top_builddir@/gr-audio-osx/src/audio_osx.cc \
 
492
                         @top_builddir@/gr-audio-portaudio/src/audio_portaudio.cc \
 
493
                         @top_builddir@/gr-audio-windows/src/audio_windows.cc \
 
494
                         @top_builddir@/gr-gsm-fr-vocoder/src/lib/gsm_full_rate.cc \
 
495
                         @top_builddir@/gr-radio-astronomy/src/lib/ra.cc \
 
496
                         @top_builddir@/gr-trellis/src/lib/trellis.cc \
 
497
                         @top_builddir@/gr-usrp/src/usrp1.cc \
 
498
                         @top_builddir@/gr-video-sdl/src/video_sdl.cc \
 
499
                         @top_builddir@/usrp/host/swig/prims.cc
 
500
 
478
501
 
479
502
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
480
503
# directories that are symbolic links (a Unix filesystem feature) are excluded