summaryrefslogtreecommitdiff
path: root/config_host.mk.in
AgeCommit message (Collapse)Author
2012-01-20Improve Android configuryTor Lillqvist
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.
2012-01-18android: add --with-android-ndk= option to simplify configure.Michael Meeks
2012-01-15simplify handling of JITC_PROCESSOR_TYPEDavid Tardon
2012-01-15config*: add cflags for gio, gconf and gnomevfsMatúš Kukan
2012-01-11avoid generating a file in the source treeDavid Tardon
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann
* 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-02migrate JAVALIB out of set_soenv.inNorbert Thiebaud
2012-01-02avoid conditional define, since they may cause troubles in x-comp caseNorbert Thiebaud
2012-01-02oops use == not = in dmake conditionalNorbert Thiebaud
2012-01-02ICU relying on undef is not viable in cross-compile scenarioNorbert Thiebaud
2012-01-01GNUCOPY is one of these var that are defined-sensitive.Norbert Thiebaud
2012-01-01move UDP and fix linkoo to look for INPATH and UPD in config_host.mkNorbert Thiebaud
2012-01-01migrate non-conditional straight from configure.in var out of set_soenv.inNorbert Thiebaud
2012-01-01move mostly program locator variables out of set_soenv.inNorbert Thiebaud
2012-01-01migrate *_JAR out of set_soenv.inNorbert Thiebaud
2012-01-01migrate XSLTPROC out of set_soenv.inNorbert Thiebaud
2012-01-01migrate ABOUT_BITMAP and INTRO_BITMAP out of set_soenv.inNorbert Thiebaud
2011-12-31argh, OS_FOR_BUILD was not set properly, killing X-compileNorbert Thiebaud
2011-12-31missed COM_FOR_BUILD in config_host.mk.inNorbert Thiebaud
2011-12-30migrate COM,CPU,CPUNAME,GUI,GUIBASE,INPATH,OUTPATH,PATH_SEPARATORNorbert Thiebaud
2011-12-30move *_CFLAGS and *_LIBS to config_host.mkNorbert Thiebaud
2011-12-30move SIZEOF_* to config_host.mkNorbert Thiebaud
2011-12-27typos in config_host.mk.inNorbert Thiebaud
2011-12-27typo in ENABLE_NSPLUGIN migrationNorbert Thiebaud
2011-12-27move ENABLE_* variables from set_soenv.in to config_host.mkNorbert Thiebaud
2011-12-25migrate most SYSTEM_* config from set_soenv.in to config_host.mk.inNorbert Thiebaud
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-24prep work to eliminated Env.*.sh, introduce config_{host,build}.mkNorbert Thiebaud
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.