absyntax/Makefile.am
author mjsousa
Tue, 30 Dec 2014 23:31:36 +0000
changeset 984 634269b0f104
parent 353 17bffb57a8c5
permissions -rw-r--r--
Break constant_folding_c in two classes: constant_folding_c and constant_propagation_c
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc