FreeCalypso > hg > freecalypso-reveng
view leo-obj/Makefile @ 208:f7943bdbb3ea
tiobjd disasm -g: grok struct/union/enum definitions and statics in functions
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Fri, 04 Mar 2016 23:36:16 +0000 |
parents | 0f767203114a |
children | a5f126973f0e |
line wrap: on
line source
OBJDIRS=bootloader frame_na7_db_fl frame_na7_db_ir l1_custom_int l1_dyn_dwl \ l1_int l1_pei main osx_na7_db tpudrv SUBDIR= ${OBJDIRS} tool all: ${SUBDIR} ${OBJDIRS}: tool ${SUBDIR}: FRC cd $@; ${MAKE} ${MFLAGS} clean: FRC rm -f a.out core errs for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done FRC: