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