FreeCalypso > hg > fc-pcsc-tools
annotate Makefile @ 175:eb660497f888
scripts/grcard2-read-all added to collection
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 02 Mar 2021 04:46:21 +0000 |
| parents | e6263e1b16f8 |
| children | 123dc7370581 |
| rev | line source |
|---|---|
|
163
4cd2023f56a6
sim-iccid-mkfull utility created, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
157
diff
changeset
|
1 PROGDIR=misc offline simtool uicc |
|
157
f064dbcc5f41
libutil split from libcommon
Mychaela Falconia <falcon@freecalypso.org>
parents:
27
diff
changeset
|
2 LIBDIR= libcommon libutil |
| 2 | 3 SUBDIR= ${PROGDIR} ${LIBDIR} |
| 4 | |
| 5 all: ${SUBDIR} | |
| 6 | |
|
164
e6263e1b16f8
misc programs don't depend on libutil after the split
Mychaela Falconia <falcon@freecalypso.org>
parents:
163
diff
changeset
|
7 misc: libcommon |
|
163
4cd2023f56a6
sim-iccid-mkfull utility created, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
157
diff
changeset
|
8 offline: libutil |
|
157
f064dbcc5f41
libutil split from libcommon
Mychaela Falconia <falcon@freecalypso.org>
parents:
27
diff
changeset
|
9 simtool: libcommon libutil |
|
f064dbcc5f41
libutil split from libcommon
Mychaela Falconia <falcon@freecalypso.org>
parents:
27
diff
changeset
|
10 uicc: libcommon libutil |
| 2 | 11 |
| 12 ${SUBDIR}: FRC | |
| 13 cd $@; ${MAKE} ${MFLAGS} | |
| 14 | |
| 15 clean: FRC | |
| 16 rm -f a.out core errs | |
| 17 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | |
| 18 | |
| 19 install: FRC | |
| 20 for i in ${PROGDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done | |
| 21 | |
| 22 FRC: |
