1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# compat/Makefile.  Generated from Makefile.in by configure.
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
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
50
51pkgdatadir = $(datadir)/libgcrypt
52pkgincludedir = $(includedir)/libgcrypt
53pkglibdir = $(libdir)/libgcrypt
54pkglibexecdir = $(libexecdir)/libgcrypt
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 = mipsel-uclibc-linux-gnu26
68host_triplet = mipsel-uclibc-linux-gnu
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. -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 = ${SHELL} ${TIMEMACHINE_PATH}/libgcrypt-1.5.0/missing --run aclocal-1.11
108AMTAR = ${SHELL} ${TIMEMACHINE_PATH}/libgcrypt-1.5.0/missing --run tar
109AR = mipsel-linux-linux26-ar
110AS = as
111AUTOCONF = ${SHELL} ${TIMEMACHINE_PATH}/libgcrypt-1.5.0/missing --run autoconf
112AUTOHEADER = ${SHELL} ${TIMEMACHINE_PATH}/libgcrypt-1.5.0/missing --run autoheader
113AUTOMAKE = ${SHELL} ${TIMEMACHINE_PATH}/libgcrypt-1.5.0/missing --run automake-1.11
114AWK = gawk
115BUILD_FILEVERSION = 
116BUILD_REVISION = 41756
117BUILD_TIMESTAMP = 
118CC = mipsel-linux-uclibc-gcc
119CCAS = mipsel-linux-uclibc-gcc
120CCASDEPMODE = depmode=gcc3
121CCASFLAGS = -Os -I${PKG_INSTALL_DIR}/usr/include
122CCDEPMODE = depmode=gcc3
123CFLAGS = -Os -I${PKG_INSTALL_DIR}/usr/include -fvisibility=hidden -Wall
124CPP = mipsel-linux-uclibc-gcc -E
125CPPFLAGS = -I${PKG_INSTALL_DIR}/usr/include
126CYGPATH_W = echo
127DEFS = -DHAVE_CONFIG_H
128DEPDIR = .deps
129DLLTOOL = dlltool
130DL_LIBS = 
131DSYMUTIL = 
132DUMPBIN = 
133ECHO_C = 
134ECHO_N = -n
135ECHO_T = 
136EGREP = /bin/grep -E
137EXEEXT = 
138FALLBACK_SOCKLEN_T = typedef socklen_t gcry_socklen_t;
139FGREP = /bin/grep -F
140GCRYPT_CIPHERS =  arcfour.lo cast5.lo des.lo rijndael.lo
141GCRYPT_DIGESTS =  md5.lo sha256.lo sha512.lo rmd160.lo sha1.lo
142GCRYPT_PUBKEY_CIPHERS =  dsa.lo rsa.lo
143GCRYPT_RANDOM =  rndlinux.lo
144GPG_ERROR_CFLAGS = -I${PKG_INSTALL_DIR}/usr/include
145GPG_ERROR_CONFIG = ${PKG_INSTALL_DIR}/usr//bin/gpg-error-config
146GPG_ERROR_LIBS = -L${PKG_INSTALL_DIR}/usr/lib -lgpg-error
147GREP = /bin/grep
148INSERT_SYS_SELECT_H =  include <sys/select.h>
149INSTALL = /usr/bin/install -c
150INSTALL_DATA = ${INSTALL} -m 644
151INSTALL_PROGRAM = ${INSTALL}
152INSTALL_SCRIPT = ${INSTALL}
153INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
154LD = mipsel-linux-linux26-ld
155LDFLAGS = -L${PKG_INSTALL_DIR}/usr/lib
156LIBGCRYPT_CIPHERS = arcfour des aes cast5
157LIBGCRYPT_CONFIG_API_VERSION = 1
158LIBGCRYPT_CONFIG_CFLAGS = 
159LIBGCRYPT_CONFIG_HOST = mipsel-uclibc-linux-gnu
160LIBGCRYPT_CONFIG_LIBS = -lgcrypt
161LIBGCRYPT_DIGESTS = md5 rmd160 sha1 sha256 sha512
162LIBGCRYPT_LT_AGE = 7
163LIBGCRYPT_LT_CURRENT = 18
164LIBGCRYPT_LT_REVISION = 0
165LIBGCRYPT_PUBKEY_CIPHERS = rsa dsa
166LIBGCRYPT_THREAD_MODULES = 
167LIBOBJS = 
168LIBS = 
169LIBTOOL = $(SHELL) $(top_builddir)/libtool
170LIPO = 
171LN_S = ln -s
172LTLIBOBJS = 
173MAINT = #
174MAKEINFO = ${SHELL} ${TIMEMACHINE_PATH}/libgcrypt-1.5.0/missing --run makeinfo
175MKDIR_P = /bin/mkdir -p
176MPI_SFLAGS = 
177NM = mipsel-linux-linux26-nm
178NMEDIT = 
179NOEXECSTACK_FLAGS = 
180OBJDUMP = mipsel-linux-linux26-objdump
181OBJEXT = o
182OTOOL = 
183OTOOL64 = 
184PACKAGE = libgcrypt
185PACKAGE_BUGREPORT = bug-libgcrypt@gnupg.org
186PACKAGE_NAME = libgcrypt
187PACKAGE_STRING = libgcrypt 1.5.0
188PACKAGE_TARNAME = libgcrypt
189PACKAGE_URL = 
190PACKAGE_VERSION = 1.5.0
191PATH_SEPARATOR = :
192PTH_CFLAGS = 
193PTH_CONFIG = 
194PTH_LIBS = 
195RANLIB = mipsel-linux-linux26-ranlib
196RC = 
197SED = /bin/sed
198SET_MAKE = 
199SHELL = /bin/sh
200STRIP = mipsel-linux-linux26-strip
201SYS_SOCKET_H = 
202VERSION = 1.5.0
203abs_builddir = ${TIMEMACHINE_PATH}/libgcrypt-1.5.0/compat
204abs_srcdir = ${TIMEMACHINE_PATH}/libgcrypt-1.5.0/compat
205abs_top_builddir = ${TIMEMACHINE_PATH}/libgcrypt-1.5.0
206abs_top_srcdir = ${TIMEMACHINE_PATH}/libgcrypt-1.5.0
207ac_ct_CC = 
208ac_ct_DUMPBIN = 
209am__include = include
210am__leading_dot = .
211am__quote = 
212am__tar = ${AMTAR} chof - "$$tardir"
213am__untar = ${AMTAR} xf -
214bindir = /usr/bin
215build = mipsel-uclibc-linux-gnu26
216build_alias = mipsel-uclibc-linux-gnu26
217build_cpu = mipsel
218build_os = linux-gnu26
219build_vendor = uclibc
220builddir = .
221datadir = /usr/share
222datarootdir = ${prefix}/share
223docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
224dvidir = ${docdir}
225emacs_local_vars_begin = Local Variables:
226emacs_local_vars_end = End:
227emacs_local_vars_read_only = buffer-read-only: t
228exec_prefix = /usr
229host = mipsel-uclibc-linux-gnu
230host_alias = mipsel-uclibc-linux
231host_cpu = mipsel
232host_os = linux-gnu
233host_vendor = uclibc
234htmldir = ${docdir}
235includedir = ${prefix}/include
236infodir = /usr/info
237install_sh = ${SHELL} ${TIMEMACHINE_PATH}/libgcrypt-1.5.0/install-sh
238libdir = ${exec_prefix}/lib
239libexecdir = /usr/lib
240localedir = ${datarootdir}/locale
241localstatedir = /var
242lt_ECHO = echo
243mandir = /usr/man
244mkdir_p = /bin/mkdir -p
245oldincludedir = /usr/include
246pdfdir = ${docdir}
247prefix = /usr
248program_transform_name = s&$$&&;s&^&&
249psdir = ${docdir}
250sbindir = /usr/sbin
251sharedstatedir = ${prefix}/com
252srcdir = .
253sysconfdir = /etc
254target_alias = mipsel-uclibc-linux-gnu26
255top_build_prefix = ../
256top_builddir = ..
257top_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 = 
268libcompat_la_LIBADD = 
269all: all-am
270
271.SUFFIXES:
272.SUFFIXES: .c .lo .o .obj
273$(srcdir)/Makefile.in: # $(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: # $(am__configure_deps)
299	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300$(ACLOCAL_M4): # $(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
321include $(DEPDIR)/clock.Plo
322include $(DEPDIR)/getpid.Plo
323include ./$(DEPDIR)/compat.Plo
324
325.c.o:
326	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
327	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
328#	source='$<' object='$@' libtool=no \
329#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
330#	$(COMPILE) -c $<
331
332.c.obj:
333	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
334	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
335#	source='$<' object='$@' libtool=no \
336#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
337#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
338
339.c.lo:
340	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
341	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
342#	source='$<' object='$@' libtool=yes \
343#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
344#	$(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