Mercurial > hg > Members > anatofuz > MoarVM
view build/help.txt @ 47:d385af306a13
Fix Makefile.in for cbc build
author | Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 09 Dec 2018 11:28:04 +0900 |
parents | 2cf249471370 |
children |
line wrap: on
line source
Makefile targets: help display this message all build library and MoarVM executable [default] lib build library only test dummy target ( use the nqp-cc test suite instead ) switch rebuild executable with switch dispatch [default] tracing rebuild executable with tracing dispatch cgoto rebuild executable with computed goto dispatch no-tracing alias for switch no-cgoto alias for switch clean remove build files realclean additionally remove auxiliary and 3rdparty files ( needs to be called when switching between shared and static library builds ) distclean additionally remove executable, library and configuration files ( should remove all generated files ) reconfig calls Configure.pl after doing a realclean ( use CONFIG and ADDCONFIG to control options ) Makefile options: NOISY=1 show actual commands instead of descriptions CONFIG=? passed to Configure.pl by reconfig ADDCONFIG=? passed to Configure.pl by reconfig in addition to the previously passed arguments