Makefile.in revision 1.1
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#
19# Makefile.am
20#
21#       The Initial Developer of the Original Code is International
22#       Business Machines Corporation. Portions created by IBM
23#       Corporation are Copyright (C) 2005, 2006 International Business
24#       Machines Corporation. All Rights Reserved.
25#
26#       This program is free software; you can redistribute it and/or modify
27#       it under the terms of the Common Public License as published by
28#       IBM Corporation; either version 1 of the License, or (at your option)
29#       any later version.
30#
31#       This program is distributed in the hope that it will be useful,
32#       but WITHOUT ANY WARRANTY; without even the implied warranty of
33#       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34#       Common Public License for more details.
35#
36#       You should have received a copy of the Common Public License
37#       along with this program; if not, a copy can be viewed at
38#       http://www.opensource.org/licenses/cpl1.0.php.
39#
40
41
42VPATH = @srcdir@
43pkgdatadir = $(datadir)/@PACKAGE@
44pkgincludedir = $(includedir)/@PACKAGE@
45pkglibdir = $(libdir)/@PACKAGE@
46pkglibexecdir = $(libexecdir)/@PACKAGE@
47am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48install_sh_DATA = $(install_sh) -c -m 644
49install_sh_PROGRAM = $(install_sh) -c
50install_sh_SCRIPT = $(install_sh) -c
51INSTALL_HEADER = $(INSTALL_DATA)
52transform = $(program_transform_name)
53NORMAL_INSTALL = :
54PRE_INSTALL = :
55POST_INSTALL = :
56NORMAL_UNINSTALL = :
57PRE_UNINSTALL = :
58POST_UNINSTALL = :
59build_triplet = @build@
60host_triplet = @host@
61target_triplet = @target@
62noinst_PROGRAMS = tpm_startup$(EXEEXT) tpm_reset$(EXEEXT)
63sbin_PROGRAMS = tpm_changeownerauth$(EXEEXT) tpm_clear$(EXEEXT) \
64	tpm_createek$(EXEEXT) tpm_getpubek$(EXEEXT) \
65	tpm_restrictpubek$(EXEEXT) tpm_setactive$(EXEEXT) \
66	tpm_setenable$(EXEEXT) tpm_setclearable$(EXEEXT) \
67	tpm_setownable$(EXEEXT) tpm_setpresence$(EXEEXT) \
68	tpm_takeownership$(EXEEXT) tpm_version$(EXEEXT) \
69	tpm_selftest$(EXEEXT) $(am__EXEEXT_1)
70@TSS_LIB_IS_12_TRUE@am__append_1 = tpm_nvdefine    \
71@TSS_LIB_IS_12_TRUE@			tpm_nvinfo      \
72@TSS_LIB_IS_12_TRUE@			tpm_nvread      \
73@TSS_LIB_IS_12_TRUE@			tpm_nvrelease   \
74@TSS_LIB_IS_12_TRUE@			tpm_nvwrite     \
75@TSS_LIB_IS_12_TRUE@			tpm_resetdalock \
76@TSS_LIB_IS_12_TRUE@			tpm_restrictsrk \
77@TSS_LIB_IS_12_TRUE@			tpm_revokeek \
78@TSS_LIB_IS_12_TRUE@			tpm_setoperatorauth
79
80subdir = src/tpm_mgmt
81DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
82	$(srcdir)/Makefile.in
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
85	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
86	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
87	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
88	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
89	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
90	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
91	$(top_srcdir)/configure.in
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93	$(ACLOCAL_M4)
94mkinstalldirs = $(install_sh) -d
95CONFIG_HEADER = $(top_builddir)/config.h
96CONFIG_CLEAN_FILES =
97CONFIG_CLEAN_VPATH_FILES =
98@TSS_LIB_IS_12_TRUE@am__EXEEXT_1 = tpm_nvdefine$(EXEEXT) \
99@TSS_LIB_IS_12_TRUE@	tpm_nvinfo$(EXEEXT) tpm_nvread$(EXEEXT) \
100@TSS_LIB_IS_12_TRUE@	tpm_nvrelease$(EXEEXT) \
101@TSS_LIB_IS_12_TRUE@	tpm_nvwrite$(EXEEXT) \
102@TSS_LIB_IS_12_TRUE@	tpm_resetdalock$(EXEEXT) \
103@TSS_LIB_IS_12_TRUE@	tpm_restrictsrk$(EXEEXT) \
104@TSS_LIB_IS_12_TRUE@	tpm_revokeek$(EXEEXT) \
105@TSS_LIB_IS_12_TRUE@	tpm_setoperatorauth$(EXEEXT)
106am__installdirs = "$(DESTDIR)$(sbindir)"
107PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
108am_tpm_changeownerauth_OBJECTS = tpm_changeauth.$(OBJEXT)
109tpm_changeownerauth_OBJECTS = $(am_tpm_changeownerauth_OBJECTS)
110tpm_changeownerauth_LDADD = $(LDADD)
111tpm_changeownerauth_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
112am_tpm_clear_OBJECTS = tpm_clear.$(OBJEXT)
113tpm_clear_OBJECTS = $(am_tpm_clear_OBJECTS)
114tpm_clear_LDADD = $(LDADD)
115tpm_clear_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
116am_tpm_createek_OBJECTS = tpm_createek.$(OBJEXT)
117tpm_createek_OBJECTS = $(am_tpm_createek_OBJECTS)
118tpm_createek_LDADD = $(LDADD)
119tpm_createek_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
120am_tpm_getpubek_OBJECTS = tpm_getpubek.$(OBJEXT)
121tpm_getpubek_OBJECTS = $(am_tpm_getpubek_OBJECTS)
122tpm_getpubek_LDADD = $(LDADD)
123tpm_getpubek_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
124am_tpm_nvdefine_OBJECTS = tpm_nvdefine.$(OBJEXT) \
125	tpm_nvcommon.$(OBJEXT)
126tpm_nvdefine_OBJECTS = $(am_tpm_nvdefine_OBJECTS)
127tpm_nvdefine_LDADD = $(LDADD)
128tpm_nvdefine_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
129am_tpm_nvinfo_OBJECTS = tpm_nvinfo.$(OBJEXT) tpm_nvcommon.$(OBJEXT)
130tpm_nvinfo_OBJECTS = $(am_tpm_nvinfo_OBJECTS)
131tpm_nvinfo_LDADD = $(LDADD)
132tpm_nvinfo_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
133am_tpm_nvread_OBJECTS = tpm_nvread.$(OBJEXT) tpm_nvcommon.$(OBJEXT)
134tpm_nvread_OBJECTS = $(am_tpm_nvread_OBJECTS)
135tpm_nvread_LDADD = $(LDADD)
136tpm_nvread_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
137am_tpm_nvrelease_OBJECTS = tpm_nvrelease.$(OBJEXT) \
138	tpm_nvcommon.$(OBJEXT)
139tpm_nvrelease_OBJECTS = $(am_tpm_nvrelease_OBJECTS)
140tpm_nvrelease_LDADD = $(LDADD)
141tpm_nvrelease_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
142am_tpm_nvwrite_OBJECTS = tpm_nvwrite.$(OBJEXT) tpm_nvcommon.$(OBJEXT)
143tpm_nvwrite_OBJECTS = $(am_tpm_nvwrite_OBJECTS)
144tpm_nvwrite_LDADD = $(LDADD)
145tpm_nvwrite_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
146am_tpm_reset_OBJECTS = tpm_reset.$(OBJEXT)
147tpm_reset_OBJECTS = $(am_tpm_reset_OBJECTS)
148tpm_reset_LDADD = $(LDADD)
149tpm_reset_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
150am_tpm_resetdalock_OBJECTS = tpm_resetdalock.$(OBJEXT)
151tpm_resetdalock_OBJECTS = $(am_tpm_resetdalock_OBJECTS)
152tpm_resetdalock_LDADD = $(LDADD)
153tpm_resetdalock_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
154am_tpm_restrictpubek_OBJECTS = tpm_restrictpubek.$(OBJEXT)
155tpm_restrictpubek_OBJECTS = $(am_tpm_restrictpubek_OBJECTS)
156tpm_restrictpubek_LDADD = $(LDADD)
157tpm_restrictpubek_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
158am_tpm_restrictsrk_OBJECTS = tpm_restrictsrk.$(OBJEXT)
159tpm_restrictsrk_OBJECTS = $(am_tpm_restrictsrk_OBJECTS)
160tpm_restrictsrk_LDADD = $(LDADD)
161tpm_restrictsrk_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
162am_tpm_revokeek_OBJECTS = tpm_revokeek.$(OBJEXT)
163tpm_revokeek_OBJECTS = $(am_tpm_revokeek_OBJECTS)
164tpm_revokeek_LDADD = $(LDADD)
165tpm_revokeek_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
166am_tpm_selftest_OBJECTS = tpm_selftest.$(OBJEXT)
167tpm_selftest_OBJECTS = $(am_tpm_selftest_OBJECTS)
168tpm_selftest_LDADD = $(LDADD)
169tpm_selftest_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
170am_tpm_setactive_OBJECTS = tpm_activate.$(OBJEXT)
171tpm_setactive_OBJECTS = $(am_tpm_setactive_OBJECTS)
172tpm_setactive_LDADD = $(LDADD)
173tpm_setactive_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
174am_tpm_setclearable_OBJECTS = tpm_clearable.$(OBJEXT)
175tpm_setclearable_OBJECTS = $(am_tpm_setclearable_OBJECTS)
176tpm_setclearable_LDADD = $(LDADD)
177tpm_setclearable_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
178am_tpm_setenable_OBJECTS = tpm_enable.$(OBJEXT)
179tpm_setenable_OBJECTS = $(am_tpm_setenable_OBJECTS)
180tpm_setenable_LDADD = $(LDADD)
181tpm_setenable_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
182am_tpm_setoperatorauth_OBJECTS = tpm_setoperatorauth.$(OBJEXT)
183tpm_setoperatorauth_OBJECTS = $(am_tpm_setoperatorauth_OBJECTS)
184tpm_setoperatorauth_LDADD = $(LDADD)
185tpm_setoperatorauth_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
186am_tpm_setownable_OBJECTS = tpm_ownable.$(OBJEXT)
187tpm_setownable_OBJECTS = $(am_tpm_setownable_OBJECTS)
188tpm_setownable_LDADD = $(LDADD)
189tpm_setownable_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
190am_tpm_setpresence_OBJECTS = tpm_present.$(OBJEXT)
191tpm_setpresence_OBJECTS = $(am_tpm_setpresence_OBJECTS)
192tpm_setpresence_LDADD = $(LDADD)
193tpm_setpresence_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
194am_tpm_startup_OBJECTS = tpm_startup.$(OBJEXT)
195tpm_startup_OBJECTS = $(am_tpm_startup_OBJECTS)
196tpm_startup_LDADD = $(LDADD)
197tpm_startup_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
198am_tpm_takeownership_OBJECTS = tpm_takeownership.$(OBJEXT)
199tpm_takeownership_OBJECTS = $(am_tpm_takeownership_OBJECTS)
200tpm_takeownership_LDADD = $(LDADD)
201tpm_takeownership_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
202am_tpm_version_OBJECTS = tpm_version.$(OBJEXT)
203tpm_version_OBJECTS = $(am_tpm_version_OBJECTS)
204tpm_version_LDADD = $(LDADD)
205tpm_version_DEPENDENCIES = $(top_builddir)/lib/libtpm_tspi.la
206DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
207depcomp = $(SHELL) $(top_srcdir)/depcomp
208am__depfiles_maybe = depfiles
209am__mv = mv -f
210COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
211	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
212LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
213	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
214	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
215CCLD = $(CC)
216LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
217	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
218	$(LDFLAGS) -o $@
219SOURCES = $(tpm_changeownerauth_SOURCES) $(tpm_clear_SOURCES) \
220	$(tpm_createek_SOURCES) $(tpm_getpubek_SOURCES) \
221	$(tpm_nvdefine_SOURCES) $(tpm_nvinfo_SOURCES) \
222	$(tpm_nvread_SOURCES) $(tpm_nvrelease_SOURCES) \
223	$(tpm_nvwrite_SOURCES) $(tpm_reset_SOURCES) \
224	$(tpm_resetdalock_SOURCES) $(tpm_restrictpubek_SOURCES) \
225	$(tpm_restrictsrk_SOURCES) $(tpm_revokeek_SOURCES) \
226	$(tpm_selftest_SOURCES) $(tpm_setactive_SOURCES) \
227	$(tpm_setclearable_SOURCES) $(tpm_setenable_SOURCES) \
228	$(tpm_setoperatorauth_SOURCES) $(tpm_setownable_SOURCES) \
229	$(tpm_setpresence_SOURCES) $(tpm_startup_SOURCES) \
230	$(tpm_takeownership_SOURCES) $(tpm_version_SOURCES)
231DIST_SOURCES = $(tpm_changeownerauth_SOURCES) $(tpm_clear_SOURCES) \
232	$(tpm_createek_SOURCES) $(tpm_getpubek_SOURCES) \
233	$(tpm_nvdefine_SOURCES) $(tpm_nvinfo_SOURCES) \
234	$(tpm_nvread_SOURCES) $(tpm_nvrelease_SOURCES) \
235	$(tpm_nvwrite_SOURCES) $(tpm_reset_SOURCES) \
236	$(tpm_resetdalock_SOURCES) $(tpm_restrictpubek_SOURCES) \
237	$(tpm_restrictsrk_SOURCES) $(tpm_revokeek_SOURCES) \
238	$(tpm_selftest_SOURCES) $(tpm_setactive_SOURCES) \
239	$(tpm_setclearable_SOURCES) $(tpm_setenable_SOURCES) \
240	$(tpm_setoperatorauth_SOURCES) $(tpm_setownable_SOURCES) \
241	$(tpm_setpresence_SOURCES) $(tpm_startup_SOURCES) \
242	$(tpm_takeownership_SOURCES) $(tpm_version_SOURCES)
243HEADERS = $(noinst_HEADERS)
244ETAGS = etags
245CTAGS = ctags
246DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
247ACLOCAL = @ACLOCAL@
248AMTAR = @AMTAR@
249AR = @AR@
250AUTOCONF = @AUTOCONF@
251AUTOHEADER = @AUTOHEADER@
252AUTOMAKE = @AUTOMAKE@
253AWK = @AWK@
254CC = @CC@
255CCDEPMODE = @CCDEPMODE@
256CFLAGS = @CFLAGS@
257COPY = @COPY@
258CPP = @CPP@
259CPPFLAGS = @CPPFLAGS@
260CYGPATH_W = @CYGPATH_W@
261DEFS = @DEFS@
262DEPDIR = @DEPDIR@
263DLLTOOL = @DLLTOOL@
264DSYMUTIL = @DSYMUTIL@
265DUMPBIN = @DUMPBIN@
266ECHO = @ECHO@
267ECHO_C = @ECHO_C@
268ECHO_N = @ECHO_N@
269ECHO_T = @ECHO_T@
270EGREP = @EGREP@
271EXEEXT = @EXEEXT@
272FGREP = @FGREP@
273GMSGFMT = @GMSGFMT@
274GMSGFMT_015 = @GMSGFMT_015@
275GREP = @GREP@
276INSTALL = @INSTALL@
277INSTALL_DATA = @INSTALL_DATA@
278INSTALL_PROGRAM = @INSTALL_PROGRAM@
279INSTALL_SCRIPT = @INSTALL_SCRIPT@
280INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
281INTLLIBS = @INTLLIBS@
282INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
283LD = @LD@
284LDFLAGS = @LDFLAGS@
285LIBICONV = @LIBICONV@
286LIBINTL = @LIBINTL@
287LIBOBJS = @LIBOBJS@
288LIBS = @LIBS@
289LIBTOOL = @LIBTOOL@
290LIPO = @LIPO@
291LN_S = @LN_S@
292LTLIBICONV = @LTLIBICONV@
293LTLIBINTL = @LTLIBINTL@
294LTLIBOBJS = @LTLIBOBJS@
295MAKEINFO = @MAKEINFO@
296MANIFEST_TOOL = @MANIFEST_TOOL@
297MKDIR = @MKDIR@
298MKDIR_P = @MKDIR_P@
299MSGFMT = @MSGFMT@
300MSGFMT_015 = @MSGFMT_015@
301MSGMERGE = @MSGMERGE@
302NM = @NM@
303NMEDIT = @NMEDIT@
304OBJDUMP = @OBJDUMP@
305OBJEXT = @OBJEXT@
306OPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@
307OTOOL = @OTOOL@
308OTOOL64 = @OTOOL64@
309PACKAGE = @PACKAGE@
310PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
311PACKAGE_NAME = @PACKAGE_NAME@
312PACKAGE_STRING = @PACKAGE_STRING@
313PACKAGE_TARNAME = @PACKAGE_TARNAME@
314PACKAGE_URL = @PACKAGE_URL@
315PACKAGE_VERSION = @PACKAGE_VERSION@
316PATH_SEPARATOR = @PATH_SEPARATOR@
317POSUB = @POSUB@
318RANLIB = @RANLIB@
319RM = @RM@
320SED = @SED@
321SET_MAKE = @SET_MAKE@
322SHELL = @SHELL@
323STRIP = @STRIP@
324USE_NLS = @USE_NLS@
325VERSION = @VERSION@
326XGETTEXT = @XGETTEXT@
327XGETTEXT_015 = @XGETTEXT_015@
328abs_builddir = @abs_builddir@
329abs_srcdir = @abs_srcdir@
330abs_top_builddir = @abs_top_builddir@
331abs_top_srcdir = @abs_top_srcdir@
332ac_ct_AR = @ac_ct_AR@
333ac_ct_CC = @ac_ct_CC@
334ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
335am__include = @am__include@
336am__leading_dot = @am__leading_dot@
337am__quote = @am__quote@
338am__tar = @am__tar@
339am__untar = @am__untar@
340bindir = @bindir@
341build = @build@
342build_alias = @build_alias@
343build_cpu = @build_cpu@
344build_os = @build_os@
345build_vendor = @build_vendor@
346builddir = @builddir@
347datadir = @datadir@
348datarootdir = @datarootdir@
349docdir = @docdir@
350dvidir = @dvidir@
351exec_prefix = @exec_prefix@
352host = @host@
353host_alias = @host_alias@
354host_cpu = @host_cpu@
355host_os = @host_os@
356host_vendor = @host_vendor@
357htmldir = @htmldir@
358includedir = @includedir@
359infodir = @infodir@
360install_sh = @install_sh@
361libdir = @libdir@
362libexecdir = @libexecdir@
363localedir = @localedir@
364localstatedir = @localstatedir@
365mandir = @mandir@
366mkdir_p = @mkdir_p@
367oldincludedir = @oldincludedir@
368pdfdir = @pdfdir@
369prefix = @prefix@
370program_transform_name = @program_transform_name@
371psdir = @psdir@
372sbindir = @sbindir@
373sharedstatedir = @sharedstatedir@
374srcdir = @srcdir@
375sysconfdir = @sysconfdir@
376target = @target@
377target_alias = @target_alias@
378target_cpu = @target_cpu@
379target_os = @target_os@
380target_vendor = @target_vendor@
381top_build_prefix = @top_build_prefix@
382top_builddir = @top_builddir@
383top_srcdir = @top_srcdir@
384noinst_HEADERS = tpm_nvcommon.h
385@TSS_LIB_IS_12_FALSE@AM_CPPFLAGS = -I$(top_srcdir)/include -D_LINUX
386@TSS_LIB_IS_12_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/include -D_LINUX -DTSS_LIB_IS_12
387LDADD = $(top_builddir)/lib/libtpm_tspi.la -ltspi
388tpm_startup_SOURCES = tpm_startup.c
389tpm_reset_SOURCES = tpm_reset.c
390tpm_changeownerauth_SOURCES = tpm_changeauth.c
391tpm_clear_SOURCES = tpm_clear.c
392tpm_createek_SOURCES = tpm_createek.c
393tpm_getpubek_SOURCES = tpm_getpubek.c
394tpm_nvdefine_SOURCES = tpm_nvdefine.c tpm_nvcommon.c
395tpm_nvinfo_SOURCES = tpm_nvinfo.c tpm_nvcommon.c
396tpm_nvrelease_SOURCES = tpm_nvrelease.c tpm_nvcommon.c
397tpm_nvread_SOURCES = tpm_nvread.c tpm_nvcommon.c
398tpm_nvwrite_SOURCES = tpm_nvwrite.c tpm_nvcommon.c
399tpm_restrictpubek_SOURCES = tpm_restrictpubek.c
400tpm_setactive_SOURCES = tpm_activate.c
401tpm_setclearable_SOURCES = tpm_clearable.c
402tpm_setenable_SOURCES = tpm_enable.c
403tpm_setownable_SOURCES = tpm_ownable.c
404tpm_setpresence_SOURCES = tpm_present.c
405tpm_takeownership_SOURCES = tpm_takeownership.c
406tpm_version_SOURCES = tpm_version.c
407tpm_selftest_SOURCES = tpm_selftest.c
408tpm_revokeek_SOURCES = tpm_revokeek.c
409tpm_setoperatorauth_SOURCES = tpm_setoperatorauth.c
410tpm_resetdalock_SOURCES = tpm_resetdalock.c
411tpm_restrictsrk_SOURCES = tpm_restrictsrk.c
412all: all-am
413
414.SUFFIXES:
415.SUFFIXES: .c .lo .o .obj
416$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
417	@for dep in $?; do \
418	  case '$(am__configure_deps)' in \
419	    *$$dep*) \
420	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
421	        && { if test -f $@; then exit 0; else break; fi; }; \
422	      exit 1;; \
423	  esac; \
424	done; \
425	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tpm_mgmt/Makefile'; \
426	$(am__cd) $(top_srcdir) && \
427	  $(AUTOMAKE) --foreign src/tpm_mgmt/Makefile
428.PRECIOUS: Makefile
429Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
430	@case '$?' in \
431	  *config.status*) \
432	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
433	  *) \
434	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
435	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
436	esac;
437
438$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
439	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
440
441$(top_srcdir)/configure:  $(am__configure_deps)
442	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
443$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
444	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
445$(am__aclocal_m4_deps):
446
447clean-noinstPROGRAMS:
448	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
449	echo " rm -f" $$list; \
450	rm -f $$list || exit $$?; \
451	test -n "$(EXEEXT)" || exit 0; \
452	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
453	echo " rm -f" $$list; \
454	rm -f $$list
455install-sbinPROGRAMS: $(sbin_PROGRAMS)
456	@$(NORMAL_INSTALL)
457	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
458	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
459	for p in $$list; do echo "$$p $$p"; done | \
460	sed 's/$(EXEEXT)$$//' | \
461	while read p p1; do if test -f $$p || test -f $$p1; \
462	  then echo "$$p"; echo "$$p"; else :; fi; \
463	done | \
464	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
465	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
466	sed 'N;N;N;s,\n, ,g' | \
467	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
468	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
469	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
470	    else { print "f", $$3 "/" $$4, $$1; } } \
471	  END { for (d in files) print "f", d, files[d] }' | \
472	while read type dir files; do \
473	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
474	    test -z "$$files" || { \
475	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
476	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
477	    } \
478	; done
479
480uninstall-sbinPROGRAMS:
481	@$(NORMAL_UNINSTALL)
482	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
483	files=`for p in $$list; do echo "$$p"; done | \
484	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
485	      -e 's/$$/$(EXEEXT)/' `; \
486	test -n "$$list" || exit 0; \
487	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
488	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
489
490clean-sbinPROGRAMS:
491	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
492	echo " rm -f" $$list; \
493	rm -f $$list || exit $$?; \
494	test -n "$(EXEEXT)" || exit 0; \
495	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
496	echo " rm -f" $$list; \
497	rm -f $$list
498tpm_changeownerauth$(EXEEXT): $(tpm_changeownerauth_OBJECTS) $(tpm_changeownerauth_DEPENDENCIES) 
499	@rm -f tpm_changeownerauth$(EXEEXT)
500	$(LINK) $(tpm_changeownerauth_OBJECTS) $(tpm_changeownerauth_LDADD) $(LIBS)
501tpm_clear$(EXEEXT): $(tpm_clear_OBJECTS) $(tpm_clear_DEPENDENCIES) 
502	@rm -f tpm_clear$(EXEEXT)
503	$(LINK) $(tpm_clear_OBJECTS) $(tpm_clear_LDADD) $(LIBS)
504tpm_createek$(EXEEXT): $(tpm_createek_OBJECTS) $(tpm_createek_DEPENDENCIES) 
505	@rm -f tpm_createek$(EXEEXT)
506	$(LINK) $(tpm_createek_OBJECTS) $(tpm_createek_LDADD) $(LIBS)
507tpm_getpubek$(EXEEXT): $(tpm_getpubek_OBJECTS) $(tpm_getpubek_DEPENDENCIES) 
508	@rm -f tpm_getpubek$(EXEEXT)
509	$(LINK) $(tpm_getpubek_OBJECTS) $(tpm_getpubek_LDADD) $(LIBS)
510tpm_nvdefine$(EXEEXT): $(tpm_nvdefine_OBJECTS) $(tpm_nvdefine_DEPENDENCIES) 
511	@rm -f tpm_nvdefine$(EXEEXT)
512	$(LINK) $(tpm_nvdefine_OBJECTS) $(tpm_nvdefine_LDADD) $(LIBS)
513tpm_nvinfo$(EXEEXT): $(tpm_nvinfo_OBJECTS) $(tpm_nvinfo_DEPENDENCIES) 
514	@rm -f tpm_nvinfo$(EXEEXT)
515	$(LINK) $(tpm_nvinfo_OBJECTS) $(tpm_nvinfo_LDADD) $(LIBS)
516tpm_nvread$(EXEEXT): $(tpm_nvread_OBJECTS) $(tpm_nvread_DEPENDENCIES) 
517	@rm -f tpm_nvread$(EXEEXT)
518	$(LINK) $(tpm_nvread_OBJECTS) $(tpm_nvread_LDADD) $(LIBS)
519tpm_nvrelease$(EXEEXT): $(tpm_nvrelease_OBJECTS) $(tpm_nvrelease_DEPENDENCIES) 
520	@rm -f tpm_nvrelease$(EXEEXT)
521	$(LINK) $(tpm_nvrelease_OBJECTS) $(tpm_nvrelease_LDADD) $(LIBS)
522tpm_nvwrite$(EXEEXT): $(tpm_nvwrite_OBJECTS) $(tpm_nvwrite_DEPENDENCIES) 
523	@rm -f tpm_nvwrite$(EXEEXT)
524	$(LINK) $(tpm_nvwrite_OBJECTS) $(tpm_nvwrite_LDADD) $(LIBS)
525tpm_reset$(EXEEXT): $(tpm_reset_OBJECTS) $(tpm_reset_DEPENDENCIES) 
526	@rm -f tpm_reset$(EXEEXT)
527	$(LINK) $(tpm_reset_OBJECTS) $(tpm_reset_LDADD) $(LIBS)
528tpm_resetdalock$(EXEEXT): $(tpm_resetdalock_OBJECTS) $(tpm_resetdalock_DEPENDENCIES) 
529	@rm -f tpm_resetdalock$(EXEEXT)
530	$(LINK) $(tpm_resetdalock_OBJECTS) $(tpm_resetdalock_LDADD) $(LIBS)
531tpm_restrictpubek$(EXEEXT): $(tpm_restrictpubek_OBJECTS) $(tpm_restrictpubek_DEPENDENCIES) 
532	@rm -f tpm_restrictpubek$(EXEEXT)
533	$(LINK) $(tpm_restrictpubek_OBJECTS) $(tpm_restrictpubek_LDADD) $(LIBS)
534tpm_restrictsrk$(EXEEXT): $(tpm_restrictsrk_OBJECTS) $(tpm_restrictsrk_DEPENDENCIES) 
535	@rm -f tpm_restrictsrk$(EXEEXT)
536	$(LINK) $(tpm_restrictsrk_OBJECTS) $(tpm_restrictsrk_LDADD) $(LIBS)
537tpm_revokeek$(EXEEXT): $(tpm_revokeek_OBJECTS) $(tpm_revokeek_DEPENDENCIES) 
538	@rm -f tpm_revokeek$(EXEEXT)
539	$(LINK) $(tpm_revokeek_OBJECTS) $(tpm_revokeek_LDADD) $(LIBS)
540tpm_selftest$(EXEEXT): $(tpm_selftest_OBJECTS) $(tpm_selftest_DEPENDENCIES) 
541	@rm -f tpm_selftest$(EXEEXT)
542	$(LINK) $(tpm_selftest_OBJECTS) $(tpm_selftest_LDADD) $(LIBS)
543tpm_setactive$(EXEEXT): $(tpm_setactive_OBJECTS) $(tpm_setactive_DEPENDENCIES) 
544	@rm -f tpm_setactive$(EXEEXT)
545	$(LINK) $(tpm_setactive_OBJECTS) $(tpm_setactive_LDADD) $(LIBS)
546tpm_setclearable$(EXEEXT): $(tpm_setclearable_OBJECTS) $(tpm_setclearable_DEPENDENCIES) 
547	@rm -f tpm_setclearable$(EXEEXT)
548	$(LINK) $(tpm_setclearable_OBJECTS) $(tpm_setclearable_LDADD) $(LIBS)
549tpm_setenable$(EXEEXT): $(tpm_setenable_OBJECTS) $(tpm_setenable_DEPENDENCIES) 
550	@rm -f tpm_setenable$(EXEEXT)
551	$(LINK) $(tpm_setenable_OBJECTS) $(tpm_setenable_LDADD) $(LIBS)
552tpm_setoperatorauth$(EXEEXT): $(tpm_setoperatorauth_OBJECTS) $(tpm_setoperatorauth_DEPENDENCIES) 
553	@rm -f tpm_setoperatorauth$(EXEEXT)
554	$(LINK) $(tpm_setoperatorauth_OBJECTS) $(tpm_setoperatorauth_LDADD) $(LIBS)
555tpm_setownable$(EXEEXT): $(tpm_setownable_OBJECTS) $(tpm_setownable_DEPENDENCIES) 
556	@rm -f tpm_setownable$(EXEEXT)
557	$(LINK) $(tpm_setownable_OBJECTS) $(tpm_setownable_LDADD) $(LIBS)
558tpm_setpresence$(EXEEXT): $(tpm_setpresence_OBJECTS) $(tpm_setpresence_DEPENDENCIES) 
559	@rm -f tpm_setpresence$(EXEEXT)
560	$(LINK) $(tpm_setpresence_OBJECTS) $(tpm_setpresence_LDADD) $(LIBS)
561tpm_startup$(EXEEXT): $(tpm_startup_OBJECTS) $(tpm_startup_DEPENDENCIES) 
562	@rm -f tpm_startup$(EXEEXT)
563	$(LINK) $(tpm_startup_OBJECTS) $(tpm_startup_LDADD) $(LIBS)
564tpm_takeownership$(EXEEXT): $(tpm_takeownership_OBJECTS) $(tpm_takeownership_DEPENDENCIES) 
565	@rm -f tpm_takeownership$(EXEEXT)
566	$(LINK) $(tpm_takeownership_OBJECTS) $(tpm_takeownership_LDADD) $(LIBS)
567tpm_version$(EXEEXT): $(tpm_version_OBJECTS) $(tpm_version_DEPENDENCIES) 
568	@rm -f tpm_version$(EXEEXT)
569	$(LINK) $(tpm_version_OBJECTS) $(tpm_version_LDADD) $(LIBS)
570
571mostlyclean-compile:
572	-rm -f *.$(OBJEXT)
573
574distclean-compile:
575	-rm -f *.tab.c
576
577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_activate.Po@am__quote@
578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_changeauth.Po@am__quote@
579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_clear.Po@am__quote@
580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_clearable.Po@am__quote@
581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_createek.Po@am__quote@
582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_enable.Po@am__quote@
583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_getpubek.Po@am__quote@
584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_nvcommon.Po@am__quote@
585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_nvdefine.Po@am__quote@
586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_nvinfo.Po@am__quote@
587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_nvread.Po@am__quote@
588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_nvrelease.Po@am__quote@
589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_nvwrite.Po@am__quote@
590@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_ownable.Po@am__quote@
591@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_present.Po@am__quote@
592@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_reset.Po@am__quote@
593@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_resetdalock.Po@am__quote@
594@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_restrictpubek.Po@am__quote@
595@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_restrictsrk.Po@am__quote@
596@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_revokeek.Po@am__quote@
597@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_selftest.Po@am__quote@
598@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_setoperatorauth.Po@am__quote@
599@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_startup.Po@am__quote@
600@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_takeownership.Po@am__quote@
601@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_version.Po@am__quote@
602
603.c.o:
604@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
605@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
606@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
607@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
608@am__fastdepCC_FALSE@	$(COMPILE) -c $<
609
610.c.obj:
611@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
612@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
613@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
614@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
616
617.c.lo:
618@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
619@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
620@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
621@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
622@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
623
624mostlyclean-libtool:
625	-rm -f *.lo
626
627clean-libtool:
628	-rm -rf .libs _libs
629
630ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
631	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
632	unique=`for i in $$list; do \
633	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
634	  done | \
635	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
636	      END { if (nonempty) { for (i in files) print i; }; }'`; \
637	mkid -fID $$unique
638tags: TAGS
639
640TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
641		$(TAGS_FILES) $(LISP)
642	set x; \
643	here=`pwd`; \
644	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
645	unique=`for i in $$list; do \
646	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
647	  done | \
648	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
649	      END { if (nonempty) { for (i in files) print i; }; }'`; \
650	shift; \
651	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
652	  test -n "$$unique" || unique=$$empty_fix; \
653	  if test $$# -gt 0; then \
654	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
655	      "$$@" $$unique; \
656	  else \
657	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
658	      $$unique; \
659	  fi; \
660	fi
661ctags: CTAGS
662CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
663		$(TAGS_FILES) $(LISP)
664	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
665	unique=`for i in $$list; do \
666	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
667	  done | \
668	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
669	      END { if (nonempty) { for (i in files) print i; }; }'`; \
670	test -z "$(CTAGS_ARGS)$$unique" \
671	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
672	     $$unique
673
674GTAGS:
675	here=`$(am__cd) $(top_builddir) && pwd` \
676	  && $(am__cd) $(top_srcdir) \
677	  && gtags -i $(GTAGS_ARGS) "$$here"
678
679distclean-tags:
680	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
681
682distdir: $(DISTFILES)
683	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
684	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
685	list='$(DISTFILES)'; \
686	  dist_files=`for file in $$list; do echo $$file; done | \
687	  sed -e "s|^$$srcdirstrip/||;t" \
688	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
689	case $$dist_files in \
690	  */*) $(MKDIR_P) `echo "$$dist_files" | \
691			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
692			   sort -u` ;; \
693	esac; \
694	for file in $$dist_files; do \
695	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
696	  if test -d $$d/$$file; then \
697	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
698	    if test -d "$(distdir)/$$file"; then \
699	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
700	    fi; \
701	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
702	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
703	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
704	    fi; \
705	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
706	  else \
707	    test -f "$(distdir)/$$file" \
708	    || cp -p $$d/$$file "$(distdir)/$$file" \
709	    || exit 1; \
710	  fi; \
711	done
712check-am: all-am
713check: check-am
714all-am: Makefile $(PROGRAMS) $(HEADERS)
715installdirs:
716	for dir in "$(DESTDIR)$(sbindir)"; do \
717	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
718	done
719install: install-am
720install-exec: install-exec-am
721install-data: install-data-am
722uninstall: uninstall-am
723
724install-am: all-am
725	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
726
727installcheck: installcheck-am
728install-strip:
729	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
730	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
731	  `test -z '$(STRIP)' || \
732	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
733mostlyclean-generic:
734
735clean-generic:
736
737distclean-generic:
738	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
739	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
740
741maintainer-clean-generic:
742	@echo "This command is intended for maintainers to use"
743	@echo "it deletes files that may require special tools to rebuild."
744clean: clean-am
745
746clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
747	clean-sbinPROGRAMS mostlyclean-am
748
749distclean: distclean-am
750	-rm -rf ./$(DEPDIR)
751	-rm -f Makefile
752distclean-am: clean-am distclean-compile distclean-generic \
753	distclean-tags
754
755dvi: dvi-am
756
757dvi-am:
758
759html: html-am
760
761html-am:
762
763info: info-am
764
765info-am:
766
767install-data-am:
768
769install-dvi: install-dvi-am
770
771install-dvi-am:
772
773install-exec-am: install-sbinPROGRAMS
774
775install-html: install-html-am
776
777install-html-am:
778
779install-info: install-info-am
780
781install-info-am:
782
783install-man:
784
785install-pdf: install-pdf-am
786
787install-pdf-am:
788
789install-ps: install-ps-am
790
791install-ps-am:
792
793installcheck-am:
794
795maintainer-clean: maintainer-clean-am
796	-rm -rf ./$(DEPDIR)
797	-rm -f Makefile
798maintainer-clean-am: distclean-am maintainer-clean-generic
799
800mostlyclean: mostlyclean-am
801
802mostlyclean-am: mostlyclean-compile mostlyclean-generic \
803	mostlyclean-libtool
804
805pdf: pdf-am
806
807pdf-am:
808
809ps: ps-am
810
811ps-am:
812
813uninstall-am: uninstall-sbinPROGRAMS
814
815.MAKE: install-am install-strip
816
817.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
818	clean-libtool clean-noinstPROGRAMS clean-sbinPROGRAMS ctags \
819	distclean distclean-compile distclean-generic \
820	distclean-libtool distclean-tags distdir dvi dvi-am html \
821	html-am info info-am install install-am install-data \
822	install-data-am install-dvi install-dvi-am install-exec \
823	install-exec-am install-html install-html-am install-info \
824	install-info-am install-man install-pdf install-pdf-am \
825	install-ps install-ps-am install-sbinPROGRAMS install-strip \
826	installcheck installcheck-am installdirs maintainer-clean \
827	maintainer-clean-generic mostlyclean mostlyclean-compile \
828	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
829	tags uninstall uninstall-am uninstall-sbinPROGRAMS
830
831
832# Tell versions [3.59,3.63) of GNU make to not export all variables.
833# Otherwise a system limit (for SysV at least) may be exceeded.
834.NOEXPORT:
835