1# Makefile.in generated by automake 1.11.5 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, 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@SET_MAKE@
17
18# Makefile.am for contrib/a2boot/
19
20VPATH = @srcdir@
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)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
55host_triplet = @host@
56target_triplet = @target@
57sbin_PROGRAMS = a2boot$(EXEEXT)
58subdir = contrib/a2boot
59DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.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 =
91CONFIG_CLEAN_VPATH_FILES =
92am__installdirs = "$(DESTDIR)$(sbindir)"
93PROGRAMS = $(sbin_PROGRAMS)
94am_a2boot_OBJECTS = a2boot.$(OBJEXT)
95a2boot_OBJECTS = $(am_a2boot_OBJECTS)
96a2boot_DEPENDENCIES = $(top_builddir)/libatalk/libatalk.la
97DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
98depcomp = $(SHELL) $(top_srcdir)/depcomp
99am__depfiles_maybe = depfiles
100am__mv = mv -f
101COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
104	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
105	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106CCLD = $(CC)
107LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
108	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
109	$(LDFLAGS) -o $@
110SOURCES = $(a2boot_SOURCES)
111DIST_SOURCES = $(a2boot_SOURCES)
112am__can_run_installinfo = \
113  case $$AM_UPDATE_INFO_DIR in \
114    n|no|NO) false;; \
115    *) (install-info --version) >/dev/null 2>&1;; \
116  esac
117ETAGS = etags
118CTAGS = ctags
119DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
120ACLOCAL = @ACLOCAL@
121ACL_LIBS = @ACL_LIBS@
122AFS_CFLAGS = @AFS_CFLAGS@
123AFS_LIBS = @AFS_LIBS@
124AMTAR = @AMTAR@
125AR = @AR@
126AUTOCONF = @AUTOCONF@
127AUTOHEADER = @AUTOHEADER@
128AUTOMAKE = @AUTOMAKE@
129AVAHI_CFLAGS = @AVAHI_CFLAGS@
130AVAHI_LIBS = @AVAHI_LIBS@
131AVAHI_TPOLL_CFLAGS = @AVAHI_TPOLL_CFLAGS@
132AVAHI_TPOLL_LIBS = @AVAHI_TPOLL_LIBS@
133AWK = @AWK@
134BDB_BIN = @BDB_BIN@
135BDB_CFLAGS = @BDB_CFLAGS@
136BDB_LIBS = @BDB_LIBS@
137BDB_PATH = @BDB_PATH@
138CC = @CC@
139CCDEPMODE = @CCDEPMODE@
140CFLAGS = @CFLAGS@
141COMPILE_64BIT_KMODULE = @COMPILE_64BIT_KMODULE@
142COMPILE_KERNEL_GCC = @COMPILE_KERNEL_GCC@
143CPP = @CPP@
144CPPFLAGS = @CPPFLAGS@
145CRYPT_LIBS = @CRYPT_LIBS@
146CUPS_CFLAGS = @CUPS_CFLAGS@
147CUPS_CONFIG = @CUPS_CONFIG@
148CUPS_LDFLAGS = @CUPS_LDFLAGS@
149CUPS_LIBS = @CUPS_LIBS@
150CYGPATH_W = @CYGPATH_W@
151DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
152DEFS = @DEFS@
153DEPDIR = @DEPDIR@
154DLLTOOL = @DLLTOOL@
155DSYMUTIL = @DSYMUTIL@
156DUMPBIN = @DUMPBIN@
157ECHO_C = @ECHO_C@
158ECHO_N = @ECHO_N@
159ECHO_T = @ECHO_T@
160EGREP = @EGREP@
161EXEEXT = @EXEEXT@
162FGREP = @FGREP@
163GREP = @GREP@
164GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
165GSSAPI_LDFLAGS = @GSSAPI_LDFLAGS@
166GSSAPI_LIBS = @GSSAPI_LIBS@
167ICONV_CFLAGS = @ICONV_CFLAGS@
168ICONV_LIBS = @ICONV_LIBS@
169INSTALL = @INSTALL@
170INSTALL_DATA = @INSTALL_DATA@
171INSTALL_PROGRAM = @INSTALL_PROGRAM@
172INSTALL_SCRIPT = @INSTALL_SCRIPT@
173INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
174KCFLAGS = @KCFLAGS@
175KLDFLAGS = @KLDFLAGS@
176KRB5_CONFIG = @KRB5_CONFIG@
177LD = @LD@
178LDFLAGS = @LDFLAGS@
179LIBADD_DL = @LIBADD_DL@
180LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
181LIBADD_DLOPEN = @LIBADD_DLOPEN@
182LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
183LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
184LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
185LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
186LIBOBJS = @LIBOBJS@
187LIBS = @LIBS@
188LIBTOOL = @LIBTOOL@
189LIPO = @LIPO@
190LN_S = @LN_S@
191LTLIBOBJS = @LTLIBOBJS@
192LT_DLLOADERS = @LT_DLLOADERS@
193LT_DLPREOPEN = @LT_DLPREOPEN@
194MAINT = @MAINT@
195MAKEINFO = @MAKEINFO@
196MANIFEST_TOOL = @MANIFEST_TOOL@
197MKDIR_P = @MKDIR_P@
198NETATALK_VERSION = @NETATALK_VERSION@
199NM = @NM@
200NMEDIT = @NMEDIT@
201OBJDUMP = @OBJDUMP@
202OBJEXT = @OBJEXT@
203OTOOL = @OTOOL@
204OTOOL64 = @OTOOL64@
205OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
206PACKAGE = @PACKAGE@
207PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
208PACKAGE_NAME = @PACKAGE_NAME@
209PACKAGE_STRING = @PACKAGE_STRING@
210PACKAGE_TARNAME = @PACKAGE_TARNAME@
211PACKAGE_URL = @PACKAGE_URL@
212PACKAGE_VERSION = @PACKAGE_VERSION@
213PAMDIR = @PAMDIR@
214PAM_ACCOUNT = @PAM_ACCOUNT@
215PAM_AUTH = @PAM_AUTH@
216PAM_CFLAGS = @PAM_CFLAGS@
217PAM_DIRECTIVE = @PAM_DIRECTIVE@
218PAM_LIBS = @PAM_LIBS@
219PAM_PASSWORD = @PAM_PASSWORD@
220PAM_SESSION = @PAM_SESSION@
221PATH_SEPARATOR = @PATH_SEPARATOR@
222PERL = @PERL@
223PKGCONFDIR = @PKGCONFDIR@
224PKG_CONFIG = @PKG_CONFIG@
225PS = @PS@
226PTHREAD_LIBS = @PTHREAD_LIBS@
227QUOTA_LIBS = @QUOTA_LIBS@
228RANLIB = @RANLIB@
229SED = @SED@
230SERVERTEXT = @SERVERTEXT@
231SET_MAKE = @SET_MAKE@
232SHELL = @SHELL@
233SLP_CFLAGS = @SLP_CFLAGS@
234SLP_LIBS = @SLP_LIBS@
235SPOOLDIR = @SPOOLDIR@
236SSL_CFLAGS = @SSL_CFLAGS@
237SSL_LIBS = @SSL_LIBS@
238STRIP = @STRIP@
239UAMS_PATH = @UAMS_PATH@
240VERSION = @VERSION@
241WEBMIN_PASS = @WEBMIN_PASS@
242WEBMIN_PATH = @WEBMIN_PATH@
243WEBMIN_PORT = @WEBMIN_PORT@
244WEBMIN_USER = @WEBMIN_USER@
245WEBMIN_VERSION = @WEBMIN_VERSION@
246WRAP_LIBS = @WRAP_LIBS@
247ZEROCONF_CFLAGS = @ZEROCONF_CFLAGS@
248ZEROCONF_LIBS = @ZEROCONF_LIBS@
249abs_builddir = @abs_builddir@
250abs_srcdir = @abs_srcdir@
251abs_top_builddir = @abs_top_builddir@
252abs_top_srcdir = @abs_top_srcdir@
253ac_ct_AR = @ac_ct_AR@
254ac_ct_CC = @ac_ct_CC@
255ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
256am__include = @am__include@
257am__leading_dot = @am__leading_dot@
258am__quote = @am__quote@
259am__tar = @am__tar@
260am__untar = @am__untar@
261bindir = @bindir@
262build = @build@
263build_alias = @build_alias@
264build_cpu = @build_cpu@
265build_os = @build_os@
266build_vendor = @build_vendor@
267builddir = @builddir@
268compiled_backends = @compiled_backends@
269datadir = @datadir@
270datarootdir = @datarootdir@
271docdir = @docdir@
272dvidir = @dvidir@
273exec_prefix = @exec_prefix@
274host = @host@
275host_alias = @host_alias@
276host_cpu = @host_cpu@
277host_os = @host_os@
278host_vendor = @host_vendor@
279htmldir = @htmldir@
280includedir = @includedir@
281infodir = @infodir@
282install_sh = @install_sh@
283libdir = @libdir@
284libexecdir = @libexecdir@
285localedir = @localedir@
286localstatedir = @localstatedir@
287mandir = @mandir@
288mkdir_p = @mkdir_p@
289oldincludedir = @oldincludedir@
290pdfdir = @pdfdir@
291prefix = @prefix@
292program_transform_name = @program_transform_name@
293psdir = @psdir@
294sbindir = @sbindir@
295sharedstatedir = @sharedstatedir@
296srcdir = @srcdir@
297sys_symbol_underscore = @sys_symbol_underscore@
298sysconfdir = @sysconfdir@
299target = @target@
300target_alias = @target_alias@
301target_cpu = @target_cpu@
302target_os = @target_os@
303target_vendor = @target_vendor@
304top_build_prefix = @top_build_prefix@
305top_builddir = @top_builddir@
306top_srcdir = @top_srcdir@
307a2boot_SOURCES = a2boot.c
308a2boot_LDADD = $(top_builddir)/libatalk/libatalk.la
309EXTRA_DIST = COPYRIGHT VERSION
310AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/sys \
311	 @SLP_CFLAGS@ \
312	 -D_PATH_A_GS_BLOCKS=\"$(PKGCONFDIR)/a2boot/ProDOS16\ Boot\ Blocks\" \
313	 -D_PATH_A_2E_BLOCKS=\"$(PKGCONFDIR)/a2boot/Apple\ :2f:2fe\ Boot\ Blocks\" \
314	 -D_PATH_P16_IMAGE=\"$(PKGCONFDIR)/a2boot/ProDOS16\ Image\"
315
316all: all-am
317
318.SUFFIXES:
319.SUFFIXES: .c .lo .o .obj
320$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
321	@for dep in $?; do \
322	  case '$(am__configure_deps)' in \
323	    *$$dep*) \
324	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
325	        && { if test -f $@; then exit 0; else break; fi; }; \
326	      exit 1;; \
327	  esac; \
328	done; \
329	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/a2boot/Makefile'; \
330	$(am__cd) $(top_srcdir) && \
331	  $(AUTOMAKE) --foreign contrib/a2boot/Makefile
332.PRECIOUS: Makefile
333Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
334	@case '$?' in \
335	  *config.status*) \
336	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
337	  *) \
338	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
339	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
340	esac;
341
342$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
343	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344
345$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
346	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
348	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349$(am__aclocal_m4_deps):
350install-sbinPROGRAMS: $(sbin_PROGRAMS)
351	@$(NORMAL_INSTALL)
352	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
353	if test -n "$$list"; then \
354	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
355	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
356	fi; \
357	for p in $$list; do echo "$$p $$p"; done | \
358	sed 's/$(EXEEXT)$$//' | \
359	while read p p1; do if test -f $$p || test -f $$p1; \
360	  then echo "$$p"; echo "$$p"; else :; fi; \
361	done | \
362	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
363	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
364	sed 'N;N;N;s,\n, ,g' | \
365	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
366	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
367	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
368	    else { print "f", $$3 "/" $$4, $$1; } } \
369	  END { for (d in files) print "f", d, files[d] }' | \
370	while read type dir files; do \
371	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
372	    test -z "$$files" || { \
373	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
374	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
375	    } \
376	; done
377
378uninstall-sbinPROGRAMS:
379	@$(NORMAL_UNINSTALL)
380	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
381	files=`for p in $$list; do echo "$$p"; done | \
382	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
383	      -e 's/$$/$(EXEEXT)/' `; \
384	test -n "$$list" || exit 0; \
385	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
386	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
387
388clean-sbinPROGRAMS:
389	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
390	echo " rm -f" $$list; \
391	rm -f $$list || exit $$?; \
392	test -n "$(EXEEXT)" || exit 0; \
393	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
394	echo " rm -f" $$list; \
395	rm -f $$list
396a2boot$(EXEEXT): $(a2boot_OBJECTS) $(a2boot_DEPENDENCIES) $(EXTRA_a2boot_DEPENDENCIES) 
397	@rm -f a2boot$(EXEEXT)
398	$(LINK) $(a2boot_OBJECTS) $(a2boot_LDADD) $(LIBS)
399
400mostlyclean-compile:
401	-rm -f *.$(OBJEXT)
402
403distclean-compile:
404	-rm -f *.tab.c
405
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/a2boot.Po@am__quote@
407
408.c.o:
409@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
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 $<
414
415.c.obj:
416@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
417@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
421
422.c.lo:
423@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
424@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
425@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
426@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
428
429mostlyclean-libtool:
430	-rm -f *.lo
431
432clean-libtool:
433	-rm -rf .libs _libs
434
435ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
436	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
437	unique=`for i in $$list; do \
438	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439	  done | \
440	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441	      END { if (nonempty) { for (i in files) print i; }; }'`; \
442	mkid -fID $$unique
443tags: TAGS
444
445TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
446		$(TAGS_FILES) $(LISP)
447	set x; \
448	here=`pwd`; \
449	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
450	unique=`for i in $$list; do \
451	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452	  done | \
453	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454	      END { if (nonempty) { for (i in files) print i; }; }'`; \
455	shift; \
456	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
457	  test -n "$$unique" || unique=$$empty_fix; \
458	  if test $$# -gt 0; then \
459	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460	      "$$@" $$unique; \
461	  else \
462	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
463	      $$unique; \
464	  fi; \
465	fi
466ctags: CTAGS
467CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
468		$(TAGS_FILES) $(LISP)
469	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
470	unique=`for i in $$list; do \
471	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
472	  done | \
473	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
474	      END { if (nonempty) { for (i in files) print i; }; }'`; \
475	test -z "$(CTAGS_ARGS)$$unique" \
476	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
477	     $$unique
478
479GTAGS:
480	here=`$(am__cd) $(top_builddir) && pwd` \
481	  && $(am__cd) $(top_srcdir) \
482	  && gtags -i $(GTAGS_ARGS) "$$here"
483
484distclean-tags:
485	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
486
487distdir: $(DISTFILES)
488	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
490	list='$(DISTFILES)'; \
491	  dist_files=`for file in $$list; do echo $$file; done | \
492	  sed -e "s|^$$srcdirstrip/||;t" \
493	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
494	case $$dist_files in \
495	  */*) $(MKDIR_P) `echo "$$dist_files" | \
496			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
497			   sort -u` ;; \
498	esac; \
499	for file in $$dist_files; do \
500	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
501	  if test -d $$d/$$file; then \
502	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
503	    if test -d "$(distdir)/$$file"; then \
504	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505	    fi; \
506	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
507	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
508	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509	    fi; \
510	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
511	  else \
512	    test -f "$(distdir)/$$file" \
513	    || cp -p $$d/$$file "$(distdir)/$$file" \
514	    || exit 1; \
515	  fi; \
516	done
517check-am: all-am
518check: check-am
519all-am: Makefile $(PROGRAMS)
520installdirs:
521	for dir in "$(DESTDIR)$(sbindir)"; do \
522	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
523	done
524install: install-am
525install-exec: install-exec-am
526install-data: install-data-am
527uninstall: uninstall-am
528
529install-am: all-am
530	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
531
532installcheck: installcheck-am
533install-strip:
534	if test -z '$(STRIP)'; then \
535	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
537	      install; \
538	else \
539	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
540	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
541	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
542	fi
543mostlyclean-generic:
544
545clean-generic:
546
547distclean-generic:
548	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
549	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
550
551maintainer-clean-generic:
552	@echo "This command is intended for maintainers to use"
553	@echo "it deletes files that may require special tools to rebuild."
554clean: clean-am
555
556clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
557	mostlyclean-am
558
559distclean: distclean-am
560	-rm -rf ./$(DEPDIR)
561	-rm -f Makefile
562distclean-am: clean-am distclean-compile distclean-generic \
563	distclean-tags
564
565dvi: dvi-am
566
567dvi-am:
568
569html: html-am
570
571html-am:
572
573info: info-am
574
575info-am:
576
577install-data-am:
578
579install-dvi: install-dvi-am
580
581install-dvi-am:
582
583install-exec-am: install-sbinPROGRAMS
584
585install-html: install-html-am
586
587install-html-am:
588
589install-info: install-info-am
590
591install-info-am:
592
593install-man:
594
595install-pdf: install-pdf-am
596
597install-pdf-am:
598
599install-ps: install-ps-am
600
601install-ps-am:
602
603installcheck-am:
604
605maintainer-clean: maintainer-clean-am
606	-rm -rf ./$(DEPDIR)
607	-rm -f Makefile
608maintainer-clean-am: distclean-am maintainer-clean-generic
609
610mostlyclean: mostlyclean-am
611
612mostlyclean-am: mostlyclean-compile mostlyclean-generic \
613	mostlyclean-libtool
614
615pdf: pdf-am
616
617pdf-am:
618
619ps: ps-am
620
621ps-am:
622
623uninstall-am: uninstall-sbinPROGRAMS
624
625.MAKE: install-am install-strip
626
627.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
628	clean-libtool clean-sbinPROGRAMS ctags distclean \
629	distclean-compile distclean-generic distclean-libtool \
630	distclean-tags distdir dvi dvi-am html html-am info info-am \
631	install install-am install-data install-data-am install-dvi \
632	install-dvi-am install-exec install-exec-am install-html \
633	install-html-am install-info install-info-am install-man \
634	install-pdf install-pdf-am install-ps install-ps-am \
635	install-sbinPROGRAMS install-strip installcheck \
636	installcheck-am installdirs maintainer-clean \
637	maintainer-clean-generic mostlyclean mostlyclean-compile \
638	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
639	tags uninstall uninstall-am uninstall-sbinPROGRAMS
640
641
642# Tell versions [3.59,3.63) of GNU make to not export all variables.
643# Otherwise a system limit (for SysV at least) may be exceeded.
644.NOEXPORT:
645