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@
62bin_PROGRAMS = tpmtoken_init$(EXEEXT) tpmtoken_setpasswd$(EXEEXT) \
63	tpmtoken_objects$(EXEEXT) tpmtoken_import$(EXEEXT) \
64	tpmtoken_protect$(EXEEXT)
65subdir = src/data_mgmt
66DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
67	$(srcdir)/Makefile.in
68ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
70	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
71	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
72	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
73	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
74	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
75	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
76	$(top_srcdir)/configure.ac
77am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
78	$(ACLOCAL_M4)
79mkinstalldirs = $(install_sh) -d
80CONFIG_HEADER = $(top_builddir)/config.h
81CONFIG_CLEAN_FILES =
82CONFIG_CLEAN_VPATH_FILES =
83am__installdirs = "$(DESTDIR)$(bindir)"
84PROGRAMS = $(bin_PROGRAMS)
85am_tpmtoken_import_OBJECTS = data_import.$(OBJEXT)
86tpmtoken_import_OBJECTS = $(am_tpmtoken_import_OBJECTS)
87am__DEPENDENCIES_1 = $(top_builddir)/lib/libtpm_pkcs11.la
88tpmtoken_import_DEPENDENCIES = $(am__DEPENDENCIES_1)
89am_tpmtoken_init_OBJECTS = data_init.$(OBJEXT)
90tpmtoken_init_OBJECTS = $(am_tpmtoken_init_OBJECTS)
91tpmtoken_init_LDADD = $(LDADD)
92tpmtoken_init_DEPENDENCIES = $(top_builddir)/lib/libtpm_pkcs11.la
93am_tpmtoken_objects_OBJECTS = data_object.$(OBJEXT)
94tpmtoken_objects_OBJECTS = $(am_tpmtoken_objects_OBJECTS)
95tpmtoken_objects_LDADD = $(LDADD)
96tpmtoken_objects_DEPENDENCIES = $(top_builddir)/lib/libtpm_pkcs11.la
97am_tpmtoken_protect_OBJECTS = data_protect.$(OBJEXT)
98tpmtoken_protect_OBJECTS = $(am_tpmtoken_protect_OBJECTS)
99tpmtoken_protect_LDADD = $(LDADD)
100tpmtoken_protect_DEPENDENCIES = $(top_builddir)/lib/libtpm_pkcs11.la
101am_tpmtoken_setpasswd_OBJECTS = data_passwd.$(OBJEXT)
102tpmtoken_setpasswd_OBJECTS = $(am_tpmtoken_setpasswd_OBJECTS)
103tpmtoken_setpasswd_LDADD = $(LDADD)
104tpmtoken_setpasswd_DEPENDENCIES =  \
105	$(top_builddir)/lib/libtpm_pkcs11.la
106DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
107depcomp = $(SHELL) $(top_srcdir)/depcomp
108am__depfiles_maybe = depfiles
109am__mv = mv -f
110COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
111	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
112LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
113	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
114	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115CCLD = $(CC)
116LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
117	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
118	$(LDFLAGS) -o $@
119SOURCES = $(tpmtoken_import_SOURCES) $(tpmtoken_init_SOURCES) \
120	$(tpmtoken_objects_SOURCES) $(tpmtoken_protect_SOURCES) \
121	$(tpmtoken_setpasswd_SOURCES)
122DIST_SOURCES = $(tpmtoken_import_SOURCES) $(tpmtoken_init_SOURCES) \
123	$(tpmtoken_objects_SOURCES) $(tpmtoken_protect_SOURCES) \
124	$(tpmtoken_setpasswd_SOURCES)
125HEADERS = $(noinst_HEADERS)
126ETAGS = etags
127CTAGS = ctags
128DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129ACLOCAL = @ACLOCAL@
130AMTAR = @AMTAR@
131AR = @AR@
132AUTOCONF = @AUTOCONF@
133AUTOHEADER = @AUTOHEADER@
134AUTOMAKE = @AUTOMAKE@
135AWK = @AWK@
136CC = @CC@
137CCDEPMODE = @CCDEPMODE@
138CFLAGS = @CFLAGS@
139COPY = @COPY@
140CPP = @CPP@
141CPPFLAGS = @CPPFLAGS@
142CYGPATH_W = @CYGPATH_W@
143DEFS = @DEFS@
144DEPDIR = @DEPDIR@
145DSYMUTIL = @DSYMUTIL@
146DUMPBIN = @DUMPBIN@
147ECHO = @ECHO@
148ECHO_C = @ECHO_C@
149ECHO_N = @ECHO_N@
150ECHO_T = @ECHO_T@
151EGREP = @EGREP@
152EXEEXT = @EXEEXT@
153FGREP = @FGREP@
154GMSGFMT = @GMSGFMT@
155GMSGFMT_015 = @GMSGFMT_015@
156GREP = @GREP@
157INSTALL = @INSTALL@
158INSTALL_DATA = @INSTALL_DATA@
159INSTALL_PROGRAM = @INSTALL_PROGRAM@
160INSTALL_SCRIPT = @INSTALL_SCRIPT@
161INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162INTLLIBS = @INTLLIBS@
163INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
164LD = @LD@
165LDFLAGS = @LDFLAGS@
166LIBICONV = @LIBICONV@
167LIBINTL = @LIBINTL@
168LIBOBJS = @LIBOBJS@
169LIBS = @LIBS@
170LIBTOOL = @LIBTOOL@
171LIPO = @LIPO@
172LN_S = @LN_S@
173LTLIBICONV = @LTLIBICONV@
174LTLIBINTL = @LTLIBINTL@
175LTLIBOBJS = @LTLIBOBJS@
176MAKEINFO = @MAKEINFO@
177MKDIR = @MKDIR@
178MKDIR_P = @MKDIR_P@
179MSGFMT = @MSGFMT@
180MSGFMT_015 = @MSGFMT_015@
181MSGMERGE = @MSGMERGE@
182NM = @NM@
183NMEDIT = @NMEDIT@
184OBJDUMP = @OBJDUMP@
185OBJEXT = @OBJEXT@
186OPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@
187OTOOL = @OTOOL@
188OTOOL64 = @OTOOL64@
189PACKAGE = @PACKAGE@
190PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
191PACKAGE_NAME = @PACKAGE_NAME@
192PACKAGE_STRING = @PACKAGE_STRING@
193PACKAGE_TARNAME = @PACKAGE_TARNAME@
194PACKAGE_VERSION = @PACKAGE_VERSION@
195PATH_SEPARATOR = @PATH_SEPARATOR@
196POSUB = @POSUB@
197RANLIB = @RANLIB@
198RM = @RM@
199SED = @SED@
200SET_MAKE = @SET_MAKE@
201SHELL = @SHELL@
202STRIP = @STRIP@
203USE_NLS = @USE_NLS@
204VERSION = @VERSION@
205XGETTEXT = @XGETTEXT@
206XGETTEXT_015 = @XGETTEXT_015@
207abs_builddir = @abs_builddir@
208abs_srcdir = @abs_srcdir@
209abs_top_builddir = @abs_top_builddir@
210abs_top_srcdir = @abs_top_srcdir@
211ac_ct_CC = @ac_ct_CC@
212ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213am__include = @am__include@
214am__leading_dot = @am__leading_dot@
215am__quote = @am__quote@
216am__tar = @am__tar@
217am__untar = @am__untar@
218bindir = @bindir@
219build = @build@
220build_alias = @build_alias@
221build_cpu = @build_cpu@
222build_os = @build_os@
223build_vendor = @build_vendor@
224builddir = @builddir@
225datadir = @datadir@
226datarootdir = @datarootdir@
227docdir = @docdir@
228dvidir = @dvidir@
229exec_prefix = @exec_prefix@
230host = @host@
231host_alias = @host_alias@
232host_cpu = @host_cpu@
233host_os = @host_os@
234host_vendor = @host_vendor@
235htmldir = @htmldir@
236includedir = @includedir@
237infodir = @infodir@
238install_sh = @install_sh@
239libdir = @libdir@
240libexecdir = @libexecdir@
241localedir = @localedir@
242localstatedir = @localstatedir@
243lt_ECHO = @lt_ECHO@
244mandir = @mandir@
245mkdir_p = @mkdir_p@
246oldincludedir = @oldincludedir@
247pdfdir = @pdfdir@
248prefix = @prefix@
249program_transform_name = @program_transform_name@
250psdir = @psdir@
251sbindir = @sbindir@
252sharedstatedir = @sharedstatedir@
253srcdir = @srcdir@
254sysconfdir = @sysconfdir@
255target = @target@
256target_alias = @target_alias@
257target_cpu = @target_cpu@
258target_os = @target_os@
259target_vendor = @target_vendor@
260top_build_prefix = @top_build_prefix@
261top_builddir = @top_builddir@
262top_srcdir = @top_srcdir@
263noinst_HEADERS = data_common.h \
264			data_import.h \
265			data_init.h \
266			data_object.h \
267			data_passwd.h \
268			data_protect.h
269
270
271#
272# Common build flags
273AM_CPPFLAGS = -I$(top_srcdir)/include -D_LINUX
274LDADD = $(top_builddir)/lib/libtpm_pkcs11.la -ltspi @INTLLIBS@
275
276#
277# TPM Token initialization command
278tpmtoken_init_SOURCES = data_init.c
279
280#
281# TPM Token change password command
282tpmtoken_setpasswd_SOURCES = data_passwd.c
283
284#
285# TPM Token object list command
286tpmtoken_objects_SOURCES = data_object.c
287
288#
289# TPM Token object import command
290tpmtoken_import_SOURCES = data_import.c
291tpmtoken_import_LDADD = $(LDADD) -lcrypto
292
293#
294# TPM Token data protection command
295tpmtoken_protect_SOURCES = data_protect.c
296all: all-am
297
298.SUFFIXES:
299.SUFFIXES: .c .lo .o .obj
300$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
301	@for dep in $?; do \
302	  case '$(am__configure_deps)' in \
303	    *$$dep*) \
304	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
305	        && { if test -f $@; then exit 0; else break; fi; }; \
306	      exit 1;; \
307	  esac; \
308	done; \
309	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/data_mgmt/Makefile'; \
310	$(am__cd) $(top_srcdir) && \
311	  $(AUTOMAKE) --foreign src/data_mgmt/Makefile
312.PRECIOUS: Makefile
313Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
314	@case '$?' in \
315	  *config.status*) \
316	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
317	  *) \
318	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
319	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
320	esac;
321
322$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
323	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324
325$(top_srcdir)/configure:  $(am__configure_deps)
326	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
328	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329$(am__aclocal_m4_deps):
330install-binPROGRAMS: $(bin_PROGRAMS)
331	@$(NORMAL_INSTALL)
332	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
333	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
334	for p in $$list; do echo "$$p $$p"; done | \
335	sed 's/$(EXEEXT)$$//' | \
336	while read p p1; do if test -f $$p || test -f $$p1; \
337	  then echo "$$p"; echo "$$p"; else :; fi; \
338	done | \
339	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
340	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
341	sed 'N;N;N;s,\n, ,g' | \
342	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
343	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
344	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
345	    else { print "f", $$3 "/" $$4, $$1; } } \
346	  END { for (d in files) print "f", d, files[d] }' | \
347	while read type dir files; do \
348	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
349	    test -z "$$files" || { \
350	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
351	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
352	    } \
353	; done
354
355uninstall-binPROGRAMS:
356	@$(NORMAL_UNINSTALL)
357	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
358	files=`for p in $$list; do echo "$$p"; done | \
359	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
360	      -e 's/$$/$(EXEEXT)/' `; \
361	test -n "$$list" || exit 0; \
362	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
363	cd "$(DESTDIR)$(bindir)" && rm -f $$files
364
365clean-binPROGRAMS:
366	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
367	echo " rm -f" $$list; \
368	rm -f $$list || exit $$?; \
369	test -n "$(EXEEXT)" || exit 0; \
370	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
371	echo " rm -f" $$list; \
372	rm -f $$list
373tpmtoken_import$(EXEEXT): $(tpmtoken_import_OBJECTS) $(tpmtoken_import_DEPENDENCIES)
374	@rm -f tpmtoken_import$(EXEEXT)
375	$(LINK) $(tpmtoken_import_OBJECTS) $(tpmtoken_import_LDADD) $(LIBS)
376tpmtoken_init$(EXEEXT): $(tpmtoken_init_OBJECTS) $(tpmtoken_init_DEPENDENCIES)
377	@rm -f tpmtoken_init$(EXEEXT)
378	$(LINK) $(tpmtoken_init_OBJECTS) $(tpmtoken_init_LDADD) $(LIBS)
379tpmtoken_objects$(EXEEXT): $(tpmtoken_objects_OBJECTS) $(tpmtoken_objects_DEPENDENCIES)
380	@rm -f tpmtoken_objects$(EXEEXT)
381	$(LINK) $(tpmtoken_objects_OBJECTS) $(tpmtoken_objects_LDADD) $(LIBS)
382tpmtoken_protect$(EXEEXT): $(tpmtoken_protect_OBJECTS) $(tpmtoken_protect_DEPENDENCIES)
383	@rm -f tpmtoken_protect$(EXEEXT)
384	$(LINK) $(tpmtoken_protect_OBJECTS) $(tpmtoken_protect_LDADD) $(LIBS)
385tpmtoken_setpasswd$(EXEEXT): $(tpmtoken_setpasswd_OBJECTS) $(tpmtoken_setpasswd_DEPENDENCIES)
386	@rm -f tpmtoken_setpasswd$(EXEEXT)
387	$(LINK) $(tpmtoken_setpasswd_OBJECTS) $(tpmtoken_setpasswd_LDADD) $(LIBS)
388
389mostlyclean-compile:
390	-rm -f *.$(OBJEXT)
391
392distclean-compile:
393	-rm -f *.tab.c
394
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_import.Po@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_init.Po@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_object.Po@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_passwd.Po@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_protect.Po@am__quote@
400
401.c.o:
402@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
403@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
404@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
405@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406@am__fastdepCC_FALSE@	$(COMPILE) -c $<
407
408.c.obj:
409@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
410@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
411@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
412@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
414
415.c.lo:
416@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
418@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
419@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
421
422mostlyclean-libtool:
423	-rm -f *.lo
424
425clean-libtool:
426	-rm -rf .libs _libs
427
428ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
429	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
430	unique=`for i in $$list; do \
431	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432	  done | \
433	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434	      END { if (nonempty) { for (i in files) print i; }; }'`; \
435	mkid -fID $$unique
436tags: TAGS
437
438TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
439		$(TAGS_FILES) $(LISP)
440	set x; \
441	here=`pwd`; \
442	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
443	unique=`for i in $$list; do \
444	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445	  done | \
446	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447	      END { if (nonempty) { for (i in files) print i; }; }'`; \
448	shift; \
449	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
450	  test -n "$$unique" || unique=$$empty_fix; \
451	  if test $$# -gt 0; then \
452	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
453	      "$$@" $$unique; \
454	  else \
455	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456	      $$unique; \
457	  fi; \
458	fi
459ctags: CTAGS
460CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
461		$(TAGS_FILES) $(LISP)
462	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
463	unique=`for i in $$list; do \
464	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465	  done | \
466	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467	      END { if (nonempty) { for (i in files) print i; }; }'`; \
468	test -z "$(CTAGS_ARGS)$$unique" \
469	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
470	     $$unique
471
472GTAGS:
473	here=`$(am__cd) $(top_builddir) && pwd` \
474	  && $(am__cd) $(top_srcdir) \
475	  && gtags -i $(GTAGS_ARGS) "$$here"
476
477distclean-tags:
478	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
479
480distdir: $(DISTFILES)
481	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483	list='$(DISTFILES)'; \
484	  dist_files=`for file in $$list; do echo $$file; done | \
485	  sed -e "s|^$$srcdirstrip/||;t" \
486	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
487	case $$dist_files in \
488	  */*) $(MKDIR_P) `echo "$$dist_files" | \
489			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
490			   sort -u` ;; \
491	esac; \
492	for file in $$dist_files; do \
493	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494	  if test -d $$d/$$file; then \
495	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
496	    if test -d "$(distdir)/$$file"; then \
497	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498	    fi; \
499	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
500	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
501	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502	    fi; \
503	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
504	  else \
505	    test -f "$(distdir)/$$file" \
506	    || cp -p $$d/$$file "$(distdir)/$$file" \
507	    || exit 1; \
508	  fi; \
509	done
510check-am: all-am
511check: check-am
512all-am: Makefile $(PROGRAMS) $(HEADERS)
513installdirs:
514	for dir in "$(DESTDIR)$(bindir)"; do \
515	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
516	done
517install: install-am
518install-exec: install-exec-am
519install-data: install-data-am
520uninstall: uninstall-am
521
522install-am: all-am
523	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
524
525installcheck: installcheck-am
526install-strip:
527	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
528	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
529	  `test -z '$(STRIP)' || \
530	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
531mostlyclean-generic:
532
533clean-generic:
534
535distclean-generic:
536	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
537	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
538
539maintainer-clean-generic:
540	@echo "This command is intended for maintainers to use"
541	@echo "it deletes files that may require special tools to rebuild."
542clean: clean-am
543
544clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
545
546distclean: distclean-am
547	-rm -rf ./$(DEPDIR)
548	-rm -f Makefile
549distclean-am: clean-am distclean-compile distclean-generic \
550	distclean-tags
551
552dvi: dvi-am
553
554dvi-am:
555
556html: html-am
557
558html-am:
559
560info: info-am
561
562info-am:
563
564install-data-am:
565
566install-dvi: install-dvi-am
567
568install-dvi-am:
569
570install-exec-am: install-binPROGRAMS
571
572install-html: install-html-am
573
574install-html-am:
575
576install-info: install-info-am
577
578install-info-am:
579
580install-man:
581
582install-pdf: install-pdf-am
583
584install-pdf-am:
585
586install-ps: install-ps-am
587
588install-ps-am:
589
590installcheck-am:
591
592maintainer-clean: maintainer-clean-am
593	-rm -rf ./$(DEPDIR)
594	-rm -f Makefile
595maintainer-clean-am: distclean-am maintainer-clean-generic
596
597mostlyclean: mostlyclean-am
598
599mostlyclean-am: mostlyclean-compile mostlyclean-generic \
600	mostlyclean-libtool
601
602pdf: pdf-am
603
604pdf-am:
605
606ps: ps-am
607
608ps-am:
609
610uninstall-am: uninstall-binPROGRAMS
611
612.MAKE: install-am install-strip
613
614.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
615	clean-generic clean-libtool ctags distclean distclean-compile \
616	distclean-generic distclean-libtool distclean-tags distdir dvi \
617	dvi-am html html-am info info-am install install-am \
618	install-binPROGRAMS install-data install-data-am install-dvi \
619	install-dvi-am install-exec install-exec-am install-html \
620	install-html-am install-info install-info-am install-man \
621	install-pdf install-pdf-am install-ps install-ps-am \
622	install-strip installcheck installcheck-am installdirs \
623	maintainer-clean maintainer-clean-generic mostlyclean \
624	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
625	pdf pdf-am ps ps-am tags uninstall uninstall-am \
626	uninstall-binPROGRAMS
627
628
629# Tell versions [3.59,3.63) of GNU make to not export all variables.
630# Otherwise a system limit (for SysV at least) may be exceeded.
631.NOEXPORT:
632