Makefile.am
changeset 370 f3cec8694f65
parent 369 569e7d9e2406
equal deleted inserted replaced
369:569e7d9e2406 370:f3cec8694f65
     3 bin_PROGRAMS = iec2c iec2iec
     3 bin_PROGRAMS = iec2c iec2iec
     4 
     4 
     5 SUBDIRS = absyntax absyntax_utils stage1_2 stage3 stage4 
     5 SUBDIRS = absyntax absyntax_utils stage1_2 stage3 stage4 
     6 
     6 
     7 ACLOCAL_AMFLAGS=-I config
     7 ACLOCAL_AMFLAGS=-I config
       
     8 
       
     9 HGVERSION= $(shell hg -R $(top_srcdir) parents --template '{node|short}' 2> /dev/null || grep node $(top_srcdir)/.hg_archival.txt 2> /dev/null || true )
       
    10 AM_CXXFLAGS += -DHGVERSION="\"${HGVERSION}\""
     8 
    11 
     9 iec2c_LDADD = stage1_2/libstage1_2.a \
    12 iec2c_LDADD = stage1_2/libstage1_2.a \
    10 	stage3/libstage3.a \
    13 	stage3/libstage3.a \
    11 	stage4/generate_c/libstage4_c.a \
    14 	stage4/generate_c/libstage4_c.a \
    12 	absyntax/libabsyntax.a \
    15 	absyntax/libabsyntax.a \