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