-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsamples.mk
More file actions
174 lines (132 loc) · 6.33 KB
/
Copy pathsamples.mk
File metadata and controls
174 lines (132 loc) · 6.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
../samples/read.o: $(HEADERS) $(LIB)
read: ../samples/read.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/blockpermalock.o: $(HEADERS) $(LIB)
blockpermalock: ../samples/blockpermalock.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/blockwrite.o: $(HEADERS) $(LIB)
blockwrite: ../samples/blockwrite.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/embeddedreadtid.o: $(HEADERS) $(LIB)
embeddedreadtid: ../samples/embeddedreadtid.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/licensekey.o: $(HEADERS) $(LIB)
licensekey: ../samples/licensekey.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/multiprotocolread.o: $(HEADERS) $(LIB)
multiprotocolread: ../samples/multiprotocolread.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/savedconfig.o: $(HEADERS) $(LIB)
savedconfig: ../samples/savedconfig.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/writetag.o: $(HEADERS) $(LIB)
writetag: ../samples/writetag.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/readintoarray.o: $(HEADERS) $(LIB)
readintoarray: ../samples/readintoarray.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/readasync.o: $(HEADERS) $(LIB)
readasync: ../samples/readasync.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/multireadasync.o: $(HEADERS) $(LIB)
multireadasync: ../samples/multireadasync.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/demo.o: $(HEADERS) $(LIB)
demo: ../samples/demo.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lreadline -lpthread $(LTKC_LIBS)
../samples/filter.o: $(HEADERS) $(LIB)
filter: ../samples/filter.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/firmwareload.o: $(HEADERS) $(LIB)
firmwareload: ../samples/firmwareload.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
./samples/locktag.o: $(HEADERS) $(LIB)
locktag: ../samples/locktag.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/readasynctrack.o: $(HEADERS) $(LIB)
readasynctrack: ../samples/readasynctrack.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/readasyncfilter.o: $(HEADERS) $(LIB)
readasyncfilter: ../samples/readasyncfilter.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/readasyncfilter-ISO18k-6b.o: $(HEADERS) $(LIB)
readasyncfilter-ISO18k-6b: ../samples/readasyncfilter-ISO18k-6b.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/serialtime.o: $(HEADERS) $(LIB)
serialtime: ../samples/serialtime.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/fastid.o: $(HEADERS) $(LIB)
fastid: ../samples/fastid.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/tagdir.o: $(HEADERS) $(LIB)
tagdir: ../samples/tagdir.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/onreader-tagdir.o: $(HEADERS) $(LIB)
onreader-tagdir: ../samples/onreader-tagdir.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/denatranIAVcustomtagoperations.o: $(HEADERS) $(LIB)
denatranIAVcustomtagoperations: ../samples/denatranIAVcustomtagoperations.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/readerstats.o: $(HEADERS) $(LIB)
readerstats: ../samples/readerstats.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/readerInfo.o: $(HEADERS) $(LIB)
readerInfo: ../samples/readerInfo.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/antennalist.o: $(HEADERS) $(LIB)
antennalist: ../samples/antennalist.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/securereaddata.o: $(HEADERS) $(LIB)
securereaddata: ../samples/securereaddata.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/readstopTrigger.o: $(HEADERS) $(LIB)
readstopTrigger: ../samples/readstopTrigger.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/rebootReader.o: $(HEADERS) $(LIB)
rebootReader: ../samples/rebootReader.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/readasyncGPIOControl.o: $(HEADERS) $(LIB)
readasyncGPIOControl: ../samples/readasyncGPIOControl.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/readcustomtransport.o: $(HEADERS) $(LIB)
readcustomtransport: ../samples/readcustomtransport.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/savedreadplanconfig.o: $(HEADERS) $(LIB)
savedreadplanconfig: ../samples/savedreadplanconfig.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/loadsaveconfiguration.o: $(HEADERS) $(LIB)
loadsaveconfiguration: ../samples/loadsaveconfiguration.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/bap.o: $(HEADERS) $(LIB)
bap: ../samples/bap.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/readallmembanks-GEN2.o: $(HEADERS) $(LIB)
readallmembanks-GEN2: ../samples/readallmembanks-GEN2.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/gpiocommands.o: $(HEADERS) $(LIB)
gpiocommands: ../samples/gpiocommands.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/SL900Agetcalibrationdata.o: $(HEADERS) $(LIB)
SL900Agetcalibrationdata: ../samples/SL900Agetcalibrationdata.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/SL900Agetsensorvalue.o: $(HEADERS) $(LIB)
SL900Agetsensorvalue: ../samples/SL900Agetsensorvalue.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/SL900Asetcalibrationdata.o: $(HEADERS) $(LIB)
SL900Asetcalibrationdata: ../samples/SL900Asetcalibrationdata.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/SL900Asetsfeparameters.o: $(HEADERS) $(LIB)
SL900Asetsfeparameters: ../samples/SL900Asetsfeparameters.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/authenticate.o: $(HEADERS) $(LIB)
authenticate: ../samples/authenticate.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/readbuffer.o: $(HEADERS) $(LIB)
readbuffer: ../samples/readbuffer.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/untraceable.o: $(HEADERS) $(LIB)
untraceable: ../samples/untraceable.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)
../samples/autonomousmode.o: $(HEADERS) $(LIB)
autonomousmode: ../samples/autonomousmode.o $(LIB)
$(CC) $(CFLAGS) -o $@ $^ -lpthread $(LTKC_LIBS)