summaryrefslogtreecommitdiffstats
path: root/config_host.mk.in
Commit message (Collapse)AuthorAgeFilesLines
* Improve Android configuryTor Lillqvist2012-01-201-0/+1
| | | | | | | | | | | Add a --with-android-sdk switch, and make that and the --with-android-ndk mandatory when building for Android. Automatically create a proper android/sc/qa/local.properties file (which points to the SDK) for Ant. Restore the Android ARM code generation related flags that I think we want to use (that used to be mentioned in README.cross but were accidentally dropped) to the automated setting of CC and CXX.
* android: add --with-android-ndk= option to simplify configure.Michael Meeks2012-01-181-0/+1
|
* simplify handling of JITC_PROCESSOR_TYPEDavid Tardon2012-01-151-1/+1
|
* config*: add cflags for gio, gconf and gnomevfsMatúš Kukan2012-01-151-0/+6
|
* avoid generating a file in the source treeDavid Tardon2012-01-111-0/+1
|
* Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann2012-01-051-0/+1
| | | | | | | * 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).
* migrate JAVALIB out of set_soenv.inNorbert Thiebaud2012-01-021-0/+1
|
* avoid conditional define, since they may cause troubles in x-comp caseNorbert Thiebaud2012-01-021-11/+11
|
* oops use == not = in dmake conditionalNorbert Thiebaud2012-01-021-8/+11
|
* ICU relying on undef is not viable in cross-compile scenarioNorbert Thiebaud2012-01-021-3/+3
|
* GNUCOPY is one of these var that are defined-sensitive.Norbert Thiebaud2012-01-011-4/+4
|
* move UDP and fix linkoo to look for INPATH and UPD in config_host.mkNorbert Thiebaud2012-01-011-0/+1
|
* migrate non-conditional straight from configure.in var out of set_soenv.inNorbert Thiebaud2012-01-011-0/+149
|
* move mostly program locator variables out of set_soenv.inNorbert Thiebaud2012-01-011-0/+18
|
* migrate *_JAR out of set_soenv.inNorbert Thiebaud2012-01-011-6/+28
|
* migrate XSLTPROC out of set_soenv.inNorbert Thiebaud2012-01-011-0/+1
|
* migrate ABOUT_BITMAP and INTRO_BITMAP out of set_soenv.inNorbert Thiebaud2012-01-011-0/+2
|
* argh, OS_FOR_BUILD was not set properly, killing X-compileNorbert Thiebaud2011-12-311-1/+1
|
* missed COM_FOR_BUILD in config_host.mk.inNorbert Thiebaud2011-12-311-0/+1
|
* migrate COM,CPU,CPUNAME,GUI,GUIBASE,INPATH,OUTPATH,PATH_SEPARATORNorbert Thiebaud2011-12-301-0/+16
|
* move *_CFLAGS and *_LIBS to config_host.mkNorbert Thiebaud2011-12-301-0/+82
|
* move SIZEOF_* to config_host.mkNorbert Thiebaud2011-12-301-0/+6
|
* typos in config_host.mk.inNorbert Thiebaud2011-12-271-2/+2
|
* typo in ENABLE_NSPLUGIN migrationNorbert Thiebaud2011-12-271-1/+1
|
* move ENABLE_* variables from set_soenv.in to config_host.mkNorbert Thiebaud2011-12-271-0/+44
|
* migrate most SYSTEM_* config from set_soenv.in to config_host.mk.inNorbert Thiebaud2011-12-251-0/+60
| | | | | | | 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.
* prep work to eliminated Env.*.sh, introduce config_{host,build}.mkNorbert Thiebaud2011-12-241-0/+5
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.