1af101e7fSchristos# Makefile.in generated by automake 1.11.1 from Makefile.am.
2af101e7fSchristos# @configure_input@
3af101e7fSchristos
4af101e7fSchristos# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5af101e7fSchristos# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6af101e7fSchristos# Inc.
7af101e7fSchristos# This Makefile.in is free software; the Free Software Foundation
8af101e7fSchristos# gives unlimited permission to copy and/or distribute it,
9af101e7fSchristos# with or without modifications, as long as this notice is preserved.
10af101e7fSchristos
11af101e7fSchristos# This program is distributed in the hope that it will be useful,
12af101e7fSchristos# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13af101e7fSchristos# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14af101e7fSchristos# PARTICULAR PURPOSE.
15af101e7fSchristos
16af101e7fSchristos@SET_MAKE@
17af101e7fSchristos
18af101e7fSchristos#
19af101e7fSchristos# Makefile.am
20af101e7fSchristos#
21af101e7fSchristos#       The Initial Developer of the Original Code is International
22af101e7fSchristos#       Business Machines Corporation. Portions created by IBM
23af101e7fSchristos#       Corporation are Copyright (C) 2005, 2006 International Business
24af101e7fSchristos#       Machines Corporation. All Rights Reserved.
25af101e7fSchristos#
26af101e7fSchristos#       This program is free software; you can redistribute it and/or modify
27af101e7fSchristos#       it under the terms of the Common Public License as published by
28af101e7fSchristos#       IBM Corporation; either version 1 of the License, or (at your option)
29af101e7fSchristos#       any later version.
30af101e7fSchristos#
31af101e7fSchristos#       This program is distributed in the hope that it will be useful,
32af101e7fSchristos#       but WITHOUT ANY WARRANTY; without even the implied warranty of
33af101e7fSchristos#       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34af101e7fSchristos#       Common Public License for more details.
35af101e7fSchristos#
36af101e7fSchristos#       You should have received a copy of the Common Public License
37af101e7fSchristos#       along with this program; if not, a copy can be viewed at
38af101e7fSchristos#       http://www.opensource.org/licenses/cpl1.0.php.
39af101e7fSchristos#
40af101e7fSchristos
41af101e7fSchristos
42af101e7fSchristosVPATH = @srcdir@
43af101e7fSchristospkgdatadir = $(datadir)/@PACKAGE@
44af101e7fSchristospkgincludedir = $(includedir)/@PACKAGE@
45af101e7fSchristospkglibdir = $(libdir)/@PACKAGE@
46af101e7fSchristospkglibexecdir = $(libexecdir)/@PACKAGE@
47af101e7fSchristosam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48af101e7fSchristosinstall_sh_DATA = $(install_sh) -c -m 644
49af101e7fSchristosinstall_sh_PROGRAM = $(install_sh) -c
50af101e7fSchristosinstall_sh_SCRIPT = $(install_sh) -c
51af101e7fSchristosINSTALL_HEADER = $(INSTALL_DATA)
52af101e7fSchristostransform = $(program_transform_name)
53af101e7fSchristosNORMAL_INSTALL = :
54af101e7fSchristosPRE_INSTALL = :
55af101e7fSchristosPOST_INSTALL = :
56af101e7fSchristosNORMAL_UNINSTALL = :
57af101e7fSchristosPRE_UNINSTALL = :
58af101e7fSchristosPOST_UNINSTALL = :
59af101e7fSchristosbuild_triplet = @build@
60af101e7fSchristoshost_triplet = @host@
61af101e7fSchristostarget_triplet = @target@
62af101e7fSchristosbin_PROGRAMS = tpmtoken_init$(EXEEXT) tpmtoken_setpasswd$(EXEEXT) \
63af101e7fSchristos	tpmtoken_objects$(EXEEXT) tpmtoken_import$(EXEEXT) \
64af101e7fSchristos	tpmtoken_protect$(EXEEXT)
65af101e7fSchristossubdir = src/data_mgmt
66af101e7fSchristosDIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
67af101e7fSchristos	$(srcdir)/Makefile.in
68af101e7fSchristosACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69af101e7fSchristosam__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
70af101e7fSchristos	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
71af101e7fSchristos	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
72af101e7fSchristos	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
73af101e7fSchristos	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
74af101e7fSchristos	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
75af101e7fSchristos	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
76*910cd79bSchristos	$(top_srcdir)/configure.ac
77af101e7fSchristosam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
78af101e7fSchristos	$(ACLOCAL_M4)
79af101e7fSchristosmkinstalldirs = $(install_sh) -d
80af101e7fSchristosCONFIG_HEADER = $(top_builddir)/config.h
81af101e7fSchristosCONFIG_CLEAN_FILES =
82af101e7fSchristosCONFIG_CLEAN_VPATH_FILES =
83af101e7fSchristosam__installdirs = "$(DESTDIR)$(bindir)"
84af101e7fSchristosPROGRAMS = $(bin_PROGRAMS)
85af101e7fSchristosam_tpmtoken_import_OBJECTS = data_import.$(OBJEXT)
86af101e7fSchristostpmtoken_import_OBJECTS = $(am_tpmtoken_import_OBJECTS)
87af101e7fSchristosam__DEPENDENCIES_1 = $(top_builddir)/lib/libtpm_pkcs11.la
88af101e7fSchristostpmtoken_import_DEPENDENCIES = $(am__DEPENDENCIES_1)
89af101e7fSchristosam_tpmtoken_init_OBJECTS = data_init.$(OBJEXT)
90af101e7fSchristostpmtoken_init_OBJECTS = $(am_tpmtoken_init_OBJECTS)
91af101e7fSchristostpmtoken_init_LDADD = $(LDADD)
92af101e7fSchristostpmtoken_init_DEPENDENCIES = $(top_builddir)/lib/libtpm_pkcs11.la
93af101e7fSchristosam_tpmtoken_objects_OBJECTS = data_object.$(OBJEXT)
94af101e7fSchristostpmtoken_objects_OBJECTS = $(am_tpmtoken_objects_OBJECTS)
95af101e7fSchristostpmtoken_objects_LDADD = $(LDADD)
96af101e7fSchristostpmtoken_objects_DEPENDENCIES = $(top_builddir)/lib/libtpm_pkcs11.la
97af101e7fSchristosam_tpmtoken_protect_OBJECTS = data_protect.$(OBJEXT)
98af101e7fSchristostpmtoken_protect_OBJECTS = $(am_tpmtoken_protect_OBJECTS)
99af101e7fSchristostpmtoken_protect_LDADD = $(LDADD)
100af101e7fSchristostpmtoken_protect_DEPENDENCIES = $(top_builddir)/lib/libtpm_pkcs11.la
101af101e7fSchristosam_tpmtoken_setpasswd_OBJECTS = data_passwd.$(OBJEXT)
102af101e7fSchristostpmtoken_setpasswd_OBJECTS = $(am_tpmtoken_setpasswd_OBJECTS)
103af101e7fSchristostpmtoken_setpasswd_LDADD = $(LDADD)
104af101e7fSchristostpmtoken_setpasswd_DEPENDENCIES =  \
105af101e7fSchristos	$(top_builddir)/lib/libtpm_pkcs11.la
106af101e7fSchristosDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
107af101e7fSchristosdepcomp = $(SHELL) $(top_srcdir)/depcomp
108af101e7fSchristosam__depfiles_maybe = depfiles
109af101e7fSchristosam__mv = mv -f
110af101e7fSchristosCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
111af101e7fSchristos	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
112af101e7fSchristosLTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
113af101e7fSchristos	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
114af101e7fSchristos	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115af101e7fSchristosCCLD = $(CC)
116af101e7fSchristosLINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
117af101e7fSchristos	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
118af101e7fSchristos	$(LDFLAGS) -o $@
119af101e7fSchristosSOURCES = $(tpmtoken_import_SOURCES) $(tpmtoken_init_SOURCES) \
120af101e7fSchristos	$(tpmtoken_objects_SOURCES) $(tpmtoken_protect_SOURCES) \
121af101e7fSchristos	$(tpmtoken_setpasswd_SOURCES)
122af101e7fSchristosDIST_SOURCES = $(tpmtoken_import_SOURCES) $(tpmtoken_init_SOURCES) \
123af101e7fSchristos	$(tpmtoken_objects_SOURCES) $(tpmtoken_protect_SOURCES) \
124af101e7fSchristos	$(tpmtoken_setpasswd_SOURCES)
125af101e7fSchristosHEADERS = $(noinst_HEADERS)
126af101e7fSchristosETAGS = etags
127af101e7fSchristosCTAGS = ctags
128af101e7fSchristosDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129af101e7fSchristosACLOCAL = @ACLOCAL@
130af101e7fSchristosAMTAR = @AMTAR@
131af101e7fSchristosAR = @AR@
132af101e7fSchristosAUTOCONF = @AUTOCONF@
133af101e7fSchristosAUTOHEADER = @AUTOHEADER@
134af101e7fSchristosAUTOMAKE = @AUTOMAKE@
135af101e7fSchristosAWK = @AWK@
136af101e7fSchristosCC = @CC@
137af101e7fSchristosCCDEPMODE = @CCDEPMODE@
138af101e7fSchristosCFLAGS = @CFLAGS@
139af101e7fSchristosCOPY = @COPY@
140af101e7fSchristosCPP = @CPP@
141af101e7fSchristosCPPFLAGS = @CPPFLAGS@
142af101e7fSchristosCYGPATH_W = @CYGPATH_W@
143af101e7fSchristosDEFS = @DEFS@
144af101e7fSchristosDEPDIR = @DEPDIR@
145af101e7fSchristosDSYMUTIL = @DSYMUTIL@
146af101e7fSchristosDUMPBIN = @DUMPBIN@
147af101e7fSchristosECHO = @ECHO@
148af101e7fSchristosECHO_C = @ECHO_C@
149af101e7fSchristosECHO_N = @ECHO_N@
150af101e7fSchristosECHO_T = @ECHO_T@
151af101e7fSchristosEGREP = @EGREP@
152af101e7fSchristosEXEEXT = @EXEEXT@
153af101e7fSchristosFGREP = @FGREP@
154af101e7fSchristosGMSGFMT = @GMSGFMT@
155af101e7fSchristosGMSGFMT_015 = @GMSGFMT_015@
156af101e7fSchristosGREP = @GREP@
157af101e7fSchristosINSTALL = @INSTALL@
158af101e7fSchristosINSTALL_DATA = @INSTALL_DATA@
159af101e7fSchristosINSTALL_PROGRAM = @INSTALL_PROGRAM@
160af101e7fSchristosINSTALL_SCRIPT = @INSTALL_SCRIPT@
161af101e7fSchristosINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162af101e7fSchristosINTLLIBS = @INTLLIBS@
163af101e7fSchristosINTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
164af101e7fSchristosLD = @LD@
165af101e7fSchristosLDFLAGS = @LDFLAGS@
166af101e7fSchristosLIBICONV = @LIBICONV@
167af101e7fSchristosLIBINTL = @LIBINTL@
168af101e7fSchristosLIBOBJS = @LIBOBJS@
169af101e7fSchristosLIBS = @LIBS@
170af101e7fSchristosLIBTOOL = @LIBTOOL@
171af101e7fSchristosLIPO = @LIPO@
172af101e7fSchristosLN_S = @LN_S@
173af101e7fSchristosLTLIBICONV = @LTLIBICONV@
174af101e7fSchristosLTLIBINTL = @LTLIBINTL@
175af101e7fSchristosLTLIBOBJS = @LTLIBOBJS@
176af101e7fSchristosMAKEINFO = @MAKEINFO@
177af101e7fSchristosMKDIR = @MKDIR@
178af101e7fSchristosMKDIR_P = @MKDIR_P@
179af101e7fSchristosMSGFMT = @MSGFMT@
180af101e7fSchristosMSGFMT_015 = @MSGFMT_015@
181af101e7fSchristosMSGMERGE = @MSGMERGE@
182af101e7fSchristosNM = @NM@
183af101e7fSchristosNMEDIT = @NMEDIT@
184af101e7fSchristosOBJDUMP = @OBJDUMP@
185af101e7fSchristosOBJEXT = @OBJEXT@
186af101e7fSchristosOPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@
187af101e7fSchristosOTOOL = @OTOOL@
188af101e7fSchristosOTOOL64 = @OTOOL64@
189af101e7fSchristosPACKAGE = @PACKAGE@
190af101e7fSchristosPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
191af101e7fSchristosPACKAGE_NAME = @PACKAGE_NAME@
192af101e7fSchristosPACKAGE_STRING = @PACKAGE_STRING@
193af101e7fSchristosPACKAGE_TARNAME = @PACKAGE_TARNAME@
194af101e7fSchristosPACKAGE_VERSION = @PACKAGE_VERSION@
195af101e7fSchristosPATH_SEPARATOR = @PATH_SEPARATOR@
196af101e7fSchristosPOSUB = @POSUB@
197af101e7fSchristosRANLIB = @RANLIB@
198af101e7fSchristosRM = @RM@
199af101e7fSchristosSED = @SED@
200af101e7fSchristosSET_MAKE = @SET_MAKE@
201af101e7fSchristosSHELL = @SHELL@
202af101e7fSchristosSTRIP = @STRIP@
203af101e7fSchristosUSE_NLS = @USE_NLS@
204af101e7fSchristosVERSION = @VERSION@
205af101e7fSchristosXGETTEXT = @XGETTEXT@
206af101e7fSchristosXGETTEXT_015 = @XGETTEXT_015@
207af101e7fSchristosabs_builddir = @abs_builddir@
208af101e7fSchristosabs_srcdir = @abs_srcdir@
209af101e7fSchristosabs_top_builddir = @abs_top_builddir@
210af101e7fSchristosabs_top_srcdir = @abs_top_srcdir@
211af101e7fSchristosac_ct_CC = @ac_ct_CC@
212af101e7fSchristosac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213af101e7fSchristosam__include = @am__include@
214af101e7fSchristosam__leading_dot = @am__leading_dot@
215af101e7fSchristosam__quote = @am__quote@
216af101e7fSchristosam__tar = @am__tar@
217af101e7fSchristosam__untar = @am__untar@
218af101e7fSchristosbindir = @bindir@
219af101e7fSchristosbuild = @build@
220af101e7fSchristosbuild_alias = @build_alias@
221af101e7fSchristosbuild_cpu = @build_cpu@
222af101e7fSchristosbuild_os = @build_os@
223af101e7fSchristosbuild_vendor = @build_vendor@
224af101e7fSchristosbuilddir = @builddir@
225af101e7fSchristosdatadir = @datadir@
226af101e7fSchristosdatarootdir = @datarootdir@
227af101e7fSchristosdocdir = @docdir@
228af101e7fSchristosdvidir = @dvidir@
229af101e7fSchristosexec_prefix = @exec_prefix@
230af101e7fSchristoshost = @host@
231af101e7fSchristoshost_alias = @host_alias@
232af101e7fSchristoshost_cpu = @host_cpu@
233af101e7fSchristoshost_os = @host_os@
234af101e7fSchristoshost_vendor = @host_vendor@
235af101e7fSchristoshtmldir = @htmldir@
236af101e7fSchristosincludedir = @includedir@
237af101e7fSchristosinfodir = @infodir@
238af101e7fSchristosinstall_sh = @install_sh@
239af101e7fSchristoslibdir = @libdir@
240af101e7fSchristoslibexecdir = @libexecdir@
241af101e7fSchristoslocaledir = @localedir@
242af101e7fSchristoslocalstatedir = @localstatedir@
243*910cd79bSchristoslt_ECHO = @lt_ECHO@
244af101e7fSchristosmandir = @mandir@
245af101e7fSchristosmkdir_p = @mkdir_p@
246af101e7fSchristosoldincludedir = @oldincludedir@
247af101e7fSchristospdfdir = @pdfdir@
248af101e7fSchristosprefix = @prefix@
249af101e7fSchristosprogram_transform_name = @program_transform_name@
250af101e7fSchristospsdir = @psdir@
251af101e7fSchristossbindir = @sbindir@
252af101e7fSchristossharedstatedir = @sharedstatedir@
253af101e7fSchristossrcdir = @srcdir@
254af101e7fSchristossysconfdir = @sysconfdir@
255af101e7fSchristostarget = @target@
256af101e7fSchristostarget_alias = @target_alias@
257af101e7fSchristostarget_cpu = @target_cpu@
258af101e7fSchristostarget_os = @target_os@
259af101e7fSchristostarget_vendor = @target_vendor@
260af101e7fSchristostop_build_prefix = @top_build_prefix@
261af101e7fSchristostop_builddir = @top_builddir@
262af101e7fSchristostop_srcdir = @top_srcdir@
263af101e7fSchristosnoinst_HEADERS = data_common.h \
264af101e7fSchristos			data_import.h \
265af101e7fSchristos			data_init.h \
266af101e7fSchristos			data_object.h \
267af101e7fSchristos			data_passwd.h \
268af101e7fSchristos			data_protect.h
269af101e7fSchristos
270af101e7fSchristos
271af101e7fSchristos#
272af101e7fSchristos# Common build flags
273af101e7fSchristosAM_CPPFLAGS = -I$(top_srcdir)/include -D_LINUX
274*910cd79bSchristosLDADD = $(top_builddir)/lib/libtpm_pkcs11.la -ltspi @INTLLIBS@
275af101e7fSchristos
276af101e7fSchristos#
277af101e7fSchristos# TPM Token initialization command
278af101e7fSchristostpmtoken_init_SOURCES = data_init.c
279af101e7fSchristos
280af101e7fSchristos#
281af101e7fSchristos# TPM Token change password command
282af101e7fSchristostpmtoken_setpasswd_SOURCES = data_passwd.c
283af101e7fSchristos
284af101e7fSchristos#
285af101e7fSchristos# TPM Token object list command
286af101e7fSchristostpmtoken_objects_SOURCES = data_object.c
287af101e7fSchristos
288af101e7fSchristos#
289af101e7fSchristos# TPM Token object import command
290af101e7fSchristostpmtoken_import_SOURCES = data_import.c
291af101e7fSchristostpmtoken_import_LDADD = $(LDADD) -lcrypto
292af101e7fSchristos
293af101e7fSchristos#
294af101e7fSchristos# TPM Token data protection command
295af101e7fSchristostpmtoken_protect_SOURCES = data_protect.c
296af101e7fSchristosall: all-am
297af101e7fSchristos
298af101e7fSchristos.SUFFIXES:
299af101e7fSchristos.SUFFIXES: .c .lo .o .obj
300af101e7fSchristos$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
301af101e7fSchristos	@for dep in $?; do \
302af101e7fSchristos	  case '$(am__configure_deps)' in \
303af101e7fSchristos	    *$$dep*) \
304af101e7fSchristos	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
305af101e7fSchristos	        && { if test -f $@; then exit 0; else break; fi; }; \
306af101e7fSchristos	      exit 1;; \
307af101e7fSchristos	  esac; \
308af101e7fSchristos	done; \
309af101e7fSchristos	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/data_mgmt/Makefile'; \
310af101e7fSchristos	$(am__cd) $(top_srcdir) && \
311af101e7fSchristos	  $(AUTOMAKE) --foreign src/data_mgmt/Makefile
312af101e7fSchristos.PRECIOUS: Makefile
313af101e7fSchristosMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
314af101e7fSchristos	@case '$?' in \
315af101e7fSchristos	  *config.status*) \
316af101e7fSchristos	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
317af101e7fSchristos	  *) \
318af101e7fSchristos	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
319af101e7fSchristos	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
320af101e7fSchristos	esac;
321af101e7fSchristos
322af101e7fSchristos$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
323af101e7fSchristos	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324af101e7fSchristos
325af101e7fSchristos$(top_srcdir)/configure:  $(am__configure_deps)
326af101e7fSchristos	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327af101e7fSchristos$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
328af101e7fSchristos	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329af101e7fSchristos$(am__aclocal_m4_deps):
330af101e7fSchristosinstall-binPROGRAMS: $(bin_PROGRAMS)
331af101e7fSchristos	@$(NORMAL_INSTALL)
332af101e7fSchristos	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
333af101e7fSchristos	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
334af101e7fSchristos	for p in $$list; do echo "$$p $$p"; done | \
335af101e7fSchristos	sed 's/$(EXEEXT)$$//' | \
336af101e7fSchristos	while read p p1; do if test -f $$p || test -f $$p1; \
337af101e7fSchristos	  then echo "$$p"; echo "$$p"; else :; fi; \
338af101e7fSchristos	done | \
339af101e7fSchristos	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
340af101e7fSchristos	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
341af101e7fSchristos	sed 'N;N;N;s,\n, ,g' | \
342af101e7fSchristos	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
343af101e7fSchristos	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
344af101e7fSchristos	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
345af101e7fSchristos	    else { print "f", $$3 "/" $$4, $$1; } } \
346af101e7fSchristos	  END { for (d in files) print "f", d, files[d] }' | \
347af101e7fSchristos	while read type dir files; do \
348af101e7fSchristos	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
349af101e7fSchristos	    test -z "$$files" || { \
350af101e7fSchristos	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
351af101e7fSchristos	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
352af101e7fSchristos	    } \
353af101e7fSchristos	; done
354af101e7fSchristos
355af101e7fSchristosuninstall-binPROGRAMS:
356af101e7fSchristos	@$(NORMAL_UNINSTALL)
357af101e7fSchristos	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
358af101e7fSchristos	files=`for p in $$list; do echo "$$p"; done | \
359af101e7fSchristos	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
360af101e7fSchristos	      -e 's/$$/$(EXEEXT)/' `; \
361af101e7fSchristos	test -n "$$list" || exit 0; \
362af101e7fSchristos	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
363af101e7fSchristos	cd "$(DESTDIR)$(bindir)" && rm -f $$files
364af101e7fSchristos
365af101e7fSchristosclean-binPROGRAMS:
366af101e7fSchristos	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
367af101e7fSchristos	echo " rm -f" $$list; \
368af101e7fSchristos	rm -f $$list || exit $$?; \
369af101e7fSchristos	test -n "$(EXEEXT)" || exit 0; \
370af101e7fSchristos	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
371af101e7fSchristos	echo " rm -f" $$list; \
372af101e7fSchristos	rm -f $$list
373af101e7fSchristostpmtoken_import$(EXEEXT): $(tpmtoken_import_OBJECTS) $(tpmtoken_import_DEPENDENCIES)
374af101e7fSchristos	@rm -f tpmtoken_import$(EXEEXT)
375af101e7fSchristos	$(LINK) $(tpmtoken_import_OBJECTS) $(tpmtoken_import_LDADD) $(LIBS)
376af101e7fSchristostpmtoken_init$(EXEEXT): $(tpmtoken_init_OBJECTS) $(tpmtoken_init_DEPENDENCIES)
377af101e7fSchristos	@rm -f tpmtoken_init$(EXEEXT)
378af101e7fSchristos	$(LINK) $(tpmtoken_init_OBJECTS) $(tpmtoken_init_LDADD) $(LIBS)
379af101e7fSchristostpmtoken_objects$(EXEEXT): $(tpmtoken_objects_OBJECTS) $(tpmtoken_objects_DEPENDENCIES)
380af101e7fSchristos	@rm -f tpmtoken_objects$(EXEEXT)
381af101e7fSchristos	$(LINK) $(tpmtoken_objects_OBJECTS) $(tpmtoken_objects_LDADD) $(LIBS)
382af101e7fSchristostpmtoken_protect$(EXEEXT): $(tpmtoken_protect_OBJECTS) $(tpmtoken_protect_DEPENDENCIES)
383af101e7fSchristos	@rm -f tpmtoken_protect$(EXEEXT)
384af101e7fSchristos	$(LINK) $(tpmtoken_protect_OBJECTS) $(tpmtoken_protect_LDADD) $(LIBS)
385af101e7fSchristostpmtoken_setpasswd$(EXEEXT): $(tpmtoken_setpasswd_OBJECTS) $(tpmtoken_setpasswd_DEPENDENCIES)
386af101e7fSchristos	@rm -f tpmtoken_setpasswd$(EXEEXT)
387af101e7fSchristos	$(LINK) $(tpmtoken_setpasswd_OBJECTS) $(tpmtoken_setpasswd_LDADD) $(LIBS)
388af101e7fSchristos
389af101e7fSchristosmostlyclean-compile:
390af101e7fSchristos	-rm -f *.$(OBJEXT)
391af101e7fSchristos
392af101e7fSchristosdistclean-compile:
393af101e7fSchristos	-rm -f *.tab.c
394af101e7fSchristos
395af101e7fSchristos@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_import.Po@am__quote@
396af101e7fSchristos@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_init.Po@am__quote@
397af101e7fSchristos@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_object.Po@am__quote@
398af101e7fSchristos@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_passwd.Po@am__quote@
399af101e7fSchristos@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_protect.Po@am__quote@
400af101e7fSchristos
401af101e7fSchristos.c.o:
402af101e7fSchristos@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
403af101e7fSchristos@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
404af101e7fSchristos@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
405af101e7fSchristos@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406af101e7fSchristos@am__fastdepCC_FALSE@	$(COMPILE) -c $<
407af101e7fSchristos
408af101e7fSchristos.c.obj:
409af101e7fSchristos@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
410af101e7fSchristos@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
411af101e7fSchristos@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
412af101e7fSchristos@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413af101e7fSchristos@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
414af101e7fSchristos
415af101e7fSchristos.c.lo:
416af101e7fSchristos@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417af101e7fSchristos@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
418af101e7fSchristos@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
419af101e7fSchristos@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420af101e7fSchristos@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
421af101e7fSchristos
422af101e7fSchristosmostlyclean-libtool:
423af101e7fSchristos	-rm -f *.lo
424af101e7fSchristos
425af101e7fSchristosclean-libtool:
426af101e7fSchristos	-rm -rf .libs _libs
427af101e7fSchristos
428af101e7fSchristosID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
429af101e7fSchristos	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
430af101e7fSchristos	unique=`for i in $$list; do \
431af101e7fSchristos	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432af101e7fSchristos	  done | \
433af101e7fSchristos	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434af101e7fSchristos	      END { if (nonempty) { for (i in files) print i; }; }'`; \
435af101e7fSchristos	mkid -fID $$unique
436af101e7fSchristostags: TAGS
437af101e7fSchristos
438af101e7fSchristosTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
439af101e7fSchristos		$(TAGS_FILES) $(LISP)
440af101e7fSchristos	set x; \
441af101e7fSchristos	here=`pwd`; \
442af101e7fSchristos	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
443af101e7fSchristos	unique=`for i in $$list; do \
444af101e7fSchristos	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445af101e7fSchristos	  done | \
446af101e7fSchristos	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447af101e7fSchristos	      END { if (nonempty) { for (i in files) print i; }; }'`; \
448af101e7fSchristos	shift; \
449af101e7fSchristos	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
450af101e7fSchristos	  test -n "$$unique" || unique=$$empty_fix; \
451af101e7fSchristos	  if test $$# -gt 0; then \
452af101e7fSchristos	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
453af101e7fSchristos	      "$$@" $$unique; \
454af101e7fSchristos	  else \
455af101e7fSchristos	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456af101e7fSchristos	      $$unique; \
457af101e7fSchristos	  fi; \
458af101e7fSchristos	fi
459af101e7fSchristosctags: CTAGS
460af101e7fSchristosCTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
461af101e7fSchristos		$(TAGS_FILES) $(LISP)
462af101e7fSchristos	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
463af101e7fSchristos	unique=`for i in $$list; do \
464af101e7fSchristos	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465af101e7fSchristos	  done | \
466af101e7fSchristos	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467af101e7fSchristos	      END { if (nonempty) { for (i in files) print i; }; }'`; \
468af101e7fSchristos	test -z "$(CTAGS_ARGS)$$unique" \
469af101e7fSchristos	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
470af101e7fSchristos	     $$unique
471af101e7fSchristos
472af101e7fSchristosGTAGS:
473af101e7fSchristos	here=`$(am__cd) $(top_builddir) && pwd` \
474af101e7fSchristos	  && $(am__cd) $(top_srcdir) \
475af101e7fSchristos	  && gtags -i $(GTAGS_ARGS) "$$here"
476af101e7fSchristos
477af101e7fSchristosdistclean-tags:
478af101e7fSchristos	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
479af101e7fSchristos
480af101e7fSchristosdistdir: $(DISTFILES)
481af101e7fSchristos	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482af101e7fSchristos	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483af101e7fSchristos	list='$(DISTFILES)'; \
484af101e7fSchristos	  dist_files=`for file in $$list; do echo $$file; done | \
485af101e7fSchristos	  sed -e "s|^$$srcdirstrip/||;t" \
486af101e7fSchristos	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
487af101e7fSchristos	case $$dist_files in \
488af101e7fSchristos	  */*) $(MKDIR_P) `echo "$$dist_files" | \
489af101e7fSchristos			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
490af101e7fSchristos			   sort -u` ;; \
491af101e7fSchristos	esac; \
492af101e7fSchristos	for file in $$dist_files; do \
493af101e7fSchristos	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494af101e7fSchristos	  if test -d $$d/$$file; then \
495af101e7fSchristos	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
496af101e7fSchristos	    if test -d "$(distdir)/$$file"; then \
497af101e7fSchristos	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498af101e7fSchristos	    fi; \
499af101e7fSchristos	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
500af101e7fSchristos	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
501af101e7fSchristos	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502af101e7fSchristos	    fi; \
503af101e7fSchristos	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
504af101e7fSchristos	  else \
505af101e7fSchristos	    test -f "$(distdir)/$$file" \
506af101e7fSchristos	    || cp -p $$d/$$file "$(distdir)/$$file" \
507af101e7fSchristos	    || exit 1; \
508af101e7fSchristos	  fi; \
509af101e7fSchristos	done
510af101e7fSchristoscheck-am: all-am
511af101e7fSchristoscheck: check-am
512af101e7fSchristosall-am: Makefile $(PROGRAMS) $(HEADERS)
513af101e7fSchristosinstalldirs:
514af101e7fSchristos	for dir in "$(DESTDIR)$(bindir)"; do \
515af101e7fSchristos	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
516af101e7fSchristos	done
517af101e7fSchristosinstall: install-am
518af101e7fSchristosinstall-exec: install-exec-am
519af101e7fSchristosinstall-data: install-data-am
520af101e7fSchristosuninstall: uninstall-am
521af101e7fSchristos
522af101e7fSchristosinstall-am: all-am
523af101e7fSchristos	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
524af101e7fSchristos
525af101e7fSchristosinstallcheck: installcheck-am
526af101e7fSchristosinstall-strip:
527af101e7fSchristos	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
528af101e7fSchristos	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
529af101e7fSchristos	  `test -z '$(STRIP)' || \
530af101e7fSchristos	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
531af101e7fSchristosmostlyclean-generic:
532af101e7fSchristos
533af101e7fSchristosclean-generic:
534af101e7fSchristos
535af101e7fSchristosdistclean-generic:
536af101e7fSchristos	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
537af101e7fSchristos	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
538af101e7fSchristos
539af101e7fSchristosmaintainer-clean-generic:
540af101e7fSchristos	@echo "This command is intended for maintainers to use"
541af101e7fSchristos	@echo "it deletes files that may require special tools to rebuild."
542af101e7fSchristosclean: clean-am
543af101e7fSchristos
544af101e7fSchristosclean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
545af101e7fSchristos
546af101e7fSchristosdistclean: distclean-am
547af101e7fSchristos	-rm -rf ./$(DEPDIR)
548af101e7fSchristos	-rm -f Makefile
549af101e7fSchristosdistclean-am: clean-am distclean-compile distclean-generic \
550af101e7fSchristos	distclean-tags
551af101e7fSchristos
552af101e7fSchristosdvi: dvi-am
553af101e7fSchristos
554af101e7fSchristosdvi-am:
555af101e7fSchristos
556af101e7fSchristoshtml: html-am
557af101e7fSchristos
558af101e7fSchristoshtml-am:
559af101e7fSchristos
560af101e7fSchristosinfo: info-am
561af101e7fSchristos
562af101e7fSchristosinfo-am:
563af101e7fSchristos
564af101e7fSchristosinstall-data-am:
565af101e7fSchristos
566af101e7fSchristosinstall-dvi: install-dvi-am
567af101e7fSchristos
568af101e7fSchristosinstall-dvi-am:
569af101e7fSchristos
570af101e7fSchristosinstall-exec-am: install-binPROGRAMS
571af101e7fSchristos
572af101e7fSchristosinstall-html: install-html-am
573af101e7fSchristos
574af101e7fSchristosinstall-html-am:
575af101e7fSchristos
576af101e7fSchristosinstall-info: install-info-am
577af101e7fSchristos
578af101e7fSchristosinstall-info-am:
579af101e7fSchristos
580af101e7fSchristosinstall-man:
581af101e7fSchristos
582af101e7fSchristosinstall-pdf: install-pdf-am
583af101e7fSchristos
584af101e7fSchristosinstall-pdf-am:
585af101e7fSchristos
586af101e7fSchristosinstall-ps: install-ps-am
587af101e7fSchristos
588af101e7fSchristosinstall-ps-am:
589af101e7fSchristos
590af101e7fSchristosinstallcheck-am:
591af101e7fSchristos
592af101e7fSchristosmaintainer-clean: maintainer-clean-am
593af101e7fSchristos	-rm -rf ./$(DEPDIR)
594af101e7fSchristos	-rm -f Makefile
595af101e7fSchristosmaintainer-clean-am: distclean-am maintainer-clean-generic
596af101e7fSchristos
597af101e7fSchristosmostlyclean: mostlyclean-am
598af101e7fSchristos
599af101e7fSchristosmostlyclean-am: mostlyclean-compile mostlyclean-generic \
600af101e7fSchristos	mostlyclean-libtool
601af101e7fSchristos
602af101e7fSchristospdf: pdf-am
603af101e7fSchristos
604af101e7fSchristospdf-am:
605af101e7fSchristos
606af101e7fSchristosps: ps-am
607af101e7fSchristos
608af101e7fSchristosps-am:
609af101e7fSchristos
610af101e7fSchristosuninstall-am: uninstall-binPROGRAMS
611af101e7fSchristos
612af101e7fSchristos.MAKE: install-am install-strip
613af101e7fSchristos
614af101e7fSchristos.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
615af101e7fSchristos	clean-generic clean-libtool ctags distclean distclean-compile \
616af101e7fSchristos	distclean-generic distclean-libtool distclean-tags distdir dvi \
617af101e7fSchristos	dvi-am html html-am info info-am install install-am \
618af101e7fSchristos	install-binPROGRAMS install-data install-data-am install-dvi \
619af101e7fSchristos	install-dvi-am install-exec install-exec-am install-html \
620af101e7fSchristos	install-html-am install-info install-info-am install-man \
621af101e7fSchristos	install-pdf install-pdf-am install-ps install-ps-am \
622af101e7fSchristos	install-strip installcheck installcheck-am installdirs \
623af101e7fSchristos	maintainer-clean maintainer-clean-generic mostlyclean \
624af101e7fSchristos	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
625af101e7fSchristos	pdf pdf-am ps ps-am tags uninstall uninstall-am \
626af101e7fSchristos	uninstall-binPROGRAMS
627af101e7fSchristos
628af101e7fSchristos
629af101e7fSchristos# Tell versions [3.59,3.63) of GNU make to not export all variables.
630af101e7fSchristos# Otherwise a system limit (for SysV at least) may be exceeded.
631af101e7fSchristos.NOEXPORT:
632