Fixed ticket 10. Merged from /gnuradio/developers/branches/jcorgan/ticket-10.
[debian/gnuradio] / TODO.build
1 Overall:
2
3 * Change a Makefile.am in a subdir, must manually go back up and re-run
4 configure. Otherwise it gets run somehow incorrectly.
5
6 * Fix overuse of LIBS vs. LIBADD, LDADD, or LDFLAGS, along with xxx_, now ticket 18.
7
8 * Use common run_tests.in file.  This is now ticket 3.
9
10 dtools:
11
12 * No checking or testing done in this directory.
13
14 gnuradio-core/doc:
15
16 * Make in this directory fails, logged as ticket 8.
17
18 gnuradio-core/src/gen_interpolator_taps:
19
20 * Make hasn't been tested yet in this directory.
21
22 gnuradio-core/src/lib/filter:
23
24 * README is stale.
25
26 gnuradio-core/src/lib/general:
27
28 * README is stale.
29
30 gnuradio-core/src/lib/tests:
31
32 * Cleanup libgnuradio-core variable, try to refer to something in
33 Makefile.common 
34
35 gnuradio-core/src/lib/utils:
36
37 * Not all *.m files are referenced in Makefile.am for distribution. Is
38 this correct?
39
40 gnuradio-examples:
41
42 * Some directories don't have Makefile.am's
43
44 gnuradio-examples/python/gmsk2:
45
46 * Not all examples are in Makefile.am
47
48 usrp/doc:
49
50 * Make not tested in this directory