comparison target-utils/Makefile @ 75:c9768f5fb329

target-utils: pirexplore added to top level Makefile
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 28 Jul 2013 01:30:22 +0000
parents 5b3d7398d2d9
children 02ece4d8c755
comparison
equal deleted inserted replaced
74:8138a6380ae3 75:c9768f5fb329
1 PROGS= helloapp loadagent 1 PROGS= helloapp loadagent pirexplore
2 LIBS= libcommon libload libprintf 2 LIBS= libcommon libload libprintf
3 SUBDIR= ${PROGS} ${LIBS} 3 SUBDIR= ${PROGS} ${LIBS}
4 4
5 default: loadagent 5 default: loadagent
6 all: ${PROGS} 6 all: ${PROGS}
7 7
8 helloapp: libcommon libprintf 8 helloapp: libcommon libprintf
9 loadagent: libcommon libload libprintf 9 loadagent: libcommon libload libprintf
10 pirexplore: libcommon libprintf
10 11
11 ${SUBDIR}: FRC 12 ${SUBDIR}: FRC
12 cd $@; make ${MFLAGS} 13 cd $@; make ${MFLAGS}
13 14
14 clean: FRC 15 clean: FRC