stage3/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Sat, 29 Oct 2011 19:30:47 +0100
changeset 387 db368e53133c
parent 353 17bffb57a8c5
child 417 d48f53715f77
permissions -rw-r--r--
Fix code generation of FOR loops. Now handles negative values of BY correctly.
include ../common.mk

lib_LIBRARIES = libstage3.a

libstage3_a_SOURCES = \
	stage3.cc \
	visit_expression_type.cc