mes/make
Jan Nieuwenhuizen 3a240221f0 build: Skip gcc, mlibc, guile or mes builds using CC=, CC32=, GUILE= or MES=.
* GNUmakefile (build-scripts): New target
  (HELP_TOP): Mention it.
* configure (main): Write GUILE_FOR_BUILD.
* make/bin-mlibc.make: Skip if CC32 is not set.
* make/bin.make: Skip if CC is not set.
* make/install.make (install): Only install $(OUT)/mes.mes if
  MES_BOOTSTRAP is set.
* make/mescc-guile.make: Skip if GUILE is not set.
* make/mescc-mes.make: Skip if MES is not set.
* HACKING: write something about
2017-05-28 18:32:53 +02:00
..
bin-mlibc.make build: Skip gcc, mlibc, guile or mes builds using CC=, CC32=, GUILE= or MES=. 2017-05-28 18:32:53 +02:00
bin.make build: Skip gcc, mlibc, guile or mes builds using CC=, CC32=, GUILE= or MES=. 2017-05-28 18:32:53 +02:00
check-tinycc.make mescc: Refactor mlibc compilation. 2017-05-21 22:25:02 +02:00
check.make mescc: Refactor mlibc compilation. 2017-05-21 22:25:02 +02:00
clean.make build: Refactor. 2017-04-12 21:27:59 +02:00
common.make build: Refactor. 2017-04-12 21:27:59 +02:00
compile.make build: Use separate preprocessing stage for mescc. 2017-05-22 21:15:58 +02:00
guile.make nyacc: Unbundle. 2017-05-07 10:04:32 +02:00
install.make build: Skip gcc, mlibc, guile or mes builds using CC=, CC32=, GUILE= or MES=. 2017-05-28 18:32:53 +02:00
mescc-guile.make build: Skip gcc, mlibc, guile or mes builds using CC=, CC32=, GUILE= or MES=. 2017-05-28 18:32:53 +02:00
mescc-mes.make build: Skip gcc, mlibc, guile or mes builds using CC=, CC32=, GUILE= or MES=. 2017-05-28 18:32:53 +02:00
reset.make test: Run 33/55 tests of ../tinycc/tests/test2 if avaiable. 2017-05-04 19:41:45 +02:00