Skip to content

Commit a036a93

Browse files
committed
Building compiler with autoconf. Thanks go to Matteo of sirius-es.it
1 parent da147c4 commit a036a93

36 files changed

+39151
-359
lines changed

Makefile

-92
This file was deleted.

Makefile.am

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
include common.mk
2+
3+
bin_PROGRAMS = iec2c
4+
5+
SUBDIRS = absyntax absyntax_utils stage1_2 stage3 stage4
6+
7+
ACLOCAL_AMFLAGS=-I config
8+
9+
LDADD = stage1_2/libstage1_2.a \
10+
stage3/libstage3.a \
11+
stage4/libstage4.a \
12+
absyntax/libabsyntax.a \
13+
absyntax_utils/libabsyntax_utils.a
14+
15+
iec2c_SOURCES = main.cc
16+

0 commit comments

Comments
 (0)