stage1_2/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Fri, 29 Jul 2011 16:08:40 +0100
changeset 353 17bffb57a8c5
child 354 0f24db96b519
permissions -rw-r--r--
Building compiler with autoconf. Thanks go to Matteo of sirius-es.it
include ../common.mk

lib_LIBRARIES = libstage1_2.a

iec.y.cc: iec.y
	$(YACC) -d -v -o iec.y.cc iec.y

iec.flex.cc: iec.flex
	$(LEX) -o iec.flex.cc iec.flex

libstage1_2_a_SOURCES = \
	iec.flex.cc \
	iec.y.cc \
	stage1_2.cc 

libstage1_2_a_CPPFLAGS =  -DDEFAULT_LIBDIR='"lib"' -I../../absyntax