stage4/generate_c/Makefile.am
author Edouard Tisserant
Mon, 06 Jul 2020 13:29:08 +0200
changeset 1093 30adcffcf8e6
parent 784 1e1c04ac8dab
permissions -rw-r--r--
Fix in standard function library: forgot static linkage for inline __str_cmp()
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