FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/g23m-aci/aci_ext/Makefile @ 1034:405b5469abc4 default tip
top README: repository change notice
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Sun, 12 Jun 2016 19:06:34 +0000 | 
| parents | 2ab6e5aa2c36 | 
| children | 
| rev | line source | 
|---|---|
| 818 
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
 Space Falcon <falcon@ivan.Harhan.ORG> parents: 
776diff
changeset | 1 CC= arm-elf-gcc | 
| 
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
 Space Falcon <falcon@ivan.Harhan.ORG> parents: 
776diff
changeset | 2 LD= arm-elf-ld | 
| 
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
 Space Falcon <falcon@ivan.Harhan.ORG> parents: 
776diff
changeset | 3 | 
| 
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
 Space Falcon <falcon@ivan.Harhan.ORG> parents: 
776diff
changeset | 4 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb | 
| 
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
 Space Falcon <falcon@ivan.Harhan.ORG> parents: 
776diff
changeset | 5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ | 
| 
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
 Space Falcon <falcon@ivan.Harhan.ORG> parents: 
776diff
changeset | 6 -I../../cdginc -I../aci | 
| 
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
 Space Falcon <falcon@ivan.Harhan.ORG> parents: 
776diff
changeset | 7 | 
| 
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
 Space Falcon <falcon@ivan.Harhan.ORG> parents: 
776diff
changeset | 8 ONE_OBJ=aci_ext_pers.o | 
| 
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
 Space Falcon <falcon@ivan.Harhan.ORG> parents: 
776diff
changeset | 9 | 
| 
2ab6e5aa2c36
aci_ext/aci_ext_pers.c compiles
 Space Falcon <falcon@ivan.Harhan.ORG> parents: 
776diff
changeset | 10 all: ${ONE_OBJ} | 
| 776 
5a0c58760ae2
gsm-fw/g23m-aci: stub Makefile hierarchy created, hooked into make clean
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 11 | 
| 
5a0c58760ae2
gsm-fw/g23m-aci: stub Makefile hierarchy created, hooked into make clean
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 12 clean: | 
| 
5a0c58760ae2
gsm-fw/g23m-aci: stub Makefile hierarchy created, hooked into make clean
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 13 rm -f *.[oa] *.out *errs | 
