Stephan Bergmann
58ab12acf5
Switch from autodoc to doxygen for SDK C++ documentation.
...
* New build prerequisite doxygen (controllable via --with-doxygen).
* Adapted various headers to slightly different doxygen documentation
syntax, but much clean up still remains to be done (i.e., warnings
emitted by doxygen fixed).
2012-01-05 19:43:14 +01:00
Norbert Thiebaud
7eea90d66d
migrate JAVALIB out of set_soenv.in
2012-01-02 20:53:05 -06:00
Norbert Thiebaud
6894df1efb
avoid conditional define, since they may cause troubles in x-comp case
2012-01-02 20:53:05 -06:00
Norbert Thiebaud
9bbb628e1b
oops use == not = in dmake conditional
2012-01-02 09:43:27 -06:00
Norbert Thiebaud
77b7bd9b36
ICU relying on undef is not viable in cross-compile scenario
2012-01-02 06:21:01 -06:00
Norbert Thiebaud
fdd753d1a9
GNUCOPY is one of these var that are defined-sensitive.
2012-01-01 18:38:31 -06:00
Norbert Thiebaud
ea5d18a1c7
move UDP and fix linkoo to look for INPATH and UPD in config_host.mk
2012-01-01 16:07:19 -06:00
Norbert Thiebaud
49319b288f
migrate non-conditional straight from configure.in var out of set_soenv.in
2012-01-01 16:05:47 -06:00
Norbert Thiebaud
8bfd2b6af9
move mostly program locator variables out of set_soenv.in
2012-01-01 16:05:46 -06:00
Norbert Thiebaud
465b99f614
migrate *_JAR out of set_soenv.in
2012-01-01 16:05:46 -06:00
Norbert Thiebaud
004df8153c
migrate XSLTPROC out of set_soenv.in
2012-01-01 16:05:46 -06:00
Norbert Thiebaud
804a696560
migrate ABOUT_BITMAP and INTRO_BITMAP out of set_soenv.in
2012-01-01 16:05:46 -06:00
Norbert Thiebaud
f1c44b848f
argh, OS_FOR_BUILD was not set properly, killing X-compile
2011-12-31 14:18:42 -06:00
Norbert Thiebaud
d64bdc0f1e
missed COM_FOR_BUILD in config_host.mk.in
2011-12-31 09:19:00 -06:00
Norbert Thiebaud
480b32d380
migrate COM,CPU,CPUNAME,GUI,GUIBASE,INPATH,OUTPATH,PATH_SEPARATOR
2011-12-30 19:34:34 -06:00
Norbert Thiebaud
e5bbb4ea87
move *_CFLAGS and *_LIBS to config_host.mk
2011-12-30 16:08:10 -06:00
Norbert Thiebaud
878828757a
move SIZEOF_* to config_host.mk
2011-12-30 16:08:10 -06:00
Norbert Thiebaud
8efd3f8f43
typos in config_host.mk.in
2011-12-27 15:02:31 -06:00
Norbert Thiebaud
3678d3ec5a
typo in ENABLE_NSPLUGIN migration
2011-12-27 06:21:06 -06:00
Norbert Thiebaud
52ec70499e
move ENABLE_* variables from set_soenv.in to config_host.mk
2011-12-27 04:04:06 -06:00
Norbert Thiebaud
28254c7108
migrate most SYSTEM_* config from set_soenv.in to config_host.mk.in
...
should be pretty safe.
The main risk if is something rely on the 'undef if empty' behavior of
the typical trap is the use of *= in dmake
a git grep of "\$(SYSTEM_" did not reveal any problematic case.
2011-12-25 00:11:21 -06:00
Norbert Thiebaud
fd9366c85c
prep work to eliminated Env.*.sh, introduce config_{host,build}.mk
...
This introduce config_host.mk and config_build.mk
generated from config_host.mk.in
The intent is for that file to be both sourcable in a shell and includable
in a gnu Makefile.
Eventually all the environment set-up will be in config_host.mk.in
and so there won't be a need to source anything in shell before make.
2011-12-24 21:42:08 -06:00