FreeCalypso > hg > fc-pcsc-tools
comparison Makefile @ 27:be946be3f9a7
top Makefile: add misc, fix dependency for uicc
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 12 Feb 2021 16:03:26 +0000 |
parents | 2e4d02c1ee2d |
children | f064dbcc5f41 |
comparison
equal
deleted
inserted
replaced
26:4bd6275d7c79 | 27:be946be3f9a7 |
---|---|
1 PROGDIR=simtool uicc | 1 PROGDIR=misc simtool uicc |
2 LIBDIR= libcommon | 2 LIBDIR= libcommon |
3 SUBDIR= ${PROGDIR} ${LIBDIR} | 3 SUBDIR= ${PROGDIR} ${LIBDIR} |
4 | 4 |
5 all: ${SUBDIR} | 5 all: ${SUBDIR} |
6 | 6 |
7 misc: libcommon | |
7 simtool: libcommon | 8 simtool: libcommon |
9 uicc: libcommon | |
8 | 10 |
9 ${SUBDIR}: FRC | 11 ${SUBDIR}: FRC |
10 cd $@; ${MAKE} ${MFLAGS} | 12 cd $@; ${MAKE} ${MFLAGS} |
11 | 13 |
12 clean: FRC | 14 clean: FRC |