absyntax/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Wed, 29 Aug 2012 19:38:15 +0100
changeset 643 1cc0e1ca2aad
parent 353 17bffb57a8c5
permissions -rw-r--r--
Fix constant folding: now handles INT_MIN and neg_integer_c correctly.
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc