Zoltan Varga 8f04e832b5 Revert this once more. 17 лет назад
..
common 963ccb4ef8 merge back ml2 into trunk 17 лет назад
corcompare cf491afef4 Copied from mono/deploy 18 лет назад
platforms b47850fba4 Revert SVN r53054 20 лет назад
profiles 054aa01379 2008-03-22 Zoltan Varga <[email protected]> 18 лет назад
ChangeLog 72e254bdd9 2008-06-03 Zoltan Varga <[email protected]> 17 лет назад
Makefile 264c06c083 In .: 18 лет назад
README.configury f6574c38ac New build system from Peter Williams ([email protected]) 22 лет назад
README.makefiles 77c26d6ab9 * Makefile (OVERRIDE_BARE_TARGETS): Remove. 21 лет назад
README.platforms 829b1b5f12 22 лет назад
config-default.make e30ab02ef5 2007-11-08 Wade Berrier <[email protected]> 18 лет назад
corcompare-api.xsl 81af7ece3a 2007-08-12 Marek Safar <[email protected]> 18 лет назад
corcompare.make 2f699d9cf5 2007-11-01 Marek Safar <[email protected]> 18 лет назад
executable.make 87adbf8a7d * executable.make ($(PROGRAM_config)): Depend on directory 17 лет назад
library.make fdba8733a7 2008-03-24 Zoltan Varga <[email protected]> 18 лет назад
rules.make 8f04e832b5 Revert this once more. 17 лет назад

README.configury

Configuring the build (-*- outline -*-)
Peter Williams

** Configuring the build

It's pretty easy. You can create two files in this directory to tweak
settings: pre-config.make and config.make.

pre-config.make is included before $(PLATFORM).make and
$(PROFILE).make, so you can set either of these variables if you want
to change the default.

Just about any other change should go in config.make, which is
included after $(PLATFORM).make and $(PROFILE).make, so you can use
the values defined in those files if you wish. For example,

MCS_FLAGS = $(DEFAULT_MCS_FLAGS) /my-experimental-optimizer-flag

or something.

(You shouldn't need to edit any of the existing Makefiles for
site-specific hacks. CVS would complain at you and `make dist'
wouldn't be happy.)