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