absyntax/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Wed, 13 Jun 2012 14:21:30 +0100
changeset 591 76bad7199896
parent 353 17bffb57a8c5
permissions -rw-r--r--
extract_int64() must not handle negation operation (was doing it incorrectly for INT64_MIN!)
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc