1# Makefile.in generated by automake 1.14 from Makefile.am.
2# @configure_input@
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@SET_MAKE@
16
17VPATH = @srcdir@
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)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
80host_triplet = @host@
81subdir = CUnit/Sources/Automated
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)
93libcunitautomated_la_LIBADD =
94am_libcunitautomated_la_OBJECTS = Automated.lo
95libcunitautomated_la_OBJECTS = $(am_libcunitautomated_la_OBJECTS)
96AM_V_lt = $(am__v_lt_@AM_V@)
97am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
98am__v_lt_0 = --silent
99am__v_lt_1 =
100AM_V_P = $(am__v_P_@AM_V@)
101am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
102am__v_P_0 = false
103am__v_P_1 = :
104AM_V_GEN = $(am__v_GEN_@AM_V@)
105am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
106am__v_GEN_0 = @echo "  GEN     " $@;
107am__v_GEN_1 =
108AM_V_at = $(am__v_at_@AM_V@)
109am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
110am__v_at_0 = @
111am__v_at_1 =
112DEFAULT_INCLUDES = -I.@am__isrc@ -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_@AM_V@)
123am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
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_@AM_V@)
131am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
132am__v_CCLD_0 = @echo "  CCLD    " $@;
133am__v_CCLD_1 =
134SOURCES = $(libcunitautomated_la_SOURCES)
135DIST_SOURCES = $(libcunitautomated_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 = @ACLOCAL@
162AMTAR = @AMTAR@
163AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164AR = @AR@
165AUTOCONF = @AUTOCONF@
166AUTOHEADER = @AUTOHEADER@
167AUTOMAKE = @AUTOMAKE@
168AWK = @AWK@
169BUILD_AUTOMATED = @BUILD_AUTOMATED@
170BUILD_BASIC = @BUILD_BASIC@
171BUILD_CONSOLE = @BUILD_CONSOLE@
172BUILD_CURSES = @BUILD_CURSES@
173BUILD_EXAMPLES = @BUILD_EXAMPLES@
174BUILD_TEST = @BUILD_TEST@
175CC = @CC@
176CCDEPMODE = @CCDEPMODE@
177CFLAGS = @CFLAGS@
178CPP = @CPP@
179CPPFLAGS = @CPPFLAGS@
180CURSES_LIB = @CURSES_LIB@
181CYGPATH_W = @CYGPATH_W@
182DEFS = @DEFS@
183DEPDIR = @DEPDIR@
184DLLTOOL = @DLLTOOL@
185DSYMUTIL = @DSYMUTIL@
186DUMPBIN = @DUMPBIN@
187ECHO_C = @ECHO_C@
188ECHO_N = @ECHO_N@
189ECHO_T = @ECHO_T@
190EGREP = @EGREP@
191ENABLE_DEBUG = @ENABLE_DEBUG@
192ENABLE_DEPRECATED = @ENABLE_DEPRECATED@
193ENABLE_MEMTRACE = @ENABLE_MEMTRACE@
194EXEEXT = @EXEEXT@
195FGREP = @FGREP@
196GREP = @GREP@
197INSTALL = @INSTALL@
198INSTALL_DATA = @INSTALL_DATA@
199INSTALL_PROGRAM = @INSTALL_PROGRAM@
200INSTALL_SCRIPT = @INSTALL_SCRIPT@
201INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
202LD = @LD@
203LDFLAGS = @LDFLAGS@
204LIBOBJS = @LIBOBJS@
205LIBS = @LIBS@
206LIBTOOL = @LIBTOOL@
207LIBTOOL_AGE = @LIBTOOL_AGE@
208LIBTOOL_CURRENT = @LIBTOOL_CURRENT@
209LIBTOOL_REVISION = @LIBTOOL_REVISION@
210LIBTOOL_SUFFIX = @LIBTOOL_SUFFIX@
211LIBTOOL_SUFFIX1 = @LIBTOOL_SUFFIX1@
212LIPO = @LIPO@
213LN_S = @LN_S@
214LTLIBOBJS = @LTLIBOBJS@
215MAKEINFO = @MAKEINFO@
216MANIFEST_TOOL = @MANIFEST_TOOL@
217MKDIR_P = @MKDIR_P@
218NM = @NM@
219NMEDIT = @NMEDIT@
220OBJDUMP = @OBJDUMP@
221OBJEXT = @OBJEXT@
222OTOOL = @OTOOL@
223OTOOL64 = @OTOOL64@
224PACKAGE = @PACKAGE@
225PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
226PACKAGE_NAME = @PACKAGE_NAME@
227PACKAGE_STRING = @PACKAGE_STRING@
228PACKAGE_TARNAME = @PACKAGE_TARNAME@
229PACKAGE_URL = @PACKAGE_URL@
230PACKAGE_VERSION = @PACKAGE_VERSION@
231PATH_SEPARATOR = @PATH_SEPARATOR@
232RANLIB = @RANLIB@
233RELEASE = @RELEASE@
234SED = @SED@
235SET_MAKE = @SET_MAKE@
236SHELL = @SHELL@
237STRIP = @STRIP@
238VERSION = @VERSION@
239VERSION_MAJOR = @VERSION_MAJOR@
240VERSION_MINOR = @VERSION_MINOR@
241abs_builddir = @abs_builddir@
242abs_srcdir = @abs_srcdir@
243abs_top_builddir = @abs_top_builddir@
244abs_top_srcdir = @abs_top_srcdir@
245ac_ct_AR = @ac_ct_AR@
246ac_ct_CC = @ac_ct_CC@
247ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
248am__include = @am__include@
249am__leading_dot = @am__leading_dot@
250am__quote = @am__quote@
251am__tar = @am__tar@
252am__untar = @am__untar@
253bindir = @bindir@
254build = @build@
255build_alias = @build_alias@
256build_cpu = @build_cpu@
257build_os = @build_os@
258build_vendor = @build_vendor@
259builddir = @builddir@
260datadir = @datadir@
261datarootdir = @datarootdir@
262docdir = @docdir@
263dvidir = @dvidir@
264exec_prefix = @exec_prefix@
265host = @host@
266host_alias = @host_alias@
267host_cpu = @host_cpu@
268host_os = @host_os@
269host_vendor = @host_vendor@
270htmldir = @htmldir@
271includedir = @includedir@
272infodir = @infodir@
273install_sh = @install_sh@
274libdir = @libdir@
275libexecdir = @libexecdir@
276localedir = @localedir@
277localstatedir = @localstatedir@
278mandir = @mandir@
279mkdir_p = @mkdir_p@
280oldincludedir = @oldincludedir@
281pdfdir = @pdfdir@
282prefix = @prefix@
283program_transform_name = @program_transform_name@
284psdir = @psdir@
285sbindir = @sbindir@
286sharedstatedir = @sharedstatedir@
287srcdir = @srcdir@
288sysconfdir = @sysconfdir@
289target_alias = @target_alias@
290top_build_prefix = @top_build_prefix@
291top_builddir = @top_builddir@
292top_srcdir = @top_srcdir@
293AM_CPPFLAGS = -I$(top_srcdir)/CUnit/Headers
294noinst_LTLIBRARIES = libcunitautomated.la
295libcunitautomated_la_SOURCES = \
296	Automated.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/Automated/Makefile'; \
312	$(am__cd) $(top_srcdir) && \
313	  $(AUTOMAKE) --gnu CUnit/Sources/Automated/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
344libcunitautomated.la: $(libcunitautomated_la_OBJECTS) $(libcunitautomated_la_DEPENDENCIES) $(EXTRA_libcunitautomated_la_DEPENDENCIES)
345	$(AM_V_CCLD)$(LINK)  $(libcunitautomated_la_OBJECTS) $(libcunitautomated_la_LIBADD) $(LIBS)
346
347mostlyclean-compile:
348	-rm -f *.$(OBJEXT)
349
350distclean-compile:
351	-rm -f *.tab.c
352
353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Automated.Plo@am__quote@
354
355.c.o:
356@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
357@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
358@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
359@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
361
362.c.obj:
363@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
364@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
365@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
366@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
368
369.c.lo:
370@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
371@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
372@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
373@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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