xref: /netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/Makefile.in (revision 6d322f2f4598f0d8a138f10ea648ec4fabe41f8b)
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# Makefile.am
19#
20#       The Initial Developer of the Original Code is International
21#       Business Machines Corporation. Portions created by IBM
22#       Corporation are Copyright (C) 2005, 2006 International Business
23#       Machines Corporation. All Rights Reserved.
24#
25#       This program is free software; you can redistribute it and/or modify
26#       it under the terms of the Common Public License as published by
27#       IBM Corporation; either version 1 of the License, or (at your option)
28#       any later version.
29#
30#       This program is distributed in the hope that it will be useful,
31#       but WITHOUT ANY WARRANTY; without even the implied warranty of
32#       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33#       Common Public License for more details.
34#
35#       You should have received a copy of the Common Public License
36#       along with this program; if not, a copy can be viewed at
37#       http://www.opensource.org/licenses/cpl1.0.php.
38#
39
40VPATH = @srcdir@
41pkgdatadir = $(datadir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
43pkglibdir = $(libdir)/@PACKAGE@
44pkglibexecdir = $(libexecdir)/@PACKAGE@
45am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46install_sh_DATA = $(install_sh) -c -m 644
47install_sh_PROGRAM = $(install_sh) -c
48install_sh_SCRIPT = $(install_sh) -c
49INSTALL_HEADER = $(INSTALL_DATA)
50transform = $(program_transform_name)
51NORMAL_INSTALL = :
52PRE_INSTALL = :
53POST_INSTALL = :
54NORMAL_UNINSTALL = :
55PRE_UNINSTALL = :
56POST_UNINSTALL = :
57build_triplet = @build@
58host_triplet = @host@
59target_triplet = @target@
60@TSS_LIB_IS_12_TRUE@am__append_1 = -DTSS_LIB_IS_12
61
62#
63# PKCS#11 interface library
64@P11_SUPPORT_TRUE@am__append_2 = libtpm_pkcs11.la
65subdir = lib
66DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
67ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
69	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
70	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
71	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
72	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
73	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
74	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
75	$(top_srcdir)/configure.in
76am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77	$(ACLOCAL_M4)
78mkinstalldirs = $(install_sh) -d
79CONFIG_HEADER = $(top_builddir)/config.h
80CONFIG_CLEAN_FILES =
81CONFIG_CLEAN_VPATH_FILES =
82am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
83am__vpath_adj = case $$p in \
84    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
85    *) f=$$p;; \
86  esac;
87am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
88am__install_max = 40
89am__nobase_strip_setup = \
90  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
91am__nobase_strip = \
92  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
93am__nobase_list = $(am__nobase_strip_setup); \
94  for p in $$list; do echo "$$p $$p"; done | \
95  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
96  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
97    if (++n[$$2] == $(am__install_max)) \
98      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
99    END { for (dir in files) print dir, files[dir] }'
100am__base_list = \
101  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
102  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
103am__installdirs = "$(DESTDIR)$(libdir)"
104LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
105@P11_SUPPORT_TRUE@libtpm_pkcs11_la_DEPENDENCIES = libtpm_utils.la
106am__libtpm_pkcs11_la_SOURCES_DIST = tpm_pkcs11.c
107@P11_SUPPORT_TRUE@am_libtpm_pkcs11_la_OBJECTS = tpm_pkcs11.lo
108libtpm_pkcs11_la_OBJECTS = $(am_libtpm_pkcs11_la_OBJECTS)
109@P11_SUPPORT_TRUE@am_libtpm_pkcs11_la_rpath =
110libtpm_tspi_la_DEPENDENCIES = libtpm_utils.la
111am_libtpm_tspi_la_OBJECTS = tpm_tspi.lo
112libtpm_tspi_la_OBJECTS = $(am_libtpm_tspi_la_OBJECTS)
113libtpm_unseal_la_DEPENDENCIES = libtpm_tspi.la
114am_libtpm_unseal_la_OBJECTS = tpm_unseal.lo
115libtpm_unseal_la_OBJECTS = $(am_libtpm_unseal_la_OBJECTS)
116libtpm_unseal_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
117	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
118	$(libtpm_unseal_la_LDFLAGS) $(LDFLAGS) -o $@
119libtpm_utils_la_LIBADD =
120am_libtpm_utils_la_OBJECTS = tpm_utils.lo tpm_log.lo
121libtpm_utils_la_OBJECTS = $(am_libtpm_utils_la_OBJECTS)
122DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
123depcomp = $(SHELL) $(top_srcdir)/depcomp
124am__depfiles_maybe = depfiles
125am__mv = mv -f
126COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
127	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
128LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
129	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
130	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131CCLD = $(CC)
132LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
133	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
134	$(LDFLAGS) -o $@
135SOURCES = $(libtpm_pkcs11_la_SOURCES) $(libtpm_tspi_la_SOURCES) \
136	$(libtpm_unseal_la_SOURCES) $(libtpm_utils_la_SOURCES)
137DIST_SOURCES = $(am__libtpm_pkcs11_la_SOURCES_DIST) \
138	$(libtpm_tspi_la_SOURCES) $(libtpm_unseal_la_SOURCES) \
139	$(libtpm_utils_la_SOURCES)
140ETAGS = etags
141CTAGS = ctags
142DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143ACLOCAL = @ACLOCAL@
144AMTAR = @AMTAR@
145AR = @AR@
146AUTOCONF = @AUTOCONF@
147AUTOHEADER = @AUTOHEADER@
148AUTOMAKE = @AUTOMAKE@
149AWK = @AWK@
150CC = @CC@
151CCDEPMODE = @CCDEPMODE@
152CFLAGS = @CFLAGS@
153COPY = @COPY@
154CPP = @CPP@
155CPPFLAGS = @CPPFLAGS@
156CYGPATH_W = @CYGPATH_W@
157DEFS = @DEFS@
158DEPDIR = @DEPDIR@
159DLLTOOL = @DLLTOOL@
160DSYMUTIL = @DSYMUTIL@
161DUMPBIN = @DUMPBIN@
162ECHO = @ECHO@
163ECHO_C = @ECHO_C@
164ECHO_N = @ECHO_N@
165ECHO_T = @ECHO_T@
166EGREP = @EGREP@
167EXEEXT = @EXEEXT@
168FGREP = @FGREP@
169GMSGFMT = @GMSGFMT@
170GMSGFMT_015 = @GMSGFMT_015@
171GREP = @GREP@
172INSTALL = @INSTALL@
173INSTALL_DATA = @INSTALL_DATA@
174INSTALL_PROGRAM = @INSTALL_PROGRAM@
175INSTALL_SCRIPT = @INSTALL_SCRIPT@
176INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
177INTLLIBS = @INTLLIBS@
178INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
179LD = @LD@
180LDFLAGS = @LDFLAGS@
181LIBICONV = @LIBICONV@
182LIBINTL = @LIBINTL@
183LIBOBJS = @LIBOBJS@
184LIBS = @LIBS@
185LIBTOOL = @LIBTOOL@
186LIPO = @LIPO@
187LN_S = @LN_S@
188LTLIBICONV = @LTLIBICONV@
189LTLIBINTL = @LTLIBINTL@
190LTLIBOBJS = @LTLIBOBJS@
191MAKEINFO = @MAKEINFO@
192MANIFEST_TOOL = @MANIFEST_TOOL@
193MKDIR = @MKDIR@
194MKDIR_P = @MKDIR_P@
195MSGFMT = @MSGFMT@
196MSGFMT_015 = @MSGFMT_015@
197MSGMERGE = @MSGMERGE@
198NM = @NM@
199NMEDIT = @NMEDIT@
200OBJDUMP = @OBJDUMP@
201OBJEXT = @OBJEXT@
202OPENSSL_LIB_DIR = @OPENSSL_LIB_DIR@
203OTOOL = @OTOOL@
204OTOOL64 = @OTOOL64@
205PACKAGE = @PACKAGE@
206PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207PACKAGE_NAME = @PACKAGE_NAME@
208PACKAGE_STRING = @PACKAGE_STRING@
209PACKAGE_TARNAME = @PACKAGE_TARNAME@
210PACKAGE_URL = @PACKAGE_URL@
211PACKAGE_VERSION = @PACKAGE_VERSION@
212PATH_SEPARATOR = @PATH_SEPARATOR@
213POSUB = @POSUB@
214RANLIB = @RANLIB@
215RM = @RM@
216SED = @SED@
217SET_MAKE = @SET_MAKE@
218SHELL = @SHELL@
219STRIP = @STRIP@
220USE_NLS = @USE_NLS@
221VERSION = @VERSION@
222XGETTEXT = @XGETTEXT@
223XGETTEXT_015 = @XGETTEXT_015@
224abs_builddir = @abs_builddir@
225abs_srcdir = @abs_srcdir@
226abs_top_builddir = @abs_top_builddir@
227abs_top_srcdir = @abs_top_srcdir@
228ac_ct_AR = @ac_ct_AR@
229ac_ct_CC = @ac_ct_CC@
230ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
231am__include = @am__include@
232am__leading_dot = @am__leading_dot@
233am__quote = @am__quote@
234am__tar = @am__tar@
235am__untar = @am__untar@
236bindir = @bindir@
237build = @build@
238build_alias = @build_alias@
239build_cpu = @build_cpu@
240build_os = @build_os@
241build_vendor = @build_vendor@
242builddir = @builddir@
243datadir = @datadir@
244datarootdir = @datarootdir@
245docdir = @docdir@
246dvidir = @dvidir@
247exec_prefix = @exec_prefix@
248host = @host@
249host_alias = @host_alias@
250host_cpu = @host_cpu@
251host_os = @host_os@
252host_vendor = @host_vendor@
253htmldir = @htmldir@
254includedir = @includedir@
255infodir = @infodir@
256install_sh = @install_sh@
257libdir = @libdir@
258libexecdir = @libexecdir@
259
260# Gettext support
261localedir = $(datadir)/locale
262localstatedir = @localstatedir@
263mandir = @mandir@
264mkdir_p = @mkdir_p@
265oldincludedir = @oldincludedir@
266pdfdir = @pdfdir@
267prefix = @prefix@
268program_transform_name = @program_transform_name@
269psdir = @psdir@
270sbindir = @sbindir@
271sharedstatedir = @sharedstatedir@
272srcdir = @srcdir@
273sysconfdir = @sysconfdir@
274target = @target@
275target_alias = @target_alias@
276target_cpu = @target_cpu@
277target_os = @target_os@
278target_vendor = @target_vendor@
279top_build_prefix = @top_build_prefix@
280top_builddir = @top_builddir@
281top_srcdir = @top_srcdir@
282
283# Libraries to build
284lib_LTLIBRARIES = libtpm_unseal.la
285noinst_LTLIBRARIES = libtpm_tspi.la libtpm_utils.la $(am__append_2)
286
287#
288# Common build flags (with gettext support)
289AM_CPPFLAGS = -I$(top_srcdir)/include -D_LINUX \
290	-DLOCALEDIR=\"$(localedir)\" $(am__append_1)
291
292#
293# Utility library
294libtpm_utils_la_SOURCES = tpm_utils.c \
295				tpm_log.c
296
297
298#
299# TSPI interface library
300libtpm_tspi_la_SOURCES = tpm_tspi.c
301libtpm_tspi_la_LIBADD = libtpm_utils.la
302@P11_SUPPORT_TRUE@libtpm_pkcs11_la_SOURCES = tpm_pkcs11.c
303@P11_SUPPORT_TRUE@libtpm_pkcs11_la_LIBADD = libtpm_utils.la
304
305#
306# Installed Libraries
307
308#
309# Libtool -version-info flag usage rules
310# This flag accepts an argument of the form current[:revision[:age]].
311# So, passing -version-info 3:12:1 sets current to 3, revision to 12, and age to 1.
312# If either revision or age are omitted, they default to 0. Also note that age must
313# be less than or equal to the current interface number.
314# Here are a set of rules to help you update your library version information:
315#   1. Start with version information of 0:0:0 for each libtool library.
316#   2. Update the version information only immediately before a public release of your
317#	software. More frequent updates are unnecessary, and only guarantee that the
318#	current interface number gets larger faster.
319#   3. If the library source code has changed at all since the last update, then
320#	increment revision (c:r:a becomes c:r+1:a).
321#   4. If any interfaces have been added, removed, or changed since the last update,
322#	increment current, and set revision to 0.
323#   5. If any interfaces have been added since the last public release, then increment age.
324#   6. If any interfaces have been removed since the last public release, then set age to 0.
325
326#
327# Unseal library - for addition to existing apps, counter part of seal cmd
328libtpm_unseal_la_SOURCES = tpm_unseal.c
329libtpm_unseal_la_LDFLAGS = -shared -version-info 1:0:0
330libtpm_unseal_la_LIBADD = -ltspi  libtpm_tspi.la
331all: all-am
332
333.SUFFIXES:
334.SUFFIXES: .c .lo .o .obj
335$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
336	@for dep in $?; do \
337	  case '$(am__configure_deps)' in \
338	    *$$dep*) \
339	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
340	        && { if test -f $@; then exit 0; else break; fi; }; \
341	      exit 1;; \
342	  esac; \
343	done; \
344	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
345	$(am__cd) $(top_srcdir) && \
346	  $(AUTOMAKE) --foreign lib/Makefile
347.PRECIOUS: Makefile
348Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
349	@case '$?' in \
350	  *config.status*) \
351	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
352	  *) \
353	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
354	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
355	esac;
356
357$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
358	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359
360$(top_srcdir)/configure:  $(am__configure_deps)
361	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
363	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364$(am__aclocal_m4_deps):
365install-libLTLIBRARIES: $(lib_LTLIBRARIES)
366	@$(NORMAL_INSTALL)
367	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
368	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
369	list2=; for p in $$list; do \
370	  if test -f $$p; then \
371	    list2="$$list2 $$p"; \
372	  else :; fi; \
373	done; \
374	test -z "$$list2" || { \
375	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
376	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
377	}
378
379uninstall-libLTLIBRARIES:
380	@$(NORMAL_UNINSTALL)
381	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
382	for p in $$list; do \
383	  $(am__strip_dir) \
384	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
385	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
386	done
387
388clean-libLTLIBRARIES:
389	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
390	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
391	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
392	  test "$$dir" != "$$p" || dir=.; \
393	  echo "rm -f \"$${dir}/so_locations\""; \
394	  rm -f "$${dir}/so_locations"; \
395	done
396
397clean-noinstLTLIBRARIES:
398	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
399	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
400	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
401	  test "$$dir" != "$$p" || dir=.; \
402	  echo "rm -f \"$${dir}/so_locations\""; \
403	  rm -f "$${dir}/so_locations"; \
404	done
405libtpm_pkcs11.la: $(libtpm_pkcs11_la_OBJECTS) $(libtpm_pkcs11_la_DEPENDENCIES)
406	$(LINK) $(am_libtpm_pkcs11_la_rpath) $(libtpm_pkcs11_la_OBJECTS) $(libtpm_pkcs11_la_LIBADD) $(LIBS)
407libtpm_tspi.la: $(libtpm_tspi_la_OBJECTS) $(libtpm_tspi_la_DEPENDENCIES)
408	$(LINK)  $(libtpm_tspi_la_OBJECTS) $(libtpm_tspi_la_LIBADD) $(LIBS)
409libtpm_unseal.la: $(libtpm_unseal_la_OBJECTS) $(libtpm_unseal_la_DEPENDENCIES)
410	$(libtpm_unseal_la_LINK) -rpath $(libdir) $(libtpm_unseal_la_OBJECTS) $(libtpm_unseal_la_LIBADD) $(LIBS)
411libtpm_utils.la: $(libtpm_utils_la_OBJECTS) $(libtpm_utils_la_DEPENDENCIES)
412	$(LINK)  $(libtpm_utils_la_OBJECTS) $(libtpm_utils_la_LIBADD) $(LIBS)
413
414mostlyclean-compile:
415	-rm -f *.$(OBJEXT)
416
417distclean-compile:
418	-rm -f *.tab.c
419
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_log.Plo@am__quote@
421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_pkcs11.Plo@am__quote@
422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_tspi.Plo@am__quote@
423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_unseal.Plo@am__quote@
424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tpm_utils.Plo@am__quote@
425
426.c.o:
427@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
428@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
429@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
430@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431@am__fastdepCC_FALSE@	$(COMPILE) -c $<
432
433.c.obj:
434@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
435@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
436@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
437@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
439
440.c.lo:
441@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
442@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
443@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
444@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
446
447mostlyclean-libtool:
448	-rm -f *.lo
449
450clean-libtool:
451	-rm -rf .libs _libs
452
453ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
454	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
455	unique=`for i in $$list; do \
456	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457	  done | \
458	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459	      END { if (nonempty) { for (i in files) print i; }; }'`; \
460	mkid -fID $$unique
461tags: TAGS
462
463TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
464		$(TAGS_FILES) $(LISP)
465	set x; \
466	here=`pwd`; \
467	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
468	unique=`for i in $$list; do \
469	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470	  done | \
471	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
472	      END { if (nonempty) { for (i in files) print i; }; }'`; \
473	shift; \
474	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
475	  test -n "$$unique" || unique=$$empty_fix; \
476	  if test $$# -gt 0; then \
477	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478	      "$$@" $$unique; \
479	  else \
480	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
481	      $$unique; \
482	  fi; \
483	fi
484ctags: CTAGS
485CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
486		$(TAGS_FILES) $(LISP)
487	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
488	unique=`for i in $$list; do \
489	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490	  done | \
491	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
492	      END { if (nonempty) { for (i in files) print i; }; }'`; \
493	test -z "$(CTAGS_ARGS)$$unique" \
494	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
495	     $$unique
496
497GTAGS:
498	here=`$(am__cd) $(top_builddir) && pwd` \
499	  && $(am__cd) $(top_srcdir) \
500	  && gtags -i $(GTAGS_ARGS) "$$here"
501
502distclean-tags:
503	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
504
505distdir: $(DISTFILES)
506	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
507	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508	list='$(DISTFILES)'; \
509	  dist_files=`for file in $$list; do echo $$file; done | \
510	  sed -e "s|^$$srcdirstrip/||;t" \
511	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
512	case $$dist_files in \
513	  */*) $(MKDIR_P) `echo "$$dist_files" | \
514			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
515			   sort -u` ;; \
516	esac; \
517	for file in $$dist_files; do \
518	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
519	  if test -d $$d/$$file; then \
520	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
521	    if test -d "$(distdir)/$$file"; then \
522	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
523	    fi; \
524	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
525	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
526	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527	    fi; \
528	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
529	  else \
530	    test -f "$(distdir)/$$file" \
531	    || cp -p $$d/$$file "$(distdir)/$$file" \
532	    || exit 1; \
533	  fi; \
534	done
535check-am: all-am
536check: check-am
537all-am: Makefile $(LTLIBRARIES)
538installdirs:
539	for dir in "$(DESTDIR)$(libdir)"; do \
540	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
541	done
542install: install-am
543install-exec: install-exec-am
544install-data: install-data-am
545uninstall: uninstall-am
546
547install-am: all-am
548	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
549
550installcheck: installcheck-am
551install-strip:
552	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
554	  `test -z '$(STRIP)' || \
555	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
556mostlyclean-generic:
557
558clean-generic:
559
560distclean-generic:
561	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
562	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
563
564maintainer-clean-generic:
565	@echo "This command is intended for maintainers to use"
566	@echo "it deletes files that may require special tools to rebuild."
567clean: clean-am
568
569clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
570	clean-noinstLTLIBRARIES mostlyclean-am
571
572distclean: distclean-am
573	-rm -rf ./$(DEPDIR)
574	-rm -f Makefile
575distclean-am: clean-am distclean-compile distclean-generic \
576	distclean-tags
577
578dvi: dvi-am
579
580dvi-am:
581
582html: html-am
583
584html-am:
585
586info: info-am
587
588info-am:
589
590install-data-am:
591
592install-dvi: install-dvi-am
593
594install-dvi-am:
595
596install-exec-am: install-libLTLIBRARIES
597
598install-html: install-html-am
599
600install-html-am:
601
602install-info: install-info-am
603
604install-info-am:
605
606install-man:
607
608install-pdf: install-pdf-am
609
610install-pdf-am:
611
612install-ps: install-ps-am
613
614install-ps-am:
615
616installcheck-am:
617
618maintainer-clean: maintainer-clean-am
619	-rm -rf ./$(DEPDIR)
620	-rm -f Makefile
621maintainer-clean-am: distclean-am maintainer-clean-generic
622
623mostlyclean: mostlyclean-am
624
625mostlyclean-am: mostlyclean-compile mostlyclean-generic \
626	mostlyclean-libtool
627
628pdf: pdf-am
629
630pdf-am:
631
632ps: ps-am
633
634ps-am:
635
636uninstall-am: uninstall-libLTLIBRARIES
637
638.MAKE: install-am install-strip
639
640.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
641	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
642	ctags distclean distclean-compile distclean-generic \
643	distclean-libtool distclean-tags distdir dvi dvi-am html \
644	html-am info info-am install install-am install-data \
645	install-data-am install-dvi install-dvi-am install-exec \
646	install-exec-am install-html install-html-am install-info \
647	install-info-am install-libLTLIBRARIES install-man install-pdf \
648	install-pdf-am install-ps install-ps-am install-strip \
649	installcheck installcheck-am installdirs maintainer-clean \
650	maintainer-clean-generic mostlyclean mostlyclean-compile \
651	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
652	tags uninstall uninstall-am uninstall-libLTLIBRARIES
653
654
655# Tell versions [3.59,3.63) of GNU make to not export all variables.
656# Otherwise a system limit (for SysV at least) may be exceeded.
657.NOEXPORT:
658