1# Makefile.in generated by automake 1.14.1 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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80target_triplet = @target@
81subdir = src/lib/geometry/hpoint3
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83	$(top_srcdir)/mkinstalldirs
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/m4/check-package.m4 \
86	$(top_srcdir)/m4/frameworks.m4 $(top_srcdir)/m4/geom_local.m4 \
87	$(top_srcdir)/m4/iso-c99.m4 $(top_srcdir)/m4/lf_local.m4 \
88	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
89	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
90	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/set-prefix.m4 \
91	$(top_srcdir)/m4/withtool.m4 $(top_srcdir)/configure.ac
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93	$(ACLOCAL_M4)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = $(top_builddir)/config.h
96CONFIG_CLEAN_FILES =
97CONFIG_CLEAN_VPATH_FILES =
98AM_V_P = $(am__v_P_@AM_V@)
99am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
100am__v_P_0 = false
101am__v_P_1 = :
102AM_V_GEN = $(am__v_GEN_@AM_V@)
103am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
104am__v_GEN_0 = @echo "  GEN     " $@;
105am__v_GEN_1 =
106AM_V_at = $(am__v_at_@AM_V@)
107am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
108am__v_at_0 = @
109am__v_at_1 =
110SOURCES =
111DIST_SOURCES =
112am__can_run_installinfo = \
113  case $$AM_UPDATE_INFO_DIR in \
114    n|no|NO) false;; \
115    *) (install-info --version) >/dev/null 2>&1;; \
116  esac
117am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
118DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119ACLOCAL = @ACLOCAL@
120ALLOCA = @ALLOCA@
121AMTAR = @AMTAR@
122AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
123AQSIS_SHADER_COMPILER = @AQSIS_SHADER_COMPILER@
124AR = @AR@
125AUTOCONF = @AUTOCONF@
126AUTOHEADER = @AUTOHEADER@
127AUTOMAKE = @AUTOMAKE@
128AWK = @AWK@
129CC = @CC@
130CCDEPMODE = @CCDEPMODE@
131CFLAGS = @CFLAGS@
132CPP = @CPP@
133CPPFLAGS = @CPPFLAGS@
134CXX = @CXX@
135CXXCPP = @CXXCPP@
136CXXDEPMODE = @CXXDEPMODE@
137CXXFLAGS = @CXXFLAGS@
138CYGPATH_W = @CYGPATH_W@
139DEFAULT_PREFIX = @DEFAULT_PREFIX@
140DEFS = @DEFS@
141DELIGHT_SHADER_COMPILER = @DELIGHT_SHADER_COMPILER@
142DEPDIR = @DEPDIR@
143DLLTOOL = @DLLTOOL@
144DSYMUTIL = @DSYMUTIL@
145DUMPBIN = @DUMPBIN@
146ECHO_C = @ECHO_C@
147ECHO_N = @ECHO_N@
148ECHO_T = @ECHO_T@
149EGREP = @EGREP@
150EPSTOPDF = @EPSTOPDF@
151EXEEXT = @EXEEXT@
152FGREP = @FGREP@
153FIND = @FIND@
154GEOMVIEWHDRFILES = @GEOMVIEWHDRFILES@
155GEOMVIEWPRIVHDRFILES = @GEOMVIEWPRIVHDRFILES@
156GLOB_SHELL = @GLOB_SHELL@
157GLOB_SHELL_PATH = @GLOB_SHELL_PATH@
158GREP = @GREP@
159HTMLBROWSER = @HTMLBROWSER@
160INSTALL = @INSTALL@
161INSTALL_DATA = @INSTALL_DATA@
162INSTALL_PROGRAM = @INSTALL_PROGRAM@
163INSTALL_SCRIPT = @INSTALL_SCRIPT@
164INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
165LD = @LD@
166LDFLAGS = @LDFLAGS@
167LD_LIBRARY_PATH_SETTINGS = @LD_LIBRARY_PATH_SETTINGS@
168LEX = @LEX@
169LEXLIB = @LEXLIB@
170LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
171LIBOBJS = @LIBOBJS@
172LIBS = @LIBS@
173LIBTOOL = @LIBTOOL@
174LIPO = @LIPO@
175LN_S = @LN_S@
176LTLIBOBJS = @LTLIBOBJS@
177MACHTYPE = @MACHTYPE@
178MAINT = @MAINT@
179MAKEINFO = @MAKEINFO@
180MANIFEST_TOOL = @MANIFEST_TOOL@
181MESAGL = @MESAGL@
182MKDIR_P = @MKDIR_P@
183MOTIFINCLUDE = @MOTIFINCLUDE@
184MOTIFLIBS = @MOTIFLIBS@
185MOTIFUILIB = @MOTIFUILIB@
186NM = @NM@
187NMEDIT = @NMEDIT@
188OBJDUMP = @OBJDUMP@
189OBJEXT = @OBJEXT@
190OOGLLIB = @OOGLLIB@
191OOGLLIBS = @OOGLLIBS@
192OPENGLINCLUDE = @OPENGLINCLUDE@
193OPENGLLIBS = @OPENGLLIBS@
194OTOOL = @OTOOL@
195OTOOL64 = @OTOOL64@
196PACKAGE = @PACKAGE@
197PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198PACKAGE_NAME = @PACKAGE_NAME@
199PACKAGE_STRING = @PACKAGE_STRING@
200PACKAGE_TARNAME = @PACKAGE_TARNAME@
201PACKAGE_URL = @PACKAGE_URL@
202PACKAGE_VERSION = @PACKAGE_VERSION@
203PAMTOTIFF = @PAMTOTIFF@
204PATH_SEPARATOR = @PATH_SEPARATOR@
205PDFIMAGESPROG = @PDFIMAGESPROG@
206PDFVIEWER = @PDFVIEWER@
207PIXIE_SHADER_COMPILER = @PIXIE_SHADER_COMPILER@
208PNMTOPNG = @PNMTOPNG@
209POW_LIB = @POW_LIB@
210PS2EPSI = @PS2EPSI@
211RANLIB = @RANLIB@
212SED = @SED@
213SET_MAKE = @SET_MAKE@
214SHELL = @SHELL@
215SOCKETLIBS = @SOCKETLIBS@
216STRIP = @STRIP@
217STUBLIB = @STUBLIB@
218VERSION = @VERSION@
219XLIBS = @XLIBS@
220XMKMF = @XMKMF@
221XMULIBS = @XMULIBS@
222X_CFLAGS = @X_CFLAGS@
223X_EXTRA_LIBS = @X_EXTRA_LIBS@
224X_LIBS = @X_LIBS@
225X_PRE_LIBS = @X_PRE_LIBS@
226YACC = @YACC@
227YFLAGS = @YFLAGS@
228ZLIB_ALL_INCLUDES = @ZLIB_ALL_INCLUDES@
229ZLIB_ALL_LIB = @ZLIB_ALL_LIB@
230ZLIB_INCLUDES = @ZLIB_INCLUDES@
231ZLIB_INCLUDE_PATH = @ZLIB_INCLUDE_PATH@
232ZLIB_LIB = @ZLIB_LIB@
233ZLIB_LIB_PATH = @ZLIB_LIB_PATH@
234ZLIB_NAME = @ZLIB_NAME@
235abs_builddir = @abs_builddir@
236abs_srcdir = @abs_srcdir@
237abs_top_builddir = @abs_top_builddir@
238abs_top_srcdir = @abs_top_srcdir@
239ac_ct_AR = @ac_ct_AR@
240ac_ct_CC = @ac_ct_CC@
241ac_ct_CXX = @ac_ct_CXX@
242ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
243am__include = @am__include@
244am__leading_dot = @am__leading_dot@
245am__quote = @am__quote@
246am__tar = @am__tar@
247am__untar = @am__untar@
248bindir = @bindir@
249build = @build@
250build_alias = @build_alias@
251build_cpu = @build_cpu@
252build_os = @build_os@
253build_vendor = @build_vendor@
254builddir = @builddir@
255datadir = @datadir@
256datarootdir = @datarootdir@
257default_includes = @default_includes@
258docdir = @docdir@
259dvidir = @dvidir@
260exec_prefix = @exec_prefix@
261expanded_exec_prefix = @expanded_exec_prefix@
262expanded_prefix = @expanded_prefix@
263geomdatadir = @geomdatadir@
264host = @host@
265host_alias = @host_alias@
266host_cpu = @host_cpu@
267host_os = @host_os@
268host_vendor = @host_vendor@
269htmldir = @htmldir@
270includedir = @includedir@
271infodir = @infodir@
272install_sh = @install_sh@
273libdir = @libdir@
274libexecdir = @libexecdir@
275localedir = @localedir@
276localstatedir = @localstatedir@
277mandir = @mandir@
278mkdir_p = @mkdir_p@
279moduledir = @moduledir@
280oldincludedir = @oldincludedir@
281pdfdir = @pdfdir@
282prefix = @prefix@
283program_transform_name = @program_transform_name@
284psdir = @psdir@
285sbindir = @sbindir@
286sharedstatedir = @sharedstatedir@
287srcdir = @srcdir@
288sysconfdir = @sysconfdir@
289target = @target@
290target_alias = @target_alias@
291target_cpu = @target_cpu@
292target_os = @target_os@
293target_vendor = @target_vendor@
294top_build_prefix = @top_build_prefix@
295top_builddir = @top_builddir@
296top_geom_builddir = @top_geom_builddir@
297top_srcdir = @top_srcdir@
298INCLUDES = $(default_includes)
299EXTRA_DIST = Headers\
300 hg4.h hline3.h hplane3.h hpoint3.h line.h plane.h point.h tolerance.h
301
302all: all-am
303
304.SUFFIXES:
305$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
306	@for dep in $?; do \
307	  case '$(am__configure_deps)' in \
308	    *$$dep*) \
309	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
310	        && { if test -f $@; then exit 0; else break; fi; }; \
311	      exit 1;; \
312	  esac; \
313	done; \
314	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/geometry/hpoint3/Makefile'; \
315	$(am__cd) $(top_srcdir) && \
316	  $(AUTOMAKE) --gnu src/lib/geometry/hpoint3/Makefile
317.PRECIOUS: Makefile
318Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
319	@case '$?' in \
320	  *config.status*) \
321	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
322	  *) \
323	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
324	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
325	esac;
326
327$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
328	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329
330$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
331	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
333	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334$(am__aclocal_m4_deps):
335
336mostlyclean-libtool:
337	-rm -f *.lo
338
339clean-libtool:
340	-rm -rf .libs _libs
341tags TAGS:
342
343ctags CTAGS:
344
345cscope cscopelist:
346
347
348distdir: $(DISTFILES)
349	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
350	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
351	list='$(DISTFILES)'; \
352	  dist_files=`for file in $$list; do echo $$file; done | \
353	  sed -e "s|^$$srcdirstrip/||;t" \
354	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
355	case $$dist_files in \
356	  */*) $(MKDIR_P) `echo "$$dist_files" | \
357			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
358			   sort -u` ;; \
359	esac; \
360	for file in $$dist_files; do \
361	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
362	  if test -d $$d/$$file; then \
363	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
364	    if test -d "$(distdir)/$$file"; then \
365	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
366	    fi; \
367	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
368	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
369	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
370	    fi; \
371	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
372	  else \
373	    test -f "$(distdir)/$$file" \
374	    || cp -p $$d/$$file "$(distdir)/$$file" \
375	    || exit 1; \
376	  fi; \
377	done
378check-am: all-am
379check: check-am
380all-am: Makefile
381installdirs:
382install: install-am
383install-exec: install-exec-am
384install-data: install-data-am
385uninstall: uninstall-am
386
387install-am: all-am
388	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
389
390installcheck: installcheck-am
391install-strip:
392	if test -z '$(STRIP)'; then \
393	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
394	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
395	      install; \
396	else \
397	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
398	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
399	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
400	fi
401mostlyclean-generic:
402
403clean-generic:
404
405distclean-generic:
406	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
407	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
408
409maintainer-clean-generic:
410	@echo "This command is intended for maintainers to use"
411	@echo "it deletes files that may require special tools to rebuild."
412clean: clean-am
413
414clean-am: clean-generic clean-libtool mostlyclean-am
415
416distclean: distclean-am
417	-rm -f Makefile
418distclean-am: clean-am distclean-generic
419
420dvi: dvi-am
421
422dvi-am:
423
424html: html-am
425
426html-am:
427
428info: info-am
429
430info-am:
431
432install-data-am:
433
434install-dvi: install-dvi-am
435
436install-dvi-am:
437
438install-exec-am:
439
440install-html: install-html-am
441
442install-html-am:
443
444install-info: install-info-am
445
446install-info-am:
447
448install-man:
449
450install-pdf: install-pdf-am
451
452install-pdf-am:
453
454install-ps: install-ps-am
455
456install-ps-am:
457
458installcheck-am:
459
460maintainer-clean: maintainer-clean-am
461	-rm -f Makefile
462maintainer-clean-am: distclean-am maintainer-clean-generic
463
464mostlyclean: mostlyclean-am
465
466mostlyclean-am: mostlyclean-generic mostlyclean-libtool
467
468pdf: pdf-am
469
470pdf-am:
471
472ps: ps-am
473
474ps-am:
475
476uninstall-am:
477
478.MAKE: install-am install-strip
479
480.PHONY: all all-am check check-am clean clean-generic clean-libtool \
481	cscopelist-am ctags-am distclean distclean-generic \
482	distclean-libtool distdir dvi dvi-am html html-am info info-am \
483	install install-am install-data install-data-am install-dvi \
484	install-dvi-am install-exec install-exec-am install-html \
485	install-html-am install-info install-info-am install-man \
486	install-pdf install-pdf-am install-ps install-ps-am \
487	install-strip installcheck installcheck-am installdirs \
488	maintainer-clean maintainer-clean-generic mostlyclean \
489	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
490	tags-am uninstall uninstall-am
491
492
493#noinst_LTLIBRARIES = libhpoint3.la
494#
495#libhpoint3_la_SOURCES = \
496#    hg4.h hline3.h hplane3.h hpoint3.h line.h plane.h point.h tolerance.h
497
498# Tell versions [3.59,3.63) of GNU make to not export all variables.
499# Otherwise a system limit (for SysV at least) may be exceeded.
500.NOEXPORT:
501