FreeCalypso > hg > freecalypso-reveng
annotate leo-obj/Makefile @ 199:4526143a77ce
leo-obj: let's take a look at bootloader.lib
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 25 May 2015 04:50:24 +0000 |
| parents | e7c5841e2f8f |
| children | 0f767203114a |
| rev | line source |
|---|---|
|
189
e7c5841e2f8f
leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
187
diff
changeset
|
1 OBJDIRS=frame_na7_db_fl frame_na7_db_ir l1_custom_int l1_int l1_pei main \ |
|
e7c5841e2f8f
leo-obj/l1_pei: added and analyzed
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
187
diff
changeset
|
2 osx_na7_db tpudrv |
|
132
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
3 SUBDIR= ${OBJDIRS} tool |
|
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
4 |
|
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
5 all: ${SUBDIR} |
|
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
6 |
|
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
7 ${OBJDIRS}: tool |
|
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
8 |
|
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
9 ${SUBDIR}: FRC |
|
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
10 cd $@; ${MAKE} ${MFLAGS} |
|
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
11 |
|
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
12 clean: FRC |
|
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
13 rm -f a.out core errs |
|
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
14 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
|
15 |
|
af0f8bfa3b3a
leo-obj/Makefile: created
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
16 FRC: |
