FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/services/Makefile @ 996:09b8b2327838
tiffs in vitro reader: implemented support for old 16-bit location field (-O)
| author | Mychaela Falconia <falcon@ivan.Harhan.ORG> | 
|---|---|
| date | Sun, 03 Jan 2016 04:23:29 +0000 | 
| parents | b039cafc8e31 | 
| children | 
| rev | line source | 
|---|---|
| 222 
02e80fcc3a5a
gsm-fw/services/Makefile: build ETM only when it is enabled
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
212diff
changeset | 1 sinclude ../include/config.mk | 
| 
02e80fcc3a5a
gsm-fw/services/Makefile: build ETM only when it is enabled
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
212diff
changeset | 2 | 
| 642 
b039cafc8e31
PCM integration: linking
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
310diff
changeset | 3 ALL_SUBDIR= dar etm ffs pcm | 
| 167 
df335d255ac4
gsm-fw: services subdir hooked into the build
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 4 | 
| 310 
083f262b7bbe
gsm-fw: disabled DAR links
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
307diff
changeset | 5 BUILD_SUBDIR= dar ffs | 
| 642 
b039cafc8e31
PCM integration: linking
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
310diff
changeset | 6 ifeq (${CONFIG_INCLUDE_PCM},1) | 
| 
b039cafc8e31
PCM integration: linking
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
310diff
changeset | 7 BUILD_SUBDIR+= pcm | 
| 
b039cafc8e31
PCM integration: linking
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
310diff
changeset | 8 endif | 
| 222 
02e80fcc3a5a
gsm-fw/services/Makefile: build ETM only when it is enabled
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
212diff
changeset | 9 ifeq (${RVM_ETM_SWE},1) | 
| 
02e80fcc3a5a
gsm-fw/services/Makefile: build ETM only when it is enabled
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
212diff
changeset | 10 BUILD_SUBDIR+= etm | 
| 
02e80fcc3a5a
gsm-fw/services/Makefile: build ETM only when it is enabled
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
212diff
changeset | 11 endif | 
| 167 
df335d255ac4
gsm-fw: services subdir hooked into the build
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 12 | 
| 222 
02e80fcc3a5a
gsm-fw/services/Makefile: build ETM only when it is enabled
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
212diff
changeset | 13 all: ${BUILD_SUBDIR} | 
| 
02e80fcc3a5a
gsm-fw/services/Makefile: build ETM only when it is enabled
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
212diff
changeset | 14 | 
| 
02e80fcc3a5a
gsm-fw/services/Makefile: build ETM only when it is enabled
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
212diff
changeset | 15 ${BUILD_SUBDIR}: FRC | 
| 167 
df335d255ac4
gsm-fw: services subdir hooked into the build
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 16 cd $@; ${MAKE} ${MFLAGS} | 
| 
df335d255ac4
gsm-fw: services subdir hooked into the build
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 17 | 
| 
df335d255ac4
gsm-fw: services subdir hooked into the build
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 18 clean: FRC | 
| 
df335d255ac4
gsm-fw: services subdir hooked into the build
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 19 rm -f *.[oa] *.out *errs | 
| 222 
02e80fcc3a5a
gsm-fw/services/Makefile: build ETM only when it is enabled
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
212diff
changeset | 20 for i in ${ALL_SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | 
| 167 
df335d255ac4
gsm-fw: services subdir hooked into the build
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 21 | 
| 
df335d255ac4
gsm-fw: services subdir hooked into the build
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 22 FRC: | 
