stage4/generate_c/Makefile.am
author mjsousa
Wed, 24 Dec 2014 13:19:53 +0000
changeset 967 544ff4dff04f
parent 784 1e1c04ac8dab
permissions -rw-r--r--
Do constant propagation to symbolic_variables, and correctly handle constant folding and propagation of variable declarations.
include ../../common.mk

lib_LIBRARIES = libstage4_c.a

libstage4_c_a_SOURCES = generate_c.cc 

libstage4_c_a_LIBADD = ../stage4.o

libstage4_c_a_CPPFLAGS = -I../../../absyntax