FreeCalypso > hg > freecalypso-reveng
annotate frbl/reconst/Makefile @ 317:c71e3156170a
frbl/reconst: boot.c passes compilation
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 04 Mar 2020 23:58:05 +0000 |
| parents | 2ceb1f263e19 |
| children | f9482000b838 |
| 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 |
|
317
c71e3156170a
frbl/reconst: boot.c passes compilation
Mychaela Falconia <falcon@freecalypso.org>
parents:
316
diff
changeset
|
3 OBJS= boot.disasm |
|
316
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 |
|
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 all: ${OBJS} |
|
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 |
|
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 %.obj: %.c |
|
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 ./cl470 -q -c ${CFLAGS} ${CPPFLAGS} $< |
|
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 |
|
317
c71e3156170a
frbl/reconst: boot.c passes compilation
Mychaela Falconia <falcon@freecalypso.org>
parents:
316
diff
changeset
|
10 %.disasm: %.obj |
|
c71e3156170a
frbl/reconst: boot.c passes compilation
Mychaela Falconia <falcon@freecalypso.org>
parents:
316
diff
changeset
|
11 tiobjd $< disasm > $@ |
|
c71e3156170a
frbl/reconst: boot.c passes compilation
Mychaela Falconia <falcon@freecalypso.org>
parents:
316
diff
changeset
|
12 |
|
316
2ceb1f263e19
frbl/reconst: first attempt to compile boot.c
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
13 clean: |
|
317
c71e3156170a
frbl/reconst: boot.c passes compilation
Mychaela Falconia <falcon@freecalypso.org>
parents:
316
diff
changeset
|
14 rm -f *.obj *.disasm |
