2019-12-23 22:08:41 +01:00
|
|
|
CC=gcc
|
2019-12-25 19:07:48 +01:00
|
|
|
CFLAGS=-g
|
|
|
|
LDFLAGS=-g
|
2019-12-23 22:08:41 +01:00
|
|
|
|
2019-12-25 19:07:48 +01:00
|
|
|
elea: \
|
|
|
|
elea.o \
|
|
|
|
governo.o \
|
|
|
|
accumulatore.o \
|
|
|
|
memoria.o \
|
|
|
|
ricerca.o \
|
|
|
|
algebra.o \
|
|
|
|
telescrivente.o \
|
|
|
|
hello_world.o \
|
|
|
|
long_division.o
|
|
|
|
|
|
|
|
hello_world.c: hello_world.elea-txt caratteri.py
|
|
|
|
python caratteri.py $<
|
|
|
|
|
|
|
|
long_division.c: long_division.elea-txt caratteri.py
|
|
|
|
python caratteri.py $<
|
2019-12-23 22:08:41 +01:00
|
|
|
|
|
|
|
clean: FORCE
|
2019-12-25 19:07:48 +01:00
|
|
|
@rm -f elea *.o tags hello_world.c long_division.c
|
2019-12-23 22:08:41 +01:00
|
|
|
|
|
|
|
.PHONY: FORCE
|