FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-aci/aci/Makefile @ 784:5cc8a442efad
aci: aoc.c and ati_bas.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Wed, 11 Mar 2015 08:27:02 +0000 |
parents | 79ccc6a27a95 |
children | 09382de17df9 |
comparison
equal
deleted
inserted
replaced
783:79ccc6a27a95 | 784:5cc8a442efad |
---|---|
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb | 4 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb |
5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ | 5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ |
6 -I../../cdginc -I../aci_dti_mng -I../ati_ext -I../ksd | 6 -I../../cdginc -I../aci_dti_mng -I../ati_ext -I../ksd |
7 | 7 |
8 OBJS= aci_aci.o aci_csf.o aci_em.o aci_lst.o aci_mem.o aci_mfw.o aci_pei.o \ | 8 OBJS= aci_aci.o aci_csf.o aci_em.o aci_lst.o aci_mem.o aci_mfw.o aci_pei.o \ |
9 aci_tim.o aci_util.o | 9 aci_tim.o aci_util.o aoc.o ati_bas.o |
10 | 10 |
11 all: ${OBJS} | 11 all: ${OBJS} |
12 | 12 |
13 clean: | 13 clean: |
14 rm -f *.[oa] *.out *errs | 14 rm -f *.[oa] *.out *errs |