REDME.build
author Mario de Sousa <msousa@fe.up.pt>
Fri, 29 Jul 2011 16:08:40 +0100
changeset 353 17bffb57a8c5
permissions -rw-r--r--
Building compiler with autoconf. Thanks go to Matteo of sirius-es.it

-> Add new files to Makefile.am or add a new makefile
$ autoreconf


-> Prepare clean project
$ make distclean


-> Build 
$ ./configure
$ make






- Remember to add these files to your .hgignore
	Makefile
	config.*
	*.a
	.deps


- Send me TODO list to complete build system.
	matteo.facchinetti@sirius-es.it