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

« back to all changes in this revision

Viewing changes to gnuradio-core/src/lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kamal Mostafa
  • Date: 2010-03-13 07:46:01 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100313074601-zjsa893a87bozyh7
Tags: 3.2.2.dfsg-1ubuntu1
* Fix build for Ubuntu lucid (LP: #260406)
  - add binary package dep for libusrp0, libusrp2-0: adduser
  - debian/rules clean: remove pre-built Qt moc files

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
## Process this file with automake to produce Makefile.in
25
25
 
26
26
# We've got to build . before swig
27
 
SUBDIRS = missing runtime filter general g72x reed-solomon omnithread io . swig
 
27
SUBDIRS = missing runtime filter viterbi general gengen g72x reed-solomon io hier . swig
28
28
 
29
29
# generate libgnuradio-core.la from the convenience libraries in subdirs
30
30
 
35
35
 
36
36
libgnuradio_core_qa_la_SOURCES = bug_work_around_6.cc
37
37
libgnuradio_core_qa_la_LDFLAGS = $(NO_UNDEFINED) -version-info 0:0:0 \
38
 
                                $(LIBGNURADIO_CORE_EXTRA_LDFLAGS)
 
38
                                 $(LIBGNURADIO_CORE_EXTRA_LDFLAGS)
 
39
 
 
40
 
39
41
libgnuradio_core_la_LIBADD  =           \
40
42
        filter/libfilter.la             \
41
43
        g72x/libccitt.la                \
 
44
        viterbi/libviterbi.la           \
42
45
        general/libgeneral.la           \
 
46
        gengen/libgengen.la             \
43
47
        io/libio.la                     \
44
48
        missing/libmissing.la           \
45
 
        omnithread/libomnithread.la     \
46
49
        reed-solomon/librs.la           \
47
50
        runtime/libruntime.la           \
48
 
        $(FFTW3F_LIBS)
 
51
        hier/libhier.la                 \
 
52
        $(OMNITHREAD_LA)                \
 
53
        $(GRUEL_LA)                     \
 
54
        $(FFTW3F_LIBS)                  \
 
55
        $(GSL_LIBS)                     \
 
56
        $(CBLAS_LIBS)                   
49
57
 
50
58
libgnuradio_core_qa_la_LIBADD  =        \
51
59
        filter/libfilter-qa.la          \
52
60
        general/libgeneral-qa.la        \
53
61
        runtime/libruntime-qa.la        \
54
 
        missing/libmissing.la           \
55
62
        libgnuradio-core.la             \
56
63
        $(CPPUNIT_LIBS)