FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/services/Makefile @ 213:ef7d7da61c56
FFS code integration: remaining C files imported, but not yet integrated
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Mon, 06 Jan 2014 04:20:29 +0000 | 
| parents | 3ebe6409e8bc | 
| children | 02e80fcc3a5a | 
| rev | line source | 
|---|---|
| 
212
 
3ebe6409e8bc
gsm-fw/services/ffs: task.c integrated
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents: 
167 
diff
changeset
 | 
1 SUBDIR= etm ffs | 
| 
167
 
df335d255ac4
gsm-fw: services subdir hooked into the build
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
2 | 
| 
 
df335d255ac4
gsm-fw: services subdir hooked into the build
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
3 all: ${SUBDIR} | 
| 
 
df335d255ac4
gsm-fw: services subdir hooked into the build
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
4 | 
| 
 
df335d255ac4
gsm-fw: services subdir hooked into the build
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
5 ${SUBDIR}: FRC | 
| 
 
df335d255ac4
gsm-fw: services subdir hooked into the build
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
6 cd $@; ${MAKE} ${MFLAGS} | 
| 
 
df335d255ac4
gsm-fw: services subdir hooked into the build
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
7 | 
| 
 
df335d255ac4
gsm-fw: services subdir hooked into the build
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
8 clean: FRC | 
| 
 
df335d255ac4
gsm-fw: services subdir hooked into the build
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
9 rm -f *.[oa] *.out *errs | 
| 
 
df335d255ac4
gsm-fw: services subdir hooked into the build
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | 
| 
 
df335d255ac4
gsm-fw: services subdir hooked into the build
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
11 | 
| 
 
df335d255ac4
gsm-fw: services subdir hooked into the build
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
12 FRC: | 
