Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Side by Side Diff: src/tspi/Makefile.am

Issue 3581012: Upgrade from trousers 0.3.3 to 0.3.6 and from testsuite 0.2 to 0.3. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/trousers.git
Patch Set: git cl push Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/trspi/crypto/openssl/symmetric.c ('k') | src/tspi/obj_context.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 lib_LTLIBRARIES=libtspi.la 1 lib_LTLIBRARIES=libtspi.la
2 2
3 libtspi_la_LIBADD=../trspi/libtrousers.la 3 libtspi_la_LIBADD=${top_builddir}/src/trspi/libtrousers.la
4 4
5 # On setting -version-info, from the libtool manual: 5 # On setting -version-info, from the libtool manual:
6 # 6 #
7 # -version-info current:revision:age 7 # -version-info current:revision:age
8 # 8 #
9 # 1. Start with version information of 0:0:0 for each libtool library. 9 # 1. Start with version information of 0:0:0 for each libtool library.
10 # 2. Update the version information only immediately before a public release of your software. 10 # 2. Update the version information only immediately before a public release of your software.
11 # More frequent updates are unnecessary, and only guarantee that the current interface 11 # More frequent updates are unnecessary, and only guarantee that the current interface
12 # number gets larger faster. 12 # number gets larger faster.
13 # 3. If the library source code has changed at all since the last update, then i ncrement 13 # 3. If the library source code has changed at all since the last update, then i ncrement
14 # revision (c:r:a becomes c:r+1:a). 14 # revision (c:r:a becomes c:r+1:a).
15 # 4. If any interfaces have been added, removed, or changed since the last updat e, increment 15 # 4. If any interfaces have been added, removed, or changed since the last updat e, increment
16 # current, and set revision to 0. 16 # current, and set revision to 0.
17 # 5. If any interfaces have been added since the last public release, then incre ment age. 17 # 5. If any interfaces have been added since the last public release, then incre ment age.
18 # 6. If any interfaces have been removed since the last public release, then set age to 0. 18 # 6. If any interfaces have been removed since the last public release, then set age to 0.
19 19
20 libtspi_la_LDFLAGS=-version-info 2:4:1 -lpthread @CRYPTOLIB@ 20 libtspi_la_LDFLAGS=-version-info 2:3:1 -lpthread @CRYPTOLIB@
21 21
22 libtspi_la_CFLAGS=-I../include -DAPPID=\"TSPI\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PREFIX=\"@sysconfdir@\" 22 libtspi_la_CFLAGS=-I$(top_srcdir)/src/include -DAPPID=\"TSPI\" -DVAR_PREFIX=\"@l ocalstatedir@\" -DETC_PREFIX=\"@sysconfdir@\"
23 23
24 libtspi_la_SOURCES=log.c \ 24 libtspi_la_SOURCES=log.c \
25 spi_utils.c \ 25 spi_utils.c \
26 obj.c \ 26 obj.c \
27 obj_policy.c \ 27 obj_policy.c \
28 tsp_policy.c \ 28 tsp_policy.c \
29 obj_tpm.c \ 29 obj_tpm.c \
30 obj_context.c \ 30 obj_context.c \
31 tsp_context_mem.c \ 31 tsp_context_mem.c \
32 tspi_context.c \ 32 tspi_context.c \
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 endif 157 endif
158 if TSS_BUILD_PCR_EXTEND 158 if TSS_BUILD_PCR_EXTEND
159 libtspi_la_SOURCES+=tspi_pcr_extend.c tsp_pcr_extend.c rpc/@RPC@/rpc_pcr_extend. c 159 libtspi_la_SOURCES+=tspi_pcr_extend.c tsp_pcr_extend.c rpc/@RPC@/rpc_pcr_extend. c
160 libtspi_la_CFLAGS+=-DTSS_BUILD_PCR_EXTEND 160 libtspi_la_CFLAGS+=-DTSS_BUILD_PCR_EXTEND
161 endif 161 endif
162 if TSS_BUILD_SELFTEST 162 if TSS_BUILD_SELFTEST
163 libtspi_la_SOURCES+=tspi_selftest.c tsp_selftest.c rpc/@RPC@/rpc_selftest.c 163 libtspi_la_SOURCES+=tspi_selftest.c tsp_selftest.c rpc/@RPC@/rpc_selftest.c
164 libtspi_la_CFLAGS+=-DTSS_BUILD_SELFTEST 164 libtspi_la_CFLAGS+=-DTSS_BUILD_SELFTEST
165 endif 165 endif
166 if TSS_BUILD_DAA 166 if TSS_BUILD_DAA
167 libtspi_la_SOURCES+=tspi_daa.c tsp_daa.c obj_daacred.c obj_daaarakey.c obj_daais suerkey.c \ 167 libtspi_la_SOURCES+=tspi_daa.c tsp_daa.c \
168 rpc/@RPC@/rpc_daa.c \ 168 rpc/@RPC@/rpc_daa.c \
169 daa/daa_issuer/keypair_generator.c daa/daa_issuer/prime_gen. c \ 169 daa/daa_issuer/keypair_generator.c daa/daa_issuer/prime_gen. c \
170 daa/daa_issuer/key_correctness_proof.c daa/daa_platform/plat form.c \ 170 daa/daa_issuer/key_correctness_proof.c daa/daa_platform/plat form.c \
171 daa/daa_issuer/issuer_init.c daa/daa_issuer/issue_credential .c \ 171 daa/daa_issuer/issuer_init.c daa/daa_issuer/issue_credential .c \
172 daa/daa_verifier/verifier_transaction.c daa/daa_verifier/ver ifier.c \ 172 daa/daa_verifier/verifier_transaction.c daa/daa_verifier/ver ifier.c \
173 daa/daa_structs.c daa/daa_parameter.c daa/big_integer/bi_gmp .c \ 173 daa/daa_structs.c daa/daa_parameter.c daa/big_integer/bi_gmp .c \
174 daa/big_integer/bi_openssl.c daa/daa_anonymityrevocation/cse ncryption_result.c \ 174 daa/big_integer/bi_openssl.c daa/daa_anonymityrevocation/cse ncryption_result.c \
175 » » daa/daa_anonymityrevocation/authority.c daa/big_integer/bi.c daa/utils/list.c 175 » » daa/big_integer/bi.c daa/utils/list.c
176 libtspi_la_CFLAGS+=-DTSS_BUILD_DAA 176 libtspi_la_CFLAGS+=-DTSS_BUILD_DAA
177 endif 177 endif
178 if TSS_BUILD_GET_FLAGS 178 if TSS_BUILD_GET_FLAGS
179 libtspi_la_SOURCES+=tsp_get_flags.c 179 libtspi_la_SOURCES+=tsp_get_flags.c
180 endif 180 endif
181 if TSS_BUILD_PCRS_LIST 181 if TSS_BUILD_PCRS_LIST
182 libtspi_la_SOURCES+=obj_pcrs.c tsp_pcr.c 182 libtspi_la_SOURCES+=obj_pcrs.c tsp_pcr.c
183 libtspi_la_CFLAGS+=-DTSS_BUILD_PCRS_LIST 183 libtspi_la_CFLAGS+=-DTSS_BUILD_PCRS_LIST
184 endif 184 endif
185 if TSS_BUILD_HASH_LIST 185 if TSS_BUILD_HASH_LIST
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 libtspi_la_CFLAGS+=-DTSS_BUILD_NV 226 libtspi_la_CFLAGS+=-DTSS_BUILD_NV
227 endif 227 endif
228 if TSS_BUILD_DELEGATION 228 if TSS_BUILD_DELEGATION
229 libtspi_la_SOURCES+=tspi_delegate.c tsp_delegate.c obj_delfamily.c rpc/@RPC@/rpc _delegate.c 229 libtspi_la_SOURCES+=tspi_delegate.c tsp_delegate.c obj_delfamily.c rpc/@RPC@/rpc _delegate.c
230 libtspi_la_CFLAGS+=-DTSS_BUILD_DELEGATION 230 libtspi_la_CFLAGS+=-DTSS_BUILD_DELEGATION
231 endif 231 endif
232 if TSS_BUILD_CMK 232 if TSS_BUILD_CMK
233 libtspi_la_SOURCES+=tspi_cmk.c obj_migdata.c rpc/@RPC@/rpc_cmk.c 233 libtspi_la_SOURCES+=tspi_cmk.c obj_migdata.c rpc/@RPC@/rpc_cmk.c
234 libtspi_la_CFLAGS+=-DTSS_BUILD_CMK 234 libtspi_la_CFLAGS+=-DTSS_BUILD_CMK
235 endif 235 endif
OLDNEW
« no previous file with comments | « src/trspi/crypto/openssl/symmetric.c ('k') | src/tspi/obj_context.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698