Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Tue, 23 Aug 2011 11:54:34 +0100
changeset 361 e0c2f01251dc
parent 353 17bffb57a8c5
child 369 569e7d9e2406
permissions -rw-r--r--
Remove debugging printf() added by mistake in previous commit.
include common.mk

bin_PROGRAMS = iec2c

SUBDIRS = absyntax absyntax_utils stage1_2 stage3 stage4 

ACLOCAL_AMFLAGS=-I config

LDADD = stage1_2/libstage1_2.a \
	stage3/libstage3.a \
	stage4/libstage4.a \
	absyntax/libabsyntax.a \
	absyntax_utils/libabsyntax_utils.a 

iec2c_SOURCES = main.cc