1# Makefile.in generated by automake 1.11.5 from Makefile.am.
2# bin/cnid/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, 2010, 2011 Free Software
6# Foundation, 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.am for bin/cnid/
19
20
21am__make_dryrun = \
22  { \
23    am__dry=no; \
24    case $$MAKEFLAGS in \
25      *\\[\ \	]*) \
26        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
27          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28      *) \
29        for am__flg in $$MAKEFLAGS; do \
30          case $$am__flg in \
31            *=*|--*) ;; \
32            *n*) am__dry=yes; break;; \
33          esac; \
34        done;; \
35    esac; \
36    test $$am__dry = yes; \
37  }
38pkgdatadir = $(datadir)/netatalk
39pkgincludedir = $(includedir)/netatalk
40pkglibdir = $(libdir)/netatalk
41pkglibexecdir = $(libexecdir)/netatalk
42am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43install_sh_DATA = $(install_sh) -c -m 644
44install_sh_PROGRAM = $(install_sh) -c
45install_sh_SCRIPT = $(install_sh) -c
46INSTALL_HEADER = $(INSTALL_DATA)
47transform = $(program_transform_name)
48NORMAL_INSTALL = :
49PRE_INSTALL = :
50POST_INSTALL = :
51NORMAL_UNINSTALL = :
52PRE_UNINSTALL = :
53POST_UNINSTALL = :
54build_triplet = i686-pc-linux-gnu
55host_triplet = arm-unknown-linux-gnu
56target_triplet = arm-unknown-linux-gnu
57subdir = bin/cnid
58DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
59	$(srcdir)/cnid2_create.in
60ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
62	$(top_srcdir)/macros/cnid-backend.m4 \
63	$(top_srcdir)/macros/config-checks.m4 \
64	$(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
65	$(top_srcdir)/macros/grep-check.m4 \
66	$(top_srcdir)/macros/gssapi-check.m4 \
67	$(top_srcdir)/macros/iconv.m4 \
68	$(top_srcdir)/macros/largefile-check.m4 \
69	$(top_srcdir)/macros/libgcrypt.m4 \
70	$(top_srcdir)/macros/libtool.m4 \
71	$(top_srcdir)/macros/ltoptions.m4 \
72	$(top_srcdir)/macros/ltsugar.m4 \
73	$(top_srcdir)/macros/ltversion.m4 \
74	$(top_srcdir)/macros/lt~obsolete.m4 \
75	$(top_srcdir)/macros/pam-check.m4 \
76	$(top_srcdir)/macros/perl-check.m4 \
77	$(top_srcdir)/macros/ps-check.m4 \
78	$(top_srcdir)/macros/quota-check.m4 \
79	$(top_srcdir)/macros/snprintf-check.m4 \
80	$(top_srcdir)/macros/srvloc.m4 \
81	$(top_srcdir)/macros/ssl-check.m4 \
82	$(top_srcdir)/macros/summary.m4 \
83	$(top_srcdir)/macros/tcp-wrappers.m4 \
84	$(top_srcdir)/macros/util.m4 $(top_srcdir)/macros/webmin.m4 \
85	$(top_srcdir)/macros/zeroconf.m4 $(top_srcdir)/configure.ac
86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87	$(ACLOCAL_M4)
88mkinstalldirs = $(install_sh) -d
89CONFIG_HEADER = $(top_builddir)/config.h
90CONFIG_CLEAN_FILES = cnid2_create
91CONFIG_CLEAN_VPATH_FILES =
92am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
93am__vpath_adj = case $$p in \
94    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
95    *) f=$$p;; \
96  esac;
97am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
98am__install_max = 40
99am__nobase_strip_setup = \
100  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
101am__nobase_strip = \
102  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
103am__nobase_list = $(am__nobase_strip_setup); \
104  for p in $$list; do echo "$$p $$p"; done | \
105  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
106  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
107    if (++n[$$2] == $(am__install_max)) \
108      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
109    END { for (dir in files) print dir, files[dir] }'
110am__base_list = \
111  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
112  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
113am__uninstall_files_from_dir = { \
114  test -z "$$files" \
115    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
116    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
117         $(am__cd) "$$dir" && rm -f $$files; }; \
118  }
119am__installdirs = "$(DESTDIR)$(bindir)"
120SCRIPTS = $(bin_SCRIPTS)
121SOURCES =
122DIST_SOURCES =
123am__can_run_installinfo = \
124  case $$AM_UPDATE_INFO_DIR in \
125    n|no|NO) false;; \
126    *) (install-info --version) >/dev/null 2>&1;; \
127  esac
128DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129ACLOCAL = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run aclocal-1.11
130ACL_LIBS = 
131AFS_CFLAGS = 
132AFS_LIBS = 
133AMTAR = $${TAR-tar}
134AR = ar
135AUTOCONF = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoconf
136AUTOHEADER = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoheader
137AUTOMAKE = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run automake-1.11
138AVAHI_CFLAGS = 
139AVAHI_LIBS = 
140AVAHI_TPOLL_CFLAGS = 
141AVAHI_TPOLL_LIBS = 
142AWK = gawk
143BDB_BIN = /usr/bin
144BDB_CFLAGS = 
145BDB_LIBS =  -ldb-4.7
146BDB_PATH = /usr
147CC = arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99
148CCDEPMODE = depmode=gcc3
149CFLAGS = -I$(top_srcdir)/include -D_U_="__attribute__((unused))" -I./include -D_U_="__attribute__((unused))" -g -O2 -I./sys -I$(top_srcdir)/sys
150COMPILE_64BIT_KMODULE = 
151COMPILE_KERNEL_GCC = 
152CPP = arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99 -E
153CPPFLAGS = 
154CRYPT_LIBS = -lcrypt 
155CUPS_CFLAGS = 
156CUPS_CONFIG = 
157CUPS_LDFLAGS = 
158CUPS_LIBS = 
159CYGPATH_W = echo
160DEFAULT_CNID_SCHEME = dbd
161DEFS = -DHAVE_CONFIG_H
162DEPDIR = .deps
163DLLTOOL = false
164DSYMUTIL = 
165DUMPBIN = :
166ECHO_C = 
167ECHO_N = -n
168ECHO_T = 
169EGREP = /bin/grep -E
170EXEEXT = 
171FGREP = /bin/grep -F
172GREP = /bin/grep
173GSSAPI_CFLAGS = 
174GSSAPI_LDFLAGS = 
175GSSAPI_LIBS = 
176ICONV_CFLAGS = 
177ICONV_LIBS = 
178INSTALL = /usr/bin/install -c
179INSTALL_DATA = ${INSTALL} -m 644
180INSTALL_PROGRAM = ${INSTALL}
181INSTALL_SCRIPT = ${INSTALL}
182INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
183KCFLAGS = 
184KLDFLAGS = 
185KRB5_CONFIG = 
186LD = /projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/bin/ld
187LDFLAGS = 
188LIBADD_DL = -ldl 
189LIBADD_DLD_LINK = 
190LIBADD_DLOPEN = -ldl
191LIBADD_SHL_LOAD = 
192LIBGCRYPT_CFLAGS = 
193LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
194LIBGCRYPT_LIBS = -lgcrypt -lgpg-error
195LIBOBJS =  ${LIBOBJDIR}memcmp$U.o
196LIBS = -lpthread -ldl  -L$(top_srcdir)/libatalk
197LIBTOOL = $(SHELL) $(top_builddir)/libtool
198LIPO = 
199LN_S = ln -s
200LTLIBOBJS =  ${LIBOBJDIR}memcmp$U.lo
201LT_DLLOADERS =  dlopen.la
202LT_DLPREOPEN = -dlpreopen dlopen.la 
203MAINT = 
204MAKEINFO = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run makeinfo
205MANIFEST_TOOL = :
206MKDIR_P = /bin/mkdir -p
207NETATALK_VERSION = 2.2.5
208NM = nm
209NMEDIT = 
210OBJDUMP = objdump
211OBJEXT = o
212OTOOL = 
213OTOOL64 = 
214OVERWRITE_CONFIG = no
215PACKAGE = netatalk
216PACKAGE_BUGREPORT = 
217PACKAGE_NAME = 
218PACKAGE_STRING = 
219PACKAGE_TARNAME = 
220PACKAGE_URL = 
221PACKAGE_VERSION = 
222PAMDIR = /
223PAM_ACCOUNT = system-auth
224PAM_AUTH = system-auth
225PAM_CFLAGS = 
226PAM_DIRECTIVE = include
227PAM_LIBS = 
228PAM_PASSWORD = system-auth
229PAM_SESSION = system-auth
230PATH_SEPARATOR = :
231PERL = /usr/bin/perl
232PKGCONFDIR = ${prefix}/etc/netatalk
233PKG_CONFIG = /usr/bin/pkg-config
234PS = /bin/ps
235PTHREAD_LIBS = -lpthread
236QUOTA_LIBS = 
237RANLIB = ranlib
238SED = /bin/sed
239SERVERTEXT = ${prefix}/etc/netatalk/msg
240SET_MAKE = 
241SHELL = /bin/sh
242SLP_CFLAGS = 
243SLP_LIBS = 
244SPOOLDIR = ${prefix}/var/spool/netatalk
245SSL_CFLAGS =  -I/usr/include/openssl
246SSL_LIBS =  -lcrypto
247STRIP = strip
248UAMS_PATH = ${prefix}/etc/netatalk/uams
249VERSION = 2.2.5
250WEBMIN_PASS = 
251WEBMIN_PATH = 
252WEBMIN_PORT = 
253WEBMIN_USER = 
254WEBMIN_VERSION = 
255WRAP_LIBS = 
256ZEROCONF_CFLAGS = 
257ZEROCONF_LIBS = 
258abs_builddir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/bin/cnid
259abs_srcdir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/bin/cnid
260abs_top_builddir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5
261abs_top_srcdir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5
262ac_ct_AR = ar
263ac_ct_CC = 
264ac_ct_DUMPBIN = link -dump
265am__include = include
266am__leading_dot = .
267am__quote = 
268am__tar = $${TAR-tar} chof - "$$tardir"
269am__untar = $${TAR-tar} xf -
270bindir = ${exec_prefix}/bin
271build = i686-pc-linux-gnu
272build_alias = 
273build_cpu = i686
274build_os = linux-gnu
275build_vendor = pc
276builddir = .
277compiled_backends =  dbd last tdb
278datadir = ${datarootdir}
279datarootdir = ${prefix}/share
280docdir = ${datarootdir}/doc/${PACKAGE}
281dvidir = ${docdir}
282exec_prefix = ${prefix}
283host = arm-unknown-linux-gnu
284host_alias = arm-linux
285host_cpu = arm
286host_os = linux-gnu
287host_vendor = unknown
288htmldir = ${docdir}
289includedir = ${prefix}/include
290infodir = ${datarootdir}/info
291install_sh = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/install-sh
292libdir = ${exec_prefix}/lib
293libexecdir = ${exec_prefix}/libexec
294localedir = ${datarootdir}/locale
295localstatedir = ${prefix}/var
296mandir = ${datarootdir}/man
297mkdir_p = /bin/mkdir -p
298oldincludedir = /usr/include
299pdfdir = ${docdir}
300prefix = /usr/local
301program_transform_name = s,x,x,
302psdir = ${docdir}
303sbindir = ${exec_prefix}/sbin
304sharedstatedir = ${prefix}/com
305srcdir = .
306sys_symbol_underscore = no
307sysconfdir = ${prefix}/etc
308target = arm-unknown-linux-gnu
309target_alias = 
310target_cpu = arm
311target_os = linux-gnu
312target_vendor = unknown
313top_build_prefix = ../../
314top_builddir = ../..
315top_srcdir = ../..
316EXTRA_DIST = cnid2_create.in
317bin_SCRIPTS = cnid2_create
318all: all-am
319
320.SUFFIXES:
321$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
322	@for dep in $?; do \
323	  case '$(am__configure_deps)' in \
324	    *$$dep*) \
325	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
326	        && { if test -f $@; then exit 0; else break; fi; }; \
327	      exit 1;; \
328	  esac; \
329	done; \
330	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/cnid/Makefile'; \
331	$(am__cd) $(top_srcdir) && \
332	  $(AUTOMAKE) --foreign bin/cnid/Makefile
333.PRECIOUS: Makefile
334Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
335	@case '$?' in \
336	  *config.status*) \
337	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
338	  *) \
339	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
340	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
341	esac;
342
343$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
344	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345
346$(top_srcdir)/configure:  $(am__configure_deps)
347	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
349	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350$(am__aclocal_m4_deps):
351cnid2_create: $(top_builddir)/config.status $(srcdir)/cnid2_create.in
352	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
353install-binSCRIPTS: $(bin_SCRIPTS)
354	@$(NORMAL_INSTALL)
355	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
356	if test -n "$$list"; then \
357	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
358	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
359	fi; \
360	for p in $$list; do \
361	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
362	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
363	done | \
364	sed -e 'p;s,.*/,,;n' \
365	    -e 'h;s|.*|.|' \
366	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
367	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
368	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
369	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
370	      if (++n[d] == $(am__install_max)) { \
371		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
372	    else { print "f", d "/" $$4, $$1 } } \
373	  END { for (d in files) print "f", d, files[d] }' | \
374	while read type dir files; do \
375	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
376	     test -z "$$files" || { \
377	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
378	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
379	     } \
380	; done
381
382uninstall-binSCRIPTS:
383	@$(NORMAL_UNINSTALL)
384	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
385	files=`for p in $$list; do echo "$$p"; done | \
386	       sed -e 's,.*/,,;$(transform)'`; \
387	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
388
389mostlyclean-libtool:
390	-rm -f *.lo
391
392clean-libtool:
393	-rm -rf .libs _libs
394tags: TAGS
395TAGS:
396
397ctags: CTAGS
398CTAGS:
399
400
401distdir: $(DISTFILES)
402	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404	list='$(DISTFILES)'; \
405	  dist_files=`for file in $$list; do echo $$file; done | \
406	  sed -e "s|^$$srcdirstrip/||;t" \
407	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
408	case $$dist_files in \
409	  */*) $(MKDIR_P) `echo "$$dist_files" | \
410			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
411			   sort -u` ;; \
412	esac; \
413	for file in $$dist_files; do \
414	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
415	  if test -d $$d/$$file; then \
416	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
417	    if test -d "$(distdir)/$$file"; then \
418	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
419	    fi; \
420	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
422	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
423	    fi; \
424	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
425	  else \
426	    test -f "$(distdir)/$$file" \
427	    || cp -p $$d/$$file "$(distdir)/$$file" \
428	    || exit 1; \
429	  fi; \
430	done
431check-am: all-am
432check: check-am
433all-am: Makefile $(SCRIPTS)
434installdirs:
435	for dir in "$(DESTDIR)$(bindir)"; do \
436	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
437	done
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	if test -z '$(STRIP)'; then \
449	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
450	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
451	      install; \
452	else \
453	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
454	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
455	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
456	fi
457mostlyclean-generic:
458
459clean-generic:
460
461distclean-generic:
462	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
463	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
464
465maintainer-clean-generic:
466	@echo "This command is intended for maintainers to use"
467	@echo "it deletes files that may require special tools to rebuild."
468clean: clean-am
469
470clean-am: clean-generic clean-libtool mostlyclean-am
471
472distclean: distclean-am
473	-rm -f Makefile
474distclean-am: clean-am distclean-generic
475
476dvi: dvi-am
477
478dvi-am:
479
480html: html-am
481
482html-am:
483
484info: info-am
485
486info-am:
487
488install-data-am:
489
490install-dvi: install-dvi-am
491
492install-dvi-am:
493
494install-exec-am: install-binSCRIPTS
495
496install-html: install-html-am
497
498install-html-am:
499
500install-info: install-info-am
501
502install-info-am:
503
504install-man:
505
506install-pdf: install-pdf-am
507
508install-pdf-am:
509
510install-ps: install-ps-am
511
512install-ps-am:
513
514installcheck-am:
515
516maintainer-clean: maintainer-clean-am
517	-rm -f Makefile
518maintainer-clean-am: distclean-am maintainer-clean-generic
519
520mostlyclean: mostlyclean-am
521
522mostlyclean-am: mostlyclean-generic mostlyclean-libtool
523
524pdf: pdf-am
525
526pdf-am:
527
528ps: ps-am
529
530ps-am:
531
532uninstall-am: uninstall-binSCRIPTS
533
534.MAKE: install-am install-strip
535
536.PHONY: all all-am check check-am clean clean-generic clean-libtool \
537	distclean distclean-generic distclean-libtool distdir dvi \
538	dvi-am html html-am info info-am install install-am \
539	install-binSCRIPTS install-data install-data-am install-dvi \
540	install-dvi-am install-exec install-exec-am install-html \
541	install-html-am install-info install-info-am install-man \
542	install-pdf install-pdf-am install-ps install-ps-am \
543	install-strip installcheck installcheck-am installdirs \
544	maintainer-clean maintainer-clean-generic mostlyclean \
545	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
546	uninstall uninstall-am uninstall-binSCRIPTS
547
548
549# Tell versions [3.59,3.63) of GNU make to not export all variables.
550# Otherwise a system limit (for SysV at least) may be exceeded.
551.NOEXPORT:
552