stage4/generate_c/Makefile.am
author Mario de Sousa <msousa@fe.up.pt>
Sun, 09 Apr 2017 23:43:04 +0100
changeset 1038 036f15e4041d
parent 784 1e1c04ac8dab
permissions -rw-r--r--
Allow use of GLOBAL/EXTERNAL variables as control variable of FOR loop.
369
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     1
include ../../common.mk
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     2
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     3
lib_LIBRARIES = libstage4_c.a
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     4
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     5
libstage4_c_a_SOURCES = generate_c.cc 
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     6
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     7
libstage4_c_a_LIBADD = ../stage4.o
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
     8
784
1e1c04ac8dab Fix CPPFLAGS Makefile.am for all stage4.
Manuele Conti <conti.ma@alice.it>
parents: 369
diff changeset
     9
libstage4_c_a_CPPFLAGS = -I../../../absyntax
369
569e7d9e2406 Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff changeset
    10