1# Makefile.in generated by automake 1.14 from Makefile.am.
2# CUnit/Sources/Console/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2013 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
16
17
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/CUnit
64pkgincludedir = $(includedir)/CUnit
65pkglibdir = $(libdir)/CUnit
66pkglibexecdir = $(libexecdir)/CUnit
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = x86_64-apple-darwin13.1.0
80host_triplet = x86_64-apple-darwin13.1.0
81subdir = CUnit/Sources/Console
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83	$(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/configure.in
86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87	$(ACLOCAL_M4)
88mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
89CONFIG_HEADER = $(top_builddir)/config.h
90CONFIG_CLEAN_FILES =
91CONFIG_CLEAN_VPATH_FILES =
92LTLIBRARIES = $(noinst_LTLIBRARIES)
93libcunitconsole_la_LIBADD =
94am_libcunitconsole_la_OBJECTS = Console.lo
95libcunitconsole_la_OBJECTS = $(am_libcunitconsole_la_OBJECTS)
96AM_V_lt = $(am__v_lt_$(V))
97am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
98am__v_lt_0 = --silent
99am__v_lt_1 =
100AM_V_P = $(am__v_P_$(V))
101am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
102am__v_P_0 = false
103am__v_P_1 = :
104AM_V_GEN = $(am__v_GEN_$(V))
105am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
106am__v_GEN_0 = @echo "  GEN     " $@;
107am__v_GEN_1 =
108AM_V_at = $(am__v_at_$(V))
109am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
110am__v_at_0 = @
111am__v_at_1 =
112DEFAULT_INCLUDES = -I. -I$(top_builddir)
113depcomp = $(SHELL) $(top_srcdir)/depcomp
114am__depfiles_maybe = depfiles
115am__mv = mv -f
116COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
117	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
118LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
119	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
120	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
121	$(AM_CFLAGS) $(CFLAGS)
122AM_V_CC = $(am__v_CC_$(V))
123am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
124am__v_CC_0 = @echo "  CC      " $@;
125am__v_CC_1 =
126CCLD = $(CC)
127LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
128	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
129	$(AM_LDFLAGS) $(LDFLAGS) -o $@
130AM_V_CCLD = $(am__v_CCLD_$(V))
131am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
132am__v_CCLD_0 = @echo "  CCLD    " $@;
133am__v_CCLD_1 =
134SOURCES = $(libcunitconsole_la_SOURCES)
135DIST_SOURCES = $(libcunitconsole_la_SOURCES)
136am__can_run_installinfo = \
137  case $$AM_UPDATE_INFO_DIR in \
138    n|no|NO) false;; \
139    *) (install-info --version) >/dev/null 2>&1;; \
140  esac
141am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142# Read a list of newline-separated strings from the standard input,
143# and print each of them once, without duplicates.  Input order is
144# *not* preserved.
145am__uniquify_input = $(AWK) '\
146  BEGIN { nonempty = 0; } \
147  { items[$$0] = 1; nonempty = 1; } \
148  END { if (nonempty) { for (i in items) print i; }; } \
149'
150# Make sure the list of sources is unique.  This is necessary because,
151# e.g., the same source file might be shared among _SOURCES variables
152# for different programs/libraries.
153am__define_uniq_tagged_files = \
154  list='$(am__tagged_files)'; \
155  unique=`for i in $$list; do \
156    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157  done | $(am__uniquify_input)`
158ETAGS = etags
159CTAGS = ctags
160DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161ACLOCAL = ${SHELL} /Users/aks/code/os/cunit/cunit/missing aclocal-1.14
162AMTAR = $${TAR-tar}
163AM_DEFAULT_VERBOSITY = 1
164AR = ar
165AUTOCONF = ${SHELL} /Users/aks/code/os/cunit/cunit/missing autoconf
166AUTOHEADER = ${SHELL} /Users/aks/code/os/cunit/cunit/missing autoheader
167AUTOMAKE = ${SHELL} /Users/aks/code/os/cunit/cunit/missing automake-1.14
168AWK = awk
169BUILD_AUTOMATED = TRUE
170BUILD_BASIC = TRUE
171BUILD_CONSOLE = TRUE
172BUILD_CURSES = FALSE
173BUILD_EXAMPLES = TRUE
174BUILD_TEST = TRUE
175CC = gcc
176CCDEPMODE = depmode=gcc3
177CFLAGS =  -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE
178CPP = gcc -E
179CPPFLAGS =
180CURSES_LIB =
181CYGPATH_W = echo
182DEFS = -DHAVE_CONFIG_H
183DEPDIR = .deps
184DLLTOOL = false
185DSYMUTIL = dsymutil
186DUMPBIN =
187ECHO_C = \c
188ECHO_N =
189ECHO_T =
190EGREP = /usr/bin/grep -E
191ENABLE_DEBUG = TRUE
192ENABLE_DEPRECATED = FALSE
193ENABLE_MEMTRACE = TRUE
194EXEEXT =
195FGREP = /usr/bin/grep -F
196GREP = /usr/bin/grep
197INSTALL = /usr/bin/install -c
198INSTALL_DATA = ${INSTALL} -m 644
199INSTALL_PROGRAM = ${INSTALL}
200INSTALL_SCRIPT = ${INSTALL}
201INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
202LD = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
203LDFLAGS =  -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g
204LIBOBJS =
205LIBS = -lc
206LIBTOOL = $(SHELL) $(top_builddir)/libtool
207LIBTOOL_AGE = 0
208LIBTOOL_CURRENT = 1
209LIBTOOL_REVISION = 1
210LIBTOOL_SUFFIX = 1.0.1
211LIBTOOL_SUFFIX1 = 1
212LIPO = lipo
213LN_S = ln -s
214LTLIBOBJS =
215MAKEINFO = ${SHELL} /Users/aks/code/os/cunit/cunit/missing makeinfo
216MANIFEST_TOOL = :
217MKDIR_P = ../../.././install-sh -c -d
218NM = /usr/bin/nm
219NMEDIT = nmedit
220OBJDUMP = false
221OBJEXT = o
222OTOOL = otool
223OTOOL64 = :
224PACKAGE = CUnit
225PACKAGE_BUGREPORT =
226PACKAGE_NAME = CUnit
227PACKAGE_STRING = CUnit 2.1-3
228PACKAGE_TARNAME = cunit
229PACKAGE_URL =
230PACKAGE_VERSION = 2.1-3
231PATH_SEPARATOR = :
232RANLIB = ranlib
233RELEASE = 3
234SED = /usr/bin/sed
235SET_MAKE =
236SHELL = /bin/sh
237STRIP = strip
238VERSION = 2.1
239VERSION_MAJOR = 2
240VERSION_MINOR = 1
241abs_builddir = /Users/aks/code/os/cunit/cunit/CUnit/Sources/Console
242abs_srcdir = /Users/aks/code/os/cunit/cunit/CUnit/Sources/Console
243abs_top_builddir = /Users/aks/code/os/cunit/cunit
244abs_top_srcdir = /Users/aks/code/os/cunit/cunit
245ac_ct_AR = ar
246ac_ct_CC = gcc
247ac_ct_DUMPBIN =
248am__include = include
249am__leading_dot = .
250am__quote =
251am__tar = $${TAR-tar} chof - "$$tardir"
252am__untar = $${TAR-tar} xf -
253bindir = ${exec_prefix}/bin
254build = x86_64-apple-darwin13.1.0
255build_alias =
256build_cpu = x86_64
257build_os = darwin13.1.0
258build_vendor = apple
259builddir = .
260datadir = ${datarootdir}
261datarootdir = ${prefix}/share
262docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
263dvidir = ${docdir}
264exec_prefix = ${prefix}
265host = x86_64-apple-darwin13.1.0
266host_alias =
267host_cpu = x86_64
268host_os = darwin13.1.0
269host_vendor = apple
270htmldir = ${docdir}
271includedir = ${prefix}/include
272infodir = ${datarootdir}/info
273install_sh = ${SHELL} /Users/aks/code/os/cunit/cunit/install-sh
274libdir = ${exec_prefix}/lib
275libexecdir = ${exec_prefix}/libexec
276localedir = ${datarootdir}/locale
277localstatedir = ${prefix}/var
278mandir = ${datarootdir}/man
279mkdir_p = $(MKDIR_P)
280oldincludedir = /usr/include
281pdfdir = ${docdir}
282prefix = /Users/aks/CUnitHome
283program_transform_name = s,x,x,
284psdir = ${docdir}
285sbindir = ${exec_prefix}/sbin
286sharedstatedir = ${prefix}/com
287srcdir = .
288sysconfdir = ${prefix}/etc
289target_alias =
290top_build_prefix = ../../../
291top_builddir = ../../..
292top_srcdir = ../../..
293AM_CPPFLAGS = -I$(top_srcdir)/CUnit/Headers
294noinst_LTLIBRARIES = libcunitconsole.la
295libcunitconsole_la_SOURCES = \
296	Console.c
297
298all: all-am
299
300.SUFFIXES:
301.SUFFIXES: .c .lo .o .obj
302$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
303	@for dep in $?; do \
304	  case '$(am__configure_deps)' in \
305	    *$$dep*) \
306	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
307	        && { if test -f $@; then exit 0; else break; fi; }; \
308	      exit 1;; \
309	  esac; \
310	done; \
311	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu CUnit/Sources/Console/Makefile'; \
312	$(am__cd) $(top_srcdir) && \
313	  $(AUTOMAKE) --gnu CUnit/Sources/Console/Makefile
314.PRECIOUS: Makefile
315Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
316	@case '$?' in \
317	  *config.status*) \
318	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
319	  *) \
320	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
321	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
322	esac;
323
324$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
325	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326
327$(top_srcdir)/configure:  $(am__configure_deps)
328	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
330	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331$(am__aclocal_m4_deps):
332
333clean-noinstLTLIBRARIES:
334	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
335	@list='$(noinst_LTLIBRARIES)'; \
336	locs=`for p in $$list; do echo $$p; done | \
337	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
338	      sort -u`; \
339	test -z "$$locs" || { \
340	  echo rm -f $${locs}; \
341	  rm -f $${locs}; \
342	}
343
344libcunitconsole.la: $(libcunitconsole_la_OBJECTS) $(libcunitconsole_la_DEPENDENCIES) $(EXTRA_libcunitconsole_la_DEPENDENCIES)
345	$(AM_V_CCLD)$(LINK)  $(libcunitconsole_la_OBJECTS) $(libcunitconsole_la_LIBADD) $(LIBS)
346
347mostlyclean-compile:
348	-rm -f *.$(OBJEXT)
349
350distclean-compile:
351	-rm -f *.tab.c
352
353include ./$(DEPDIR)/Console.Plo
354
355.c.o:
356	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
357	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
358#	$(AM_V_CC)source='$<' object='$@' libtool=no \
359#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
360#	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<
361
362.c.obj:
363	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
364	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
365#	$(AM_V_CC)source='$<' object='$@' libtool=no \
366#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
367#	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
368
369.c.lo:
370	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
371	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
372#	$(AM_V_CC)source='$<' object='$@' libtool=yes \
373#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
374#	$(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
375
376mostlyclean-libtool:
377	-rm -f *.lo
378
379clean-libtool:
380	-rm -rf .libs _libs
381
382ID: $(am__tagged_files)
383	$(am__define_uniq_tagged_files); mkid -fID $$unique
384tags: tags-am
385TAGS: tags
386
387tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
388	set x; \
389	here=`pwd`; \
390	$(am__define_uniq_tagged_files); \
391	shift; \
392	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
393	  test -n "$$unique" || unique=$$empty_fix; \
394	  if test $$# -gt 0; then \
395	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
396	      "$$@" $$unique; \
397	  else \
398	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
399	      $$unique; \
400	  fi; \
401	fi
402ctags: ctags-am
403
404CTAGS: ctags
405ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
406	$(am__define_uniq_tagged_files); \
407	test -z "$(CTAGS_ARGS)$$unique" \
408	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
409	     $$unique
410
411GTAGS:
412	here=`$(am__cd) $(top_builddir) && pwd` \
413	  && $(am__cd) $(top_srcdir) \
414	  && gtags -i $(GTAGS_ARGS) "$$here"
415cscopelist: cscopelist-am
416
417cscopelist-am: $(am__tagged_files)
418	list='$(am__tagged_files)'; \
419	case "$(srcdir)" in \
420	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
421	  *) sdir=$(subdir)/$(srcdir) ;; \
422	esac; \
423	for i in $$list; do \
424	  if test -f "$$i"; then \
425	    echo "$(subdir)/$$i"; \
426	  else \
427	    echo "$$sdir/$$i"; \
428	  fi; \
429	done >> $(top_builddir)/cscope.files
430
431distclean-tags:
432	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
433
434distdir: $(DISTFILES)
435	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
437	list='$(DISTFILES)'; \
438	  dist_files=`for file in $$list; do echo $$file; done | \
439	  sed -e "s|^$$srcdirstrip/||;t" \
440	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
441	case $$dist_files in \
442	  */*) $(MKDIR_P) `echo "$$dist_files" | \
443			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
444			   sort -u` ;; \
445	esac; \
446	for file in $$dist_files; do \
447	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
448	  if test -d $$d/$$file; then \
449	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
450	    if test -d "$(distdir)/$$file"; then \
451	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
452	    fi; \
453	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
454	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
455	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
456	    fi; \
457	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
458	  else \
459	    test -f "$(distdir)/$$file" \
460	    || cp -p $$d/$$file "$(distdir)/$$file" \
461	    || exit 1; \
462	  fi; \
463	done
464check-am: all-am
465check: check-am
466all-am: Makefile $(LTLIBRARIES)
467installdirs:
468install: install-am
469install-exec: install-exec-am
470install-data: install-data-am
471uninstall: uninstall-am
472
473install-am: all-am
474	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
475
476installcheck: installcheck-am
477install-strip:
478	if test -z '$(STRIP)'; then \
479	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
480	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
481	      install; \
482	else \
483	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
484	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
485	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
486	fi
487mostlyclean-generic:
488
489clean-generic:
490
491distclean-generic:
492	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
493	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
494
495maintainer-clean-generic:
496	@echo "This command is intended for maintainers to use"
497	@echo "it deletes files that may require special tools to rebuild."
498clean: clean-am
499
500clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
501	mostlyclean-am
502
503distclean: distclean-am
504	-rm -rf ./$(DEPDIR)
505	-rm -f Makefile
506distclean-am: clean-am distclean-compile distclean-generic \
507	distclean-tags
508
509dvi: dvi-am
510
511dvi-am:
512
513html: html-am
514
515html-am:
516
517info: info-am
518
519info-am:
520
521install-data-am:
522
523install-dvi: install-dvi-am
524
525install-dvi-am:
526
527install-exec-am:
528
529install-html: install-html-am
530
531install-html-am:
532
533install-info: install-info-am
534
535install-info-am:
536
537install-man:
538
539install-pdf: install-pdf-am
540
541install-pdf-am:
542
543install-ps: install-ps-am
544
545install-ps-am:
546
547installcheck-am:
548
549maintainer-clean: maintainer-clean-am
550	-rm -rf ./$(DEPDIR)
551	-rm -f Makefile
552maintainer-clean-am: distclean-am maintainer-clean-generic
553
554mostlyclean: mostlyclean-am
555
556mostlyclean-am: mostlyclean-compile mostlyclean-generic \
557	mostlyclean-libtool
558
559pdf: pdf-am
560
561pdf-am:
562
563ps: ps-am
564
565ps-am:
566
567uninstall-am:
568
569.MAKE: install-am install-strip
570
571.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
572	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
573	ctags-am distclean distclean-compile distclean-generic \
574	distclean-libtool distclean-tags distdir dvi dvi-am html \
575	html-am info info-am install install-am install-data \
576	install-data-am install-dvi install-dvi-am install-exec \
577	install-exec-am install-html install-html-am install-info \
578	install-info-am install-man install-pdf install-pdf-am \
579	install-ps install-ps-am install-strip installcheck \
580	installcheck-am installdirs maintainer-clean \
581	maintainer-clean-generic mostlyclean mostlyclean-compile \
582	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
583	tags tags-am uninstall uninstall-am
584
585
586# Tell versions [3.59,3.63) of GNU make to not export all variables.
587# Otherwise a system limit (for SysV at least) may be exceeded.
588.NOEXPORT:
589