FreeCalypso > hg > freecalypso-reveng
annotate leo-obj/Makefile @ 181:bf4286245c74
Pirelli's RF calibration cracked
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 13 Jul 2014 01:11:22 +0000 |
parents | 5fb64a7c3f92 |
children | d339548ebfc4 |
rev | line source |
---|---|
177
5fb64a7c3f92
leo-obj/l1_custom_int: added
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
165
diff
changeset
|
1 OBJDIRS=frame_na7_db_fl frame_na7_db_ir l1_custom_int main osx_na7_db |
132
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
2 SUBDIR= ${OBJDIRS} tool |
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
3 |
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
4 all: ${SUBDIR} |
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
5 |
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
6 ${OBJDIRS}: tool |
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
7 |
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
8 ${SUBDIR}: FRC |
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
9 cd $@; ${MAKE} ${MFLAGS} |
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
10 |
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
11 clean: FRC |
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
12 rm -f a.out core errs |
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
13 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done |
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
14 |
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
15 FRC: |