1# Makefile.in generated by automake 1.11.3 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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37bin_PROGRAMS = slptool$(EXEEXT)
38subdir = slptool
39DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
42	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
43	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
44	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = $(top_builddir)/config.h
49CONFIG_CLEAN_FILES =
50CONFIG_CLEAN_VPATH_FILES =
51am__installdirs = "$(DESTDIR)$(bindir)"
52PROGRAMS = $(bin_PROGRAMS)
53am_slptool_OBJECTS = slptool.$(OBJEXT)
54slptool_OBJECTS = $(am_slptool_OBJECTS)
55slptool_DEPENDENCIES = ../libslp/libslp.la \
56	../common/libcommonlibslp.la ../common/libcommonslpd.la
57DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
58depcomp = $(SHELL) $(top_srcdir)/depcomp
59am__depfiles_maybe = depfiles
60am__mv = mv -f
61COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
64	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
65	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66CCLD = $(CC)
67LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
69	$(LDFLAGS) -o $@
70SOURCES = $(slptool_SOURCES)
71DIST_SOURCES = $(slptool_SOURCES)
72ETAGS = etags
73CTAGS = ctags
74DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75ACLOCAL = @ACLOCAL@
76ALLOCA = @ALLOCA@
77AMTAR = @AMTAR@
78AR = @AR@
79AUTOCONF = @AUTOCONF@
80AUTOHEADER = @AUTOHEADER@
81AUTOMAKE = @AUTOMAKE@
82AWK = @AWK@
83CC = @CC@
84CCDEPMODE = @CCDEPMODE@
85CFLAGS = @CFLAGS@
86CPP = @CPP@
87CPPFLAGS = @CPPFLAGS@
88CYGPATH_W = @CYGPATH_W@
89DEFS = @DEFS@
90DEPDIR = @DEPDIR@
91DLLTOOL = @DLLTOOL@
92DSYMUTIL = @DSYMUTIL@
93DUMPBIN = @DUMPBIN@
94ECHO_C = @ECHO_C@
95ECHO_N = @ECHO_N@
96ECHO_T = @ECHO_T@
97EGREP = @EGREP@
98EXEEXT = @EXEEXT@
99FGREP = @FGREP@
100GREP = @GREP@
101INSTALL = @INSTALL@
102INSTALL_DATA = @INSTALL_DATA@
103INSTALL_PROGRAM = @INSTALL_PROGRAM@
104INSTALL_SCRIPT = @INSTALL_SCRIPT@
105INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
106LD = @LD@
107LDFLAGS = @LDFLAGS@
108LEX = @LEX@
109LEXLIB = @LEXLIB@
110LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
111LIBOBJS = @LIBOBJS@
112LIBS = @LIBS@
113LIBTOOL = @LIBTOOL@
114LIPO = @LIPO@
115LN_S = @LN_S@
116LTLIBOBJS = @LTLIBOBJS@
117MAKEINFO = @MAKEINFO@
118MANIFEST_TOOL = @MANIFEST_TOOL@
119MKDIR_P = @MKDIR_P@
120NM = @NM@
121NMEDIT = @NMEDIT@
122OBJDUMP = @OBJDUMP@
123OBJEXT = @OBJEXT@
124OTOOL = @OTOOL@
125OTOOL64 = @OTOOL64@
126PACKAGE = @PACKAGE@
127PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
128PACKAGE_NAME = @PACKAGE_NAME@
129PACKAGE_STRING = @PACKAGE_STRING@
130PACKAGE_TARNAME = @PACKAGE_TARNAME@
131PACKAGE_URL = @PACKAGE_URL@
132PACKAGE_VERSION = @PACKAGE_VERSION@
133PATH_SEPARATOR = @PATH_SEPARATOR@
134RANLIB = @RANLIB@
135SED = @SED@
136SET_MAKE = @SET_MAKE@
137SHELL = @SHELL@
138STRIP = @STRIP@
139VERSION = @VERSION@
140YACC = @YACC@
141YFLAGS = @YFLAGS@
142abs_builddir = @abs_builddir@
143abs_srcdir = @abs_srcdir@
144abs_top_builddir = @abs_top_builddir@
145abs_top_srcdir = @abs_top_srcdir@
146ac_ct_AR = @ac_ct_AR@
147ac_ct_CC = @ac_ct_CC@
148ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
149am__include = @am__include@
150am__leading_dot = @am__leading_dot@
151am__quote = @am__quote@
152am__tar = @am__tar@
153am__untar = @am__untar@
154bindir = @bindir@
155build = @build@
156build_alias = @build_alias@
157build_cpu = @build_cpu@
158build_os = @build_os@
159build_vendor = @build_vendor@
160builddir = @builddir@
161datadir = @datadir@
162datarootdir = @datarootdir@
163docdir = @docdir@
164dvidir = @dvidir@
165exec_prefix = @exec_prefix@
166host = @host@
167host_alias = @host_alias@
168host_cpu = @host_cpu@
169host_os = @host_os@
170host_vendor = @host_vendor@
171htmldir = @htmldir@
172includedir = @includedir@
173infodir = @infodir@
174install_sh = @install_sh@
175libdir = @libdir@
176libexecdir = @libexecdir@
177localedir = @localedir@
178localstatedir = @localstatedir@
179mandir = @mandir@
180mkdir_p = @mkdir_p@
181oldincludedir = @oldincludedir@
182pdfdir = @pdfdir@
183prefix = @prefix@
184program_transform_name = @program_transform_name@
185psdir = @psdir@
186sbindir = @sbindir@
187sharedstatedir = @sharedstatedir@
188srcdir = @srcdir@
189sysconfdir = @sysconfdir@
190target_alias = @target_alias@
191top_build_prefix = @top_build_prefix@
192top_builddir = @top_builddir@
193top_srcdir = @top_srcdir@
194EXTRA_DIST =
195INCLUDES = -I$(top_srcdir)/libslp
196slptool_SOURCES = slptool.c slptool.h
197slptool_LDADD = \
198	../libslp/libslp.la \
199	../common/libcommonlibslp.la \
200	../common/libcommonslpd.la
201
202all: all-am
203
204.SUFFIXES:
205.SUFFIXES: .c .lo .o .obj
206$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
207	@for dep in $?; do \
208	  case '$(am__configure_deps)' in \
209	    *$$dep*) \
210	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
211	        && { if test -f $@; then exit 0; else break; fi; }; \
212	      exit 1;; \
213	  esac; \
214	done; \
215	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu slptool/Makefile'; \
216	$(am__cd) $(top_srcdir) && \
217	  $(AUTOMAKE) --gnu slptool/Makefile
218.PRECIOUS: Makefile
219Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
220	@case '$?' in \
221	  *config.status*) \
222	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
223	  *) \
224	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
225	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
226	esac;
227
228$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
229	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230
231$(top_srcdir)/configure:  $(am__configure_deps)
232	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
234	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235$(am__aclocal_m4_deps):
236install-binPROGRAMS: $(bin_PROGRAMS)
237	@$(NORMAL_INSTALL)
238	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
239	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
240	for p in $$list; do echo "$$p $$p"; done | \
241	sed 's/$(EXEEXT)$$//' | \
242	while read p p1; do if test -f $$p || test -f $$p1; \
243	  then echo "$$p"; echo "$$p"; else :; fi; \
244	done | \
245	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
246	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
247	sed 'N;N;N;s,\n, ,g' | \
248	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
249	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
250	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
251	    else { print "f", $$3 "/" $$4, $$1; } } \
252	  END { for (d in files) print "f", d, files[d] }' | \
253	while read type dir files; do \
254	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
255	    test -z "$$files" || { \
256	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
257	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
258	    } \
259	; done
260
261uninstall-binPROGRAMS:
262	@$(NORMAL_UNINSTALL)
263	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
264	files=`for p in $$list; do echo "$$p"; done | \
265	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
266	      -e 's/$$/$(EXEEXT)/' `; \
267	test -n "$$list" || exit 0; \
268	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
269	cd "$(DESTDIR)$(bindir)" && rm -f $$files
270
271clean-binPROGRAMS:
272	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
273	echo " rm -f" $$list; \
274	rm -f $$list || exit $$?; \
275	test -n "$(EXEEXT)" || exit 0; \
276	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
277	echo " rm -f" $$list; \
278	rm -f $$list
279slptool$(EXEEXT): $(slptool_OBJECTS) $(slptool_DEPENDENCIES) $(EXTRA_slptool_DEPENDENCIES)
280	@rm -f slptool$(EXEEXT)
281	$(LINK) $(slptool_OBJECTS) $(slptool_LDADD) $(LIBS)
282
283mostlyclean-compile:
284	-rm -f *.$(OBJEXT)
285
286distclean-compile:
287	-rm -f *.tab.c
288
289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slptool.Po@am__quote@
290
291.c.o:
292@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
293@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
294@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296@am__fastdepCC_FALSE@	$(COMPILE) -c $<
297
298.c.obj:
299@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
300@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
301@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
302@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
304
305.c.lo:
306@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
307@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
308@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
309@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
311
312mostlyclean-libtool:
313	-rm -f *.lo
314
315clean-libtool:
316	-rm -rf .libs _libs
317
318ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
319	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
320	unique=`for i in $$list; do \
321	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322	  done | \
323	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
324	      END { if (nonempty) { for (i in files) print i; }; }'`; \
325	mkid -fID $$unique
326tags: TAGS
327
328TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
329		$(TAGS_FILES) $(LISP)
330	set x; \
331	here=`pwd`; \
332	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
333	unique=`for i in $$list; do \
334	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335	  done | \
336	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
337	      END { if (nonempty) { for (i in files) print i; }; }'`; \
338	shift; \
339	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
340	  test -n "$$unique" || unique=$$empty_fix; \
341	  if test $$# -gt 0; then \
342	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
343	      "$$@" $$unique; \
344	  else \
345	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
346	      $$unique; \
347	  fi; \
348	fi
349ctags: CTAGS
350CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
351		$(TAGS_FILES) $(LISP)
352	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
353	unique=`for i in $$list; do \
354	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355	  done | \
356	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
357	      END { if (nonempty) { for (i in files) print i; }; }'`; \
358	test -z "$(CTAGS_ARGS)$$unique" \
359	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
360	     $$unique
361
362GTAGS:
363	here=`$(am__cd) $(top_builddir) && pwd` \
364	  && $(am__cd) $(top_srcdir) \
365	  && gtags -i $(GTAGS_ARGS) "$$here"
366
367distclean-tags:
368	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
369
370distdir: $(DISTFILES)
371	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
372	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
373	list='$(DISTFILES)'; \
374	  dist_files=`for file in $$list; do echo $$file; done | \
375	  sed -e "s|^$$srcdirstrip/||;t" \
376	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
377	case $$dist_files in \
378	  */*) $(MKDIR_P) `echo "$$dist_files" | \
379			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
380			   sort -u` ;; \
381	esac; \
382	for file in $$dist_files; do \
383	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
384	  if test -d $$d/$$file; then \
385	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
386	    if test -d "$(distdir)/$$file"; then \
387	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
388	    fi; \
389	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
390	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
391	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
392	    fi; \
393	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
394	  else \
395	    test -f "$(distdir)/$$file" \
396	    || cp -p $$d/$$file "$(distdir)/$$file" \
397	    || exit 1; \
398	  fi; \
399	done
400check-am: all-am
401check: check-am
402all-am: Makefile $(PROGRAMS)
403installdirs:
404	for dir in "$(DESTDIR)$(bindir)"; do \
405	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
406	done
407install: install-am
408install-exec: install-exec-am
409install-data: install-data-am
410uninstall: uninstall-am
411
412install-am: all-am
413	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
414
415installcheck: installcheck-am
416install-strip:
417	if test -z '$(STRIP)'; then \
418	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
419	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
420	      install; \
421	else \
422	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
423	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
424	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
425	fi
426mostlyclean-generic:
427
428clean-generic:
429
430distclean-generic:
431	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
432	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
433
434maintainer-clean-generic:
435	@echo "This command is intended for maintainers to use"
436	@echo "it deletes files that may require special tools to rebuild."
437clean: clean-am
438
439clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
440
441distclean: distclean-am
442	-rm -rf ./$(DEPDIR)
443	-rm -f Makefile
444distclean-am: clean-am distclean-compile distclean-generic \
445	distclean-tags
446
447dvi: dvi-am
448
449dvi-am:
450
451html: html-am
452
453html-am:
454
455info: info-am
456
457info-am:
458
459install-data-am:
460
461install-dvi: install-dvi-am
462
463install-dvi-am:
464
465install-exec-am: install-binPROGRAMS
466
467install-html: install-html-am
468
469install-html-am:
470
471install-info: install-info-am
472
473install-info-am:
474
475install-man:
476
477install-pdf: install-pdf-am
478
479install-pdf-am:
480
481install-ps: install-ps-am
482
483install-ps-am:
484
485installcheck-am:
486
487maintainer-clean: maintainer-clean-am
488	-rm -rf ./$(DEPDIR)
489	-rm -f Makefile
490maintainer-clean-am: distclean-am maintainer-clean-generic
491
492mostlyclean: mostlyclean-am
493
494mostlyclean-am: mostlyclean-compile mostlyclean-generic \
495	mostlyclean-libtool
496
497pdf: pdf-am
498
499pdf-am:
500
501ps: ps-am
502
503ps-am:
504
505uninstall-am: uninstall-binPROGRAMS
506
507.MAKE: install-am install-strip
508
509.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
510	clean-generic clean-libtool ctags distclean distclean-compile \
511	distclean-generic distclean-libtool distclean-tags distdir dvi \
512	dvi-am html html-am info info-am install install-am \
513	install-binPROGRAMS install-data install-data-am install-dvi \
514	install-dvi-am install-exec install-exec-am install-html \
515	install-html-am install-info install-info-am install-man \
516	install-pdf install-pdf-am install-ps install-ps-am \
517	install-strip installcheck installcheck-am installdirs \
518	maintainer-clean maintainer-clean-generic mostlyclean \
519	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
520	pdf pdf-am ps ps-am tags uninstall uninstall-am \
521	uninstall-binPROGRAMS
522
523
524# Tell versions [3.59,3.63) of GNU make to not export all variables.
525# Otherwise a system limit (for SysV at least) may be exceeded.
526.NOEXPORT:
527