view gsm-fw/gpf/Makefile @ 324:7228920a0834

gsm-fw/gpf/tst_pei: objects compile
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 13 Apr 2014 08:19:38 +0000
parents 439afc1139b2
children ffb0442ffccf
line wrap: on
line source

SUBDIR=	frame misc tst_pei

all:	${SUBDIR}

${SUBDIR}: FRC
	cd $@; ${MAKE} ${MFLAGS}

clean: FRC
	rm -f *.[oa] *.out *errs
	for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done

FRC: