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

Side by Side Diff: src/tcs/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/include/tss/tss_defines.h ('k') | src/tcs/log.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 noinst_LIBRARIES=libtcs.a 1 noinst_LIBRARIES=libtcs.a
2 2
3 libtcs_a_LIBADD=../tddl/libtddl.a 3 CFLAGS+=-I${top_srcdir}/src/include
4 libtcs_a_LIBADD=${top_builddir}/src/tddl/libtddl.a
4 libtcs_a_CFLAGS=-DAPPID=\"TCSD\ TCS\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PRE FIX=\"@sysconfdir@\" 5 libtcs_a_CFLAGS=-DAPPID=\"TCSD\ TCS\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PRE FIX=\"@sysconfdir@\"
5 6
6 libtcs_a_SOURCES=log.c \ 7 libtcs_a_SOURCES=log.c \
7 tcs_caps.c \ 8 tcs_caps.c \
8 tcs_req_mgr.c \ 9 tcs_req_mgr.c \
9 tcs_context.c \ 10 tcs_context.c \
10 tcsi_context.c \ 11 tcsi_context.c \
11 tcs_utils.c \ 12 tcs_utils.c \
12 rpc/@RPC@/rpc.c rpc/@RPC@/rpc_context.c \ 13 rpc/@RPC@/rpc.c rpc/@RPC@/rpc_context.c \
13 tcsi_caps_tpm.c rpc/@RPC@/rpc_caps_tpm.c \ 14 tcsi_caps_tpm.c rpc/@RPC@/rpc_caps_tpm.c \
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 libtcs_a_CFLAGS+=-DTSS_BUILD_DELEGATION 133 libtcs_a_CFLAGS+=-DTSS_BUILD_DELEGATION
133 endif 134 endif
134 if TSS_BUILD_QUOTE2 135 if TSS_BUILD_QUOTE2
135 libtcs_a_SOURCES+=tcsi_quote2.c tcs_quote2.c rpc/@RPC@/rpc_quote2.c 136 libtcs_a_SOURCES+=tcsi_quote2.c tcs_quote2.c rpc/@RPC@/rpc_quote2.c
136 libtcs_a_CFLAGS+=-DTSS_BUILD_QUOTE2 137 libtcs_a_CFLAGS+=-DTSS_BUILD_QUOTE2
137 endif 138 endif
138 if TSS_BUILD_CMK 139 if TSS_BUILD_CMK
139 libtcs_a_SOURCES+=tcsi_cmk.c rpc/@RPC@/rpc_cmk.c 140 libtcs_a_SOURCES+=tcsi_cmk.c rpc/@RPC@/rpc_cmk.c
140 libtcs_a_CFLAGS+=-DTSS_BUILD_CMK 141 libtcs_a_CFLAGS+=-DTSS_BUILD_CMK
141 endif 142 endif
OLDNEW
« no previous file with comments | « src/include/tss/tss_defines.h ('k') | src/tcs/log.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698