blob: 4a2122be2e693b3a9498150392a8c85b8233b2ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
Overall:
* VPATH builds fail, starting with usrp.
* Change a Makefile.am in a subdir, must manually go back up and re-run
configure. Otherwise it gets run somehow incorrectly.
* Fix overuse of LIBS vs. LIBADD, LDADD, or LDFLAGS, allong with xxx_
* Make dist and distcheck have not been tested.
dtools:
* No checking or testing done in this directory.
gnuradio-core/doc:
* Make hasn't been tested yet in this directory.
gnuradio-core/src/gen_interpolator_taps:
* Make hasn't been tested yet in this directory.
gnuradio-core/src/lib/filter:
* README is stale.
gnuradio-core/src/lib/general:
* README is stale.
gnuradio-core/src/lib/tests:
* Cleanup libgnuradio-core variable, try to refer to something in
Makefile.common
gnuradio-core/src/lib/utils:
* Not all *.m files are referenced in Makefile.am for distribution. Is
this correct?
gnuradio-examples:
* Some directories don't have Makefile.am's
gnuradio-examples/python/gmsk2:
* Not all examples are in Makefile.am
usrp/doc:
* Make not tested in this directory
usrp/firmware/include:
* Refactor include directory specification in Makefile.am into
Makefile.common for use elsewhere
usrp/firmware/lib:
* Use refactored include directory specification from Makefile.common
gr-usrp/src:
* Use refactored gnuradio.i specification from Makefile.common
* USRP_LIBS and USRP_INCLUDES are hardcoded. These used to come out of
PKGCONFIG in the old system.
* Use common run_tests.in
|