view leo-obj/Makefile @ 133:daeaa5950d10

tiobjd: Thumb bl w/o reloc: find symbol if there is one
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 07 Apr 2014 01:22:09 +0000
parents af0f8bfa3b3a
children 8754c410c10d
line wrap: on
line source

OBJDIRS=main
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: