author | Manuele Conti <conti.ma@alice.it> |
Fri, 20 Jul 2012 23:18:32 +0200 | |
changeset 620 | aef32856eeb5 |
parent 369 | 569e7d9e2406 |
child 784 | 1e1c04ac8dab |
permissions | -rw-r--r-- |
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 |
|
569e7d9e2406
Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff
changeset
|
9 |
libstage4_c_a_cppflags = -I../../../absyntax |
569e7d9e2406
Add iec2iec building in the project Makefiles.
Matteo Facchinetti
parents:
diff
changeset
|
10 |