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