comparison gsm-fw/gpf/Makefile @ 483:13428351b82c

GPF library build
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 29 Jun 2014 08:04:51 +0000
parents 42bc1d7068ac
children 890ffca53a09
comparison
equal deleted inserted replaced
482:9d80090a9e0c 483:13428351b82c
1 SUBDIR= frame misc osl tst_drv tst_pei 1 LIBCOMP=frame misc osl tst_drv tst_pei
2 SUBDIR= ${LIBCOMP} libs
2 3
3 all: ${SUBDIR} 4 all: ${SUBDIR}
5
6 libs: ${LIBCOMP}
4 7
5 ${SUBDIR}: FRC 8 ${SUBDIR}: FRC
6 cd $@; ${MAKE} ${MFLAGS} 9 cd $@; ${MAKE} ${MFLAGS}
7 10
8 clean: FRC 11 clean: FRC