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 for compat directory
19# Copyright (C) 2010 Free Software Foundation, Inc.
20#
21# This file is part of Libgcrypt.
22#
23# Libgcrypt is free software; you can redistribute it and/or modify
24# it under the terms of the GNU Lesser General Public License as
25# published by the Free Software Foundation; either version 2.1 of
26# the License, or (at your option) any later version.
27#
28# Libgcrypt is distributed in the hope that it will be useful,
29# but WITHOUT ANY WARRANTY; without even the implied warranty of
30# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
31# GNU Lesser General Public License for more details.
32#
33# You should have received a copy of the GNU Lesser General Public
34# License along with this program; if not, see <http://www.gnu.org/licenses/>.
35
36# Process this file with automake to produce Makefile.in
37
38# We use this libcompat to work around problems with LIBOBJ stuff.
39# For example, we need some of the compat files also in tests/ but the
40# suggested way to do this (using the automake option subdir-objects)
41# leads to problems with "make distclean": The distclean target in
42# tests is run before the one src and it removes the deps files of the
43# libobj files which are in src.  Now when it comes to run make in src
44# the icnluded files are gone - bummer.  Instead of try to fix this
45# issue it seems better not to use subdir-objects but build them all
46# into a compat library and always link against that library.  This
47# also avoids the problem that a dependency on LTLIBOBJ is not setup
48# if -- disable-static was used.
49
50VPATH = @srcdir@
51pkgdatadir = $(datadir)/@PACKAGE@
52pkgincludedir = $(includedir)/@PACKAGE@
53pkglibdir = $(libdir)/@PACKAGE@
54pkglibexecdir = $(libexecdir)/@PACKAGE@
55am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
56install_sh_DATA = $(install_sh) -c -m 644
57install_sh_PROGRAM = $(install_sh) -c
58install_sh_SCRIPT = $(install_sh) -c
59INSTALL_HEADER = $(INSTALL_DATA)
60transform = $(program_transform_name)
61NORMAL_INSTALL = :
62PRE_INSTALL = :
63POST_INSTALL = :
64NORMAL_UNINSTALL = :
65PRE_UNINSTALL = :
66POST_UNINSTALL = :
67build_triplet = @build@
68host_triplet = @host@
69subdir = compat
70DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in clock.c \
71	getpid.c
72ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
73am__aclocal_m4_deps = $(top_srcdir)/m4/gpg-error.m4 \
74	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
75	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
76	$(top_srcdir)/m4/lt~obsolete.m4 \
77	$(top_srcdir)/m4/noexecstack.m4 $(top_srcdir)/m4/onceonly.m4 \
78	$(top_srcdir)/m4/socklen.m4 $(top_srcdir)/m4/sys_socket_h.m4 \
79	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
80am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81	$(ACLOCAL_M4)
82mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
83CONFIG_HEADER = $(top_builddir)/config.h
84CONFIG_CLEAN_FILES =
85CONFIG_CLEAN_VPATH_FILES =
86LTLIBRARIES = $(noinst_LTLIBRARIES)
87am_libcompat_la_OBJECTS = compat.lo
88libcompat_la_OBJECTS = $(am_libcompat_la_OBJECTS)
89DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
90depcomp = $(SHELL) $(top_srcdir)/depcomp
91am__depfiles_maybe = depfiles
92am__mv = mv -f
93COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
97	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98CCLD = $(CC)
99LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
100	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
101	$(LDFLAGS) -o $@
102SOURCES = $(libcompat_la_SOURCES)
103DIST_SOURCES = $(libcompat_la_SOURCES)
104ETAGS = etags
105CTAGS = ctags
106DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107ACLOCAL = @ACLOCAL@
108AMTAR = @AMTAR@
109AR = @AR@
110AS = @AS@
111AUTOCONF = @AUTOCONF@
112AUTOHEADER = @AUTOHEADER@
113AUTOMAKE = @AUTOMAKE@
114AWK = @AWK@
115BUILD_FILEVERSION = @BUILD_FILEVERSION@
116BUILD_REVISION = @BUILD_REVISION@
117BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
118CC = @CC@
119CCAS = @CCAS@
120CCASDEPMODE = @CCASDEPMODE@
121CCASFLAGS = @CCASFLAGS@
122CCDEPMODE = @CCDEPMODE@
123CFLAGS = @CFLAGS@
124CPP = @CPP@
125CPPFLAGS = @CPPFLAGS@
126CYGPATH_W = @CYGPATH_W@
127DEFS = @DEFS@
128DEPDIR = @DEPDIR@
129DLLTOOL = @DLLTOOL@
130DL_LIBS = @DL_LIBS@
131DSYMUTIL = @DSYMUTIL@
132DUMPBIN = @DUMPBIN@
133ECHO_C = @ECHO_C@
134ECHO_N = @ECHO_N@
135ECHO_T = @ECHO_T@
136EGREP = @EGREP@
137EXEEXT = @EXEEXT@
138FALLBACK_SOCKLEN_T = @FALLBACK_SOCKLEN_T@
139FGREP = @FGREP@
140GCRYPT_CIPHERS = @GCRYPT_CIPHERS@
141GCRYPT_DIGESTS = @GCRYPT_DIGESTS@
142GCRYPT_PUBKEY_CIPHERS = @GCRYPT_PUBKEY_CIPHERS@
143GCRYPT_RANDOM = @GCRYPT_RANDOM@
144GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
145GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
146GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
147GREP = @GREP@
148INSERT_SYS_SELECT_H = @INSERT_SYS_SELECT_H@
149INSTALL = @INSTALL@
150INSTALL_DATA = @INSTALL_DATA@
151INSTALL_PROGRAM = @INSTALL_PROGRAM@
152INSTALL_SCRIPT = @INSTALL_SCRIPT@
153INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154LD = @LD@
155LDFLAGS = @LDFLAGS@
156LIBGCRYPT_CIPHERS = @LIBGCRYPT_CIPHERS@
157LIBGCRYPT_CONFIG_API_VERSION = @LIBGCRYPT_CONFIG_API_VERSION@
158LIBGCRYPT_CONFIG_CFLAGS = @LIBGCRYPT_CONFIG_CFLAGS@
159LIBGCRYPT_CONFIG_HOST = @LIBGCRYPT_CONFIG_HOST@
160LIBGCRYPT_CONFIG_LIBS = @LIBGCRYPT_CONFIG_LIBS@
161LIBGCRYPT_DIGESTS = @LIBGCRYPT_DIGESTS@
162LIBGCRYPT_LT_AGE = @LIBGCRYPT_LT_AGE@
163LIBGCRYPT_LT_CURRENT = @LIBGCRYPT_LT_CURRENT@
164LIBGCRYPT_LT_REVISION = @LIBGCRYPT_LT_REVISION@
165LIBGCRYPT_PUBKEY_CIPHERS = @LIBGCRYPT_PUBKEY_CIPHERS@
166LIBGCRYPT_THREAD_MODULES = @LIBGCRYPT_THREAD_MODULES@
167LIBOBJS = @LIBOBJS@
168LIBS = @LIBS@
169LIBTOOL = @LIBTOOL@
170LIPO = @LIPO@
171LN_S = @LN_S@
172LTLIBOBJS = @LTLIBOBJS@
173MAINT = @MAINT@
174MAKEINFO = @MAKEINFO@
175MKDIR_P = @MKDIR_P@
176MPI_SFLAGS = @MPI_SFLAGS@
177NM = @NM@
178NMEDIT = @NMEDIT@
179NOEXECSTACK_FLAGS = @NOEXECSTACK_FLAGS@
180OBJDUMP = @OBJDUMP@
181OBJEXT = @OBJEXT@
182OTOOL = @OTOOL@
183OTOOL64 = @OTOOL64@
184PACKAGE = @PACKAGE@
185PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186PACKAGE_NAME = @PACKAGE_NAME@
187PACKAGE_STRING = @PACKAGE_STRING@
188PACKAGE_TARNAME = @PACKAGE_TARNAME@
189PACKAGE_URL = @PACKAGE_URL@
190PACKAGE_VERSION = @PACKAGE_VERSION@
191PATH_SEPARATOR = @PATH_SEPARATOR@
192PTH_CFLAGS = @PTH_CFLAGS@
193PTH_CONFIG = @PTH_CONFIG@
194PTH_LIBS = @PTH_LIBS@
195RANLIB = @RANLIB@
196RC = @RC@
197SED = @SED@
198SET_MAKE = @SET_MAKE@
199SHELL = @SHELL@
200STRIP = @STRIP@
201SYS_SOCKET_H = @SYS_SOCKET_H@
202VERSION = @VERSION@
203abs_builddir = @abs_builddir@
204abs_srcdir = @abs_srcdir@
205abs_top_builddir = @abs_top_builddir@
206abs_top_srcdir = @abs_top_srcdir@
207ac_ct_CC = @ac_ct_CC@
208ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
209am__include = @am__include@
210am__leading_dot = @am__leading_dot@
211am__quote = @am__quote@
212am__tar = @am__tar@
213am__untar = @am__untar@
214bindir = @bindir@
215build = @build@
216build_alias = @build_alias@
217build_cpu = @build_cpu@
218build_os = @build_os@
219build_vendor = @build_vendor@
220builddir = @builddir@
221datadir = @datadir@
222datarootdir = @datarootdir@
223docdir = @docdir@
224dvidir = @dvidir@
225emacs_local_vars_begin = @emacs_local_vars_begin@
226emacs_local_vars_end = @emacs_local_vars_end@
227emacs_local_vars_read_only = @emacs_local_vars_read_only@
228exec_prefix = @exec_prefix@
229host = @host@
230host_alias = @host_alias@
231host_cpu = @host_cpu@
232host_os = @host_os@
233host_vendor = @host_vendor@
234htmldir = @htmldir@
235includedir = @includedir@
236infodir = @infodir@
237install_sh = @install_sh@
238libdir = @libdir@
239libexecdir = @libexecdir@
240localedir = @localedir@
241localstatedir = @localstatedir@
242lt_ECHO = @lt_ECHO@
243mandir = @mandir@
244mkdir_p = @mkdir_p@
245oldincludedir = @oldincludedir@
246pdfdir = @pdfdir@
247prefix = @prefix@
248program_transform_name = @program_transform_name@
249psdir = @psdir@
250sbindir = @sbindir@
251sharedstatedir = @sharedstatedir@
252srcdir = @srcdir@
253sysconfdir = @sysconfdir@
254target_alias = @target_alias@
255top_build_prefix = @top_build_prefix@
256top_builddir = @top_builddir@
257top_srcdir = @top_srcdir@
258
259# Need to include ../src in addition to top_srcdir because gcrypt.h is
260# a built header.
261AM_CPPFLAGS = -I../src -I$(top_srcdir)/src $(GPG_ERROR_CFLAGS)
262noinst_LTLIBRARIES = libcompat.la
263
264# We only need one file so that the library is guaranteed to have at
265# least one member.
266libcompat_la_SOURCES = compat.c libcompat.h
267libcompat_la_DEPENDENCIES = @LTLIBOBJS@
268libcompat_la_LIBADD = @LTLIBOBJS@
269all: all-am
270
271.SUFFIXES:
272.SUFFIXES: .c .lo .o .obj
273$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
274	@for dep in $?; do \
275	  case '$(am__configure_deps)' in \
276	    *$$dep*) \
277	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
278	        && { if test -f $@; then exit 0; else break; fi; }; \
279	      exit 1;; \
280	  esac; \
281	done; \
282	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu compat/Makefile'; \
283	$(am__cd) $(top_srcdir) && \
284	  $(AUTOMAKE) --gnu compat/Makefile
285.PRECIOUS: Makefile
286Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
287	@case '$?' in \
288	  *config.status*) \
289	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
290	  *) \
291	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
292	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
293	esac;
294
295$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
296	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297
298$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
299	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
301	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302$(am__aclocal_m4_deps):
303
304clean-noinstLTLIBRARIES:
305	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
306	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
307	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
308	  test "$$dir" != "$$p" || dir=.; \
309	  echo "rm -f \"$${dir}/so_locations\""; \
310	  rm -f "$${dir}/so_locations"; \
311	done
312libcompat.la: $(libcompat_la_OBJECTS) $(libcompat_la_DEPENDENCIES) 
313	$(LINK)  $(libcompat_la_OBJECTS) $(libcompat_la_LIBADD) $(LIBS)
314
315mostlyclean-compile:
316	-rm -f *.$(OBJEXT)
317
318distclean-compile:
319	-rm -f *.tab.c
320
321@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/clock.Plo@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getpid.Plo@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Plo@am__quote@
324
325.c.o:
326@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
327@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
328@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
329@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330@am__fastdepCC_FALSE@	$(COMPILE) -c $<
331
332.c.obj:
333@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
334@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
335@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
336@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
338
339.c.lo:
340@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
341@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
342@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
343@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
345
346mostlyclean-libtool:
347	-rm -f *.lo
348
349clean-libtool:
350	-rm -rf .libs _libs
351
352ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
353	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
354	unique=`for i in $$list; do \
355	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356	  done | \
357	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
358	      END { if (nonempty) { for (i in files) print i; }; }'`; \
359	mkid -fID $$unique
360tags: TAGS
361
362TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363		$(TAGS_FILES) $(LISP)
364	set x; \
365	here=`pwd`; \
366	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
367	unique=`for i in $$list; do \
368	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369	  done | \
370	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371	      END { if (nonempty) { for (i in files) print i; }; }'`; \
372	shift; \
373	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
374	  test -n "$$unique" || unique=$$empty_fix; \
375	  if test $$# -gt 0; then \
376	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377	      "$$@" $$unique; \
378	  else \
379	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380	      $$unique; \
381	  fi; \
382	fi
383ctags: CTAGS
384CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
385		$(TAGS_FILES) $(LISP)
386	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
387	unique=`for i in $$list; do \
388	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389	  done | \
390	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391	      END { if (nonempty) { for (i in files) print i; }; }'`; \
392	test -z "$(CTAGS_ARGS)$$unique" \
393	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
394	     $$unique
395
396GTAGS:
397	here=`$(am__cd) $(top_builddir) && pwd` \
398	  && $(am__cd) $(top_srcdir) \
399	  && gtags -i $(GTAGS_ARGS) "$$here"
400
401distclean-tags:
402	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
403
404distdir: $(DISTFILES)
405	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
406	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
407	list='$(DISTFILES)'; \
408	  dist_files=`for file in $$list; do echo $$file; done | \
409	  sed -e "s|^$$srcdirstrip/||;t" \
410	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
411	case $$dist_files in \
412	  */*) $(MKDIR_P) `echo "$$dist_files" | \
413			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
414			   sort -u` ;; \
415	esac; \
416	for file in $$dist_files; do \
417	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
418	  if test -d $$d/$$file; then \
419	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
420	    if test -d "$(distdir)/$$file"; then \
421	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
422	    fi; \
423	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
424	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
425	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
426	    fi; \
427	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
428	  else \
429	    test -f "$(distdir)/$$file" \
430	    || cp -p $$d/$$file "$(distdir)/$$file" \
431	    || exit 1; \
432	  fi; \
433	done
434check-am: all-am
435check: check-am
436all-am: Makefile $(LTLIBRARIES)
437installdirs:
438install: install-am
439install-exec: install-exec-am
440install-data: install-data-am
441uninstall: uninstall-am
442
443install-am: all-am
444	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445
446installcheck: installcheck-am
447install-strip:
448	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450	  `test -z '$(STRIP)' || \
451	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
452mostlyclean-generic:
453
454clean-generic:
455
456distclean-generic:
457	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
458	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
459
460maintainer-clean-generic:
461	@echo "This command is intended for maintainers to use"
462	@echo "it deletes files that may require special tools to rebuild."
463clean: clean-am
464
465clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
466	mostlyclean-am
467
468distclean: distclean-am
469	-rm -rf $(DEPDIR) ./$(DEPDIR)
470	-rm -f Makefile
471distclean-am: clean-am distclean-compile distclean-generic \
472	distclean-tags
473
474dvi: dvi-am
475
476dvi-am:
477
478html: html-am
479
480html-am:
481
482info: info-am
483
484info-am:
485
486install-data-am:
487
488install-dvi: install-dvi-am
489
490install-dvi-am:
491
492install-exec-am:
493
494install-html: install-html-am
495
496install-html-am:
497
498install-info: install-info-am
499
500install-info-am:
501
502install-man:
503
504install-pdf: install-pdf-am
505
506install-pdf-am:
507
508install-ps: install-ps-am
509
510install-ps-am:
511
512installcheck-am:
513
514maintainer-clean: maintainer-clean-am
515	-rm -rf $(DEPDIR) ./$(DEPDIR)
516	-rm -f Makefile
517maintainer-clean-am: distclean-am maintainer-clean-generic
518
519mostlyclean: mostlyclean-am
520
521mostlyclean-am: mostlyclean-compile mostlyclean-generic \
522	mostlyclean-libtool
523
524pdf: pdf-am
525
526pdf-am:
527
528ps: ps-am
529
530ps-am:
531
532uninstall-am:
533
534.MAKE: install-am install-strip
535
536.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
537	clean-libtool clean-noinstLTLIBRARIES ctags distclean \
538	distclean-compile distclean-generic distclean-libtool \
539	distclean-tags distdir dvi dvi-am html html-am info info-am \
540	install install-am install-data install-data-am install-dvi \
541	install-dvi-am install-exec install-exec-am install-html \
542	install-html-am install-info install-info-am install-man \
543	install-pdf install-pdf-am install-ps install-ps-am \
544	install-strip installcheck installcheck-am installdirs \
545	maintainer-clean maintainer-clean-generic mostlyclean \
546	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
547	pdf pdf-am ps ps-am tags uninstall uninstall-am
548
549
550# AC_LIBOBJ files are:
551#    getpid.c
552#    clock.c
553#
554
555# Tell versions [3.59,3.63) of GNU make to not export all variables.
556# Otherwise a system limit (for SysV at least) may be exceeded.
557.NOEXPORT:
558