FreeCalypso > hg > freecalypso-reveng
annotate leo-obj/Makefile @ 408:14302e075f37 default tip
hr-bits: further conditionalize SID-1-diff
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 22 Jul 2024 10:06:38 +0000 |
parents | 4b97cf9a90f0 |
children |
rev | line source |
---|---|
216
4b97cf9a90f0
leo-obj: started analyzing l1audio_cust.obj in l1_custom_ext.lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
209
diff
changeset
|
1 OBJDIRS=bootloader frame_na7_db_fl frame_na7_db_ir l1_custom_ext l1_custom_int \ |
4b97cf9a90f0
leo-obj: started analyzing l1audio_cust.obj in l1_custom_ext.lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
209
diff
changeset
|
2 l1_dyn_dwl l1_ext l1_int l1_pei main 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: |