absyntax/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Wed, 06 Jun 2012 16:39:54 +0100
changeset 568 5f79478142d7
parent 353 17bffb57a8c5
permissions -rw-r--r--
make the compiler platform independent (i.e. no longer assume sizeof(double)==8).
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc