FreeCalypso > hg > freecalypso-reveng
annotate frbl/reconst/Makefile @ 348:37b5f94de802
fluid-mnf: sensible target tty specification
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 13 Mar 2020 06:41:44 +0000 |
| parents | 0029db632547 |
| children |
| rev | line source |
|---|---|
|
316
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 CFLAGS= -mn -mt -mw -me -pw2 |
|
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 CPPFLAGS=-DTOOL_CHOICE=0 -D_TMS470 -I. -Iinc |
|
328
0029db632547
frbl/reconst/serial.c: first static function reconstructed
Mychaela Falconia <falcon@freecalypso.org>
parents:
321
diff
changeset
|
3 OBJS= boot.obj command.obj convert.obj serial.obj |
|
0029db632547
frbl/reconst/serial.c: first static function reconstructed
Mychaela Falconia <falcon@freecalypso.org>
parents:
321
diff
changeset
|
4 DISASM= boot.disasm command.disasm convert.disasm serial.disasm |
|
316
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 |
|
319
f9482000b838
frbl/reconst/convert.c: almost perfect reconstruction
Mychaela Falconia <falcon@freecalypso.org>
parents:
317
diff
changeset
|
6 all: ${OBJS} ${DISASM} |
|
316
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 |
|
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 %.obj: %.c |
|
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 ./cl470 -q -c ${CFLAGS} ${CPPFLAGS} $< |
|
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 |
|
317
c71e3156170a
frbl/reconst: boot.c passes compilation
Mychaela Falconia <falcon@freecalypso.org>
parents:
316
diff
changeset
|
11 %.disasm: %.obj |
|
c71e3156170a
frbl/reconst: boot.c passes compilation
Mychaela Falconia <falcon@freecalypso.org>
parents:
316
diff
changeset
|
12 tiobjd $< disasm > $@ |
|
c71e3156170a
frbl/reconst: boot.c passes compilation
Mychaela Falconia <falcon@freecalypso.org>
parents:
316
diff
changeset
|
13 |
|
316
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
14 clean: |
|
317
c71e3156170a
frbl/reconst: boot.c passes compilation
Mychaela Falconia <falcon@freecalypso.org>
parents:
316
diff
changeset
|
15 rm -f *.obj *.disasm |
