rename codegen binary to libt2n-codegen, prepare makefile snippet for installation...
[libt2n] / codegen / TODO
CommitLineData
25924cae 1- remove support for LIBT2N_EXPORT_GROUP(group) (this will simplify the generator a lot)
7309b9a1
JT
2- add option similar to gccs -MD (at the moment it is a fixed set of files generated and
3 they are handled in the makefile)
84b484fa
JT
4
5open questions:
6- should projects using the codegen depend on installed version of ... or ship their own version?
e62269cb
JT
7 * codegen binary: no
8 * Makefile snippet: no
84b484fa 9 * codegen-stubhead.hxx
e62269cb
JT
10- get rid of codegen-stubhead.hxx or include a "copy" in each project
11- makefile snippet must work for builds outside of libt2n
12 (=> some variables must be set by configure, the snippet must be installed
13 => pc file template must be installed, too)
14
15