FreeCalypso > hg > fc-pcsc-tools
annotate offline/Makefile @ 229:ed8cb3c0d312 default tip
new README, indicating repository move
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Sun, 14 Mar 2021 18:26:13 +0000 | 
| parents | 0f96b5136541 | 
| children | 
| rev | line source | 
|---|---|
| 
1
 
2071b28cd0c7
simtool: first refactored version
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
1 CC= gcc | 
| 
163
 
4cd2023f56a6
sim-iccid-mkfull utility created, compiles
 
Mychaela Falconia <falcon@freecalypso.org> 
parents: 
157 
diff
changeset
 | 
2 CFLAGS= -O2 | 
| 
226
 
0f96b5136541
sws-email2db program written
 
Mychaela Falconia <falcon@freecalypso.org> 
parents: 
163 
diff
changeset
 | 
3 PROGS= sim-iccid-mkfull sws-email2db | 
| 
163
 
4cd2023f56a6
sim-iccid-mkfull utility created, compiles
 
Mychaela Falconia <falcon@freecalypso.org> 
parents: 
157 
diff
changeset
 | 
4 LIBS= ../libutil/libutil.a | 
| 
1
 
2071b28cd0c7
simtool: first refactored version
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
5 INSTBIN=/opt/freecalypso/bin | 
| 
 
2071b28cd0c7
simtool: first refactored version
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
6 | 
| 
26
 
4bd6275d7c79
fc-pcsc-atr trivial program added
 
Mychaela Falconia <falcon@freecalypso.org> 
parents: 
16 
diff
changeset
 | 
7 all: ${PROGS} | 
| 
1
 
2071b28cd0c7
simtool: first refactored version
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
8 | 
| 
163
 
4cd2023f56a6
sim-iccid-mkfull utility created, compiles
 
Mychaela Falconia <falcon@freecalypso.org> 
parents: 
157 
diff
changeset
 | 
9 sim-iccid-mkfull: sim-iccid-mkfull.o ${LIBS} | 
| 
 
4cd2023f56a6
sim-iccid-mkfull utility created, compiles
 
Mychaela Falconia <falcon@freecalypso.org> 
parents: 
157 
diff
changeset
 | 
10 ${CC} ${CFLAGS} -o $@ $@.o ${LIBS} | 
| 
31
 
be9984600bf8
fc-pcsc-list utility written
 
Mychaela Falconia <falcon@freecalypso.org> 
parents: 
26 
diff
changeset
 | 
11 | 
| 
226
 
0f96b5136541
sws-email2db program written
 
Mychaela Falconia <falcon@freecalypso.org> 
parents: 
163 
diff
changeset
 | 
12 sws-email2db: sws-email2db.c | 
| 
 
0f96b5136541
sws-email2db program written
 
Mychaela Falconia <falcon@freecalypso.org> 
parents: 
163 
diff
changeset
 | 
13 ${CC} ${CFLAGS} -o $@ $@.c | 
| 
 
0f96b5136541
sws-email2db program written
 
Mychaela Falconia <falcon@freecalypso.org> 
parents: 
163 
diff
changeset
 | 
14 | 
| 
1
 
2071b28cd0c7
simtool: first refactored version
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
15 install: | 
| 
 
2071b28cd0c7
simtool: first refactored version
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
16 mkdir -p ${INSTBIN} | 
| 
26
 
4bd6275d7c79
fc-pcsc-atr trivial program added
 
Mychaela Falconia <falcon@freecalypso.org> 
parents: 
16 
diff
changeset
 | 
17 install -c ${PROGS} ${INSTBIN} | 
| 
1
 
2071b28cd0c7
simtool: first refactored version
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
18 | 
| 
 
2071b28cd0c7
simtool: first refactored version
 
Mychaela Falconia <falcon@freecalypso.org> 
parents:  
diff
changeset
 | 
19 clean: | 
| 
26
 
4bd6275d7c79
fc-pcsc-atr trivial program added
 
Mychaela Falconia <falcon@freecalypso.org> 
parents: 
16 
diff
changeset
 | 
20 rm -f ${PROGS} *.o | 
