FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/Makefile @ 441:b23743555ca8
OSL: os_sem_fl.c started
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Mon, 23 Jun 2014 00:23:49 +0000 | 
| parents | 0c87c1f9dac5 | 
| children | e1dd4a240199 | 
| rev | line source | 
|---|---|
| 318 
0c87c1f9dac5
GPF: beginning of Makefile hierarchy
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
167diff
changeset | 1 SUBDIR= bsp finlink gpf include nucleus riviera serial services sprintf sysglue | 
| 81 
147861b15cda
nuc-fw: ramImage.srec built, nucdemo runs
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 2 | 
| 89 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 3 default: config.stamp | 
| 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 4 ${MAKE} ${MFLAGS} -f Makefile.build $@ | 
| 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 5 | 
| 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 6 ramImage flashImage: config.stamp | 
| 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 7 ${MAKE} ${MFLAGS} -f Makefile.build $@ | 
| 81 
147861b15cda
nuc-fw: ramImage.srec built, nucdemo runs
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 8 | 
| 89 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 9 config.stamp: build.conf | 
| 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 10 cfgmagic/processconf.sh | 
| 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 11 touch $@ | 
| 81 
147861b15cda
nuc-fw: ramImage.srec built, nucdemo runs
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 12 | 
| 89 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 13 build.conf: | 
| 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 14 @echo 'Configuration is required before the build.' | 
| 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 15 @echo 'Please create a valid build.conf file by running config.sh' | 
| 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 16 @echo 'or copying an existing configuration file into place.' | 
| 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 17 @false | 
| 81 
147861b15cda
nuc-fw: ramImage.srec built, nucdemo runs
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 18 | 
| 
147861b15cda
nuc-fw: ramImage.srec built, nucdemo runs
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 19 clean: FRC | 
| 89 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 20 rm -f a.out core errs *.stamp | 
| 
d01098eccf21
nuc-fw: configuration mechanism hooked into the top level Makefile
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
81diff
changeset | 21 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | 
| 81 
147861b15cda
nuc-fw: ramImage.srec built, nucdemo runs
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 22 | 
| 
147861b15cda
nuc-fw: ramImage.srec built, nucdemo runs
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 23 FRC: | 
