~ubuntu-branches/ubuntu/gutsy/gnuradio/gutsy

« back to all changes in this revision

Viewing changes to gr-trellis/doc/Makefile.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:
37
37
 
38
38
# -*- Makefile -*-
39
39
#
40
 
# Copyright 2004,2006 Free Software Foundation, Inc.
 
40
# Copyright 2004,2006,2007 Free Software Foundation, Inc.
41
41
42
42
# This file is part of GNU Radio
43
43
373
373
                    $(FFTW3F_CFLAGS)
374
374
 
375
375
 
376
 
# These used to be set in PKGCONFIG but now point to the current
377
 
# build tree.
378
 
GNURADIO_CORE_LIBS = -L$(top_builddir)/gnuradio-core/src/lib \
379
 
                     -lgnuradio-core -lfftw3f -lm
380
 
 
 
376
# How to link in GNU Radio core library from inside the tree
 
377
GNURADIO_CORE_LA = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core.la
381
378
 
382
379
# This is a dependency for many swig operations
383
380
GNURADIO_I = $(top_srcdir)/gnuradio-core/src/lib/swig/gnuradio.i
384
381
 
385
 
# The below used to be set in PKGCONFIG but now point to the current
386
 
# build tree.
 
382
# How to link in the USRP library from inside the tree
387
383
USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \
388
384
                -I$(top_srcdir)/usrp/firmware/include
389
385
 
390
 
USRP_LIBS = -L$(top_builddir)/usrp/host/lib \
391
 
            -lusrp
392
 
 
393
 
PMT_INCLUDES = -I$(top_srcdir)/pmt/src/lib
394
 
PMT_LIBS = -L$(top_builddir)/pmt/src/lib -lpmt
 
386
USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la
395
387
 
396
388
# This used to be set in configure.ac but is now defined here for all 
397
389
# Makefiles when this fragment is included.
577
569
 
578
570
# ----------------------------------------------------------------
579
571
 
580
 
%.html : %.xml
581
 
        xmlto html-nochunks $<
 
572
gr-trellis.html : gr-trellis.xml
 
573
        xmlto html-nochunks $(top_srcdir)/gr-trellis/doc/gr-trellis.xml
582
574
 
583
575
%.xml : % make_numbered_listing.py
584
576
        ./make_numbered_listing.py $<