summaryrefslogtreecommitdiff
path: root/config_host.mk.in
AgeCommit message (Collapse)AuthorFilesLines
2012-01-02oops use == not = in dmake conditionalNorbert Thiebaud1-8/+11
2012-01-02ICU relying on undef is not viable in cross-compile scenarioNorbert Thiebaud1-3/+3
2012-01-01GNUCOPY is one of these var that are defined-sensitive.Norbert Thiebaud1-4/+4
2012-01-01move UDP and fix linkoo to look for INPATH and UPD in config_host.mkNorbert Thiebaud1-0/+1
2012-01-01migrate non-conditional straight from configure.in var out of set_soenv.inNorbert Thiebaud1-0/+149
2012-01-01move mostly program locator variables out of set_soenv.inNorbert Thiebaud1-0/+18
2012-01-01migrate *_JAR out of set_soenv.inNorbert Thiebaud1-6/+28
2012-01-01migrate XSLTPROC out of set_soenv.inNorbert Thiebaud1-0/+1
2012-01-01migrate ABOUT_BITMAP and INTRO_BITMAP out of set_soenv.inNorbert Thiebaud1-0/+2
2011-12-31argh, OS_FOR_BUILD was not set properly, killing X-compileNorbert Thiebaud1-1/+1
2011-12-31missed COM_FOR_BUILD in config_host.mk.inNorbert Thiebaud1-0/+1
2011-12-30migrate COM,CPU,CPUNAME,GUI,GUIBASE,INPATH,OUTPATH,PATH_SEPARATORNorbert Thiebaud1-0/+16
2011-12-30move *_CFLAGS and *_LIBS to config_host.mkNorbert Thiebaud1-0/+82
2011-12-30move SIZEOF_* to config_host.mkNorbert Thiebaud1-0/+6
2011-12-27typos in config_host.mk.inNorbert Thiebaud1-2/+2
2011-12-27typo in ENABLE_NSPLUGIN migrationNorbert Thiebaud1-1/+1
2011-12-27move ENABLE_* variables from set_soenv.in to config_host.mkNorbert Thiebaud1-0/+44
2011-12-25migrate most SYSTEM_* config from set_soenv.in to config_host.mk.inNorbert Thiebaud1-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.
2011-12-24prep work to eliminated Env.*.sh, introduce config_{host,build}.mkNorbert Thiebaud1-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.