Annotation of OpenXM/src/ox_pari/Makefile.in, Revision 1.3
1.1 ohara 1: # Makefile.in generated by automake 1.15 from Makefile.am.
2: # @configure_input@
3:
4: # Copyright (C) 1994-2014 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:
1.3 ! ohara 17: # $OpenXM: OpenXM/src/ox_pari/Makefile.in,v 1.2 2016/09/22 17:12:51 ohara Exp $
1.1 ohara 18:
19:
20: VPATH = @srcdir@
21: am__is_gnu_make = { \
22: if test -z '$(MAKELEVEL)'; then \
23: false; \
24: elif test -n '$(MAKE_HOST)'; then \
25: true; \
26: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27: true; \
28: else \
29: false; \
30: fi; \
31: }
32: am__make_running_with_option = \
33: case $${target_option-} in \
34: ?) ;; \
35: *) echo "am__make_running_with_option: internal error: invalid" \
36: "target option '$${target_option-}' specified" >&2; \
37: exit 1;; \
38: esac; \
39: has_opt=no; \
40: sane_makeflags=$$MAKEFLAGS; \
41: if $(am__is_gnu_make); then \
42: sane_makeflags=$$MFLAGS; \
43: else \
44: case $$MAKEFLAGS in \
45: *\\[\ \ ]*) \
46: bs=\\; \
47: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
49: esac; \
50: fi; \
51: skip_next=no; \
52: strip_trailopt () \
53: { \
54: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55: }; \
56: for flg in $$sane_makeflags; do \
57: test $$skip_next = yes && { skip_next=no; continue; }; \
58: case $$flg in \
59: *=*|--*) continue;; \
60: -*I) strip_trailopt 'I'; skip_next=yes;; \
61: -*I?*) strip_trailopt 'I';; \
62: -*O) strip_trailopt 'O'; skip_next=yes;; \
63: -*O?*) strip_trailopt 'O';; \
64: -*l) strip_trailopt 'l'; skip_next=yes;; \
65: -*l?*) strip_trailopt 'l';; \
66: -[dEDm]) skip_next=yes;; \
67: -[JT]) skip_next=yes;; \
68: esac; \
69: case $$flg in \
70: *$$target_option*) has_opt=yes; break;; \
71: esac; \
72: done; \
73: test $$has_opt = yes
74: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76: pkgdatadir = $(datadir)/@PACKAGE@
77: pkgincludedir = $(includedir)/@PACKAGE@
78: pkglibdir = $(libdir)/@PACKAGE@
79: pkglibexecdir = $(libexecdir)/@PACKAGE@
80: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81: install_sh_DATA = $(install_sh) -c -m 644
82: install_sh_PROGRAM = $(install_sh) -c
83: install_sh_SCRIPT = $(install_sh) -c
84: INSTALL_HEADER = $(INSTALL_DATA)
85: transform = $(program_transform_name)
86: NORMAL_INSTALL = :
87: PRE_INSTALL = :
88: POST_INSTALL = :
89: NORMAL_UNINSTALL = :
90: PRE_UNINSTALL = :
91: POST_UNINSTALL = :
92: build_triplet = @build@
93: host_triplet = @host@
94: target_triplet = @target@
95: ox_pari_PROGRAMS = ox_pari$(EXEEXT)
96: subdir = .
97: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
99: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100: $(ACLOCAL_M4)
101: DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
102: $(am__configure_deps) $(noinst_HEADERS) $(am__DIST_COMMON)
103: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
104: configure.lineno config.status.lineno
105: mkinstalldirs = $(install_sh) -d
106: CONFIG_CLEAN_FILES =
107: CONFIG_CLEAN_VPATH_FILES =
108: am__installdirs = "$(DESTDIR)$(ox_paridir)"
109: PROGRAMS = $(ox_pari_PROGRAMS)
110: am_ox_pari_OBJECTS = ox_pari.$(OBJEXT) convert.$(OBJEXT) \
111: pari_ftab.$(OBJEXT)
112: ox_pari_OBJECTS = $(am_ox_pari_OBJECTS)
113: ox_pari_LDADD = $(LDADD)
114: AM_V_P = $(am__v_P_@AM_V@)
115: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116: am__v_P_0 = false
117: am__v_P_1 = :
118: AM_V_GEN = $(am__v_GEN_@AM_V@)
119: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120: am__v_GEN_0 = @echo " GEN " $@;
121: am__v_GEN_1 =
122: AM_V_at = $(am__v_at_@AM_V@)
123: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124: am__v_at_0 = @
125: am__v_at_1 =
126: DEFAULT_INCLUDES = -I.@am__isrc@
127: depcomp =
128: am__depfiles_maybe =
129: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
130: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131: AM_V_CC = $(am__v_CC_@AM_V@)
132: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
133: am__v_CC_0 = @echo " CC " $@;
134: am__v_CC_1 =
135: CCLD = $(CC)
136: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
137: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
138: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
139: am__v_CCLD_0 = @echo " CCLD " $@;
140: am__v_CCLD_1 =
141: SOURCES = $(ox_pari_SOURCES)
142: DIST_SOURCES = $(ox_pari_SOURCES)
143: am__can_run_installinfo = \
144: case $$AM_UPDATE_INFO_DIR in \
145: n|no|NO) false;; \
146: *) (install-info --version) >/dev/null 2>&1;; \
147: esac
148: HEADERS = $(noinst_HEADERS)
149: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
150: # Read a list of newline-separated strings from the standard input,
151: # and print each of them once, without duplicates. Input order is
152: # *not* preserved.
153: am__uniquify_input = $(AWK) '\
154: BEGIN { nonempty = 0; } \
155: { items[$$0] = 1; nonempty = 1; } \
156: END { if (nonempty) { for (i in items) print i; }; } \
157: '
158: # Make sure the list of sources is unique. This is necessary because,
159: # e.g., the same source file might be shared among _SOURCES variables
160: # for different programs/libraries.
161: am__define_uniq_tagged_files = \
162: list='$(am__tagged_files)'; \
163: unique=`for i in $$list; do \
164: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
165: done | $(am__uniquify_input)`
166: ETAGS = etags
167: CTAGS = ctags
168: CSCOPE = cscope
169: AM_RECURSIVE_TARGETS = cscope
170: am__DIST_COMMON = $(srcdir)/Makefile.in compile config.guess \
171: config.sub install-sh missing
172: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173: distdir = $(PACKAGE)-$(VERSION)
174: top_distdir = $(distdir)
175: am__remove_distdir = \
176: if test -d "$(distdir)"; then \
177: find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
178: && rm -rf "$(distdir)" \
179: || { sleep 5 && rm -rf "$(distdir)"; }; \
180: else :; fi
181: am__post_remove_distdir = $(am__remove_distdir)
182: DIST_ARCHIVES = $(distdir).tar.gz
183: GZIP_ENV = --best
184: DIST_TARGETS = dist-gzip
185: distuninstallcheck_listfiles = find . -type f -print
186: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
187: | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
188: distcleancheck_listfiles = find . -type f -print
189: ACLOCAL = @ACLOCAL@
190: AMTAR = @AMTAR@
191: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
192: AUTOCONF = @AUTOCONF@
193: AUTOHEADER = @AUTOHEADER@
194: AUTOMAKE = @AUTOMAKE@
195: AWK = @AWK@
196: CC = @CC@
197: CCDEPMODE = @CCDEPMODE@
198: CFLAGS = @CFLAGS@
199: CPPFLAGS = @CPPFLAGS@
200: CYGPATH_W = @CYGPATH_W@
201: DEFS = @DEFS@
202: DEPDIR = @DEPDIR@
203: ECHO_C = @ECHO_C@
204: ECHO_N = @ECHO_N@
205: ECHO_T = @ECHO_T@
206: EXEEXT = @EXEEXT@
207: INSTALL = @INSTALL@
208: INSTALL_DATA = @INSTALL_DATA@
209: INSTALL_PROGRAM = @INSTALL_PROGRAM@
210: INSTALL_SCRIPT = @INSTALL_SCRIPT@
211: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
212: LDFLAGS = @LDFLAGS@
213: LIBOBJS = @LIBOBJS@
1.2 ohara 214: LIBS = @LIBS@ -L${libdir} @OXLIBS@ -lm
1.1 ohara 215: LTLIBOBJS = @LTLIBOBJS@
216: MAINT = @MAINT@
217: MAKEINFO = @MAKEINFO@
218: MKDIR_P = @MKDIR_P@
219: OBJEXT = @OBJEXT@
1.2 ohara 220: OXLIBS = @OXLIBS@
1.1 ohara 221: PACKAGE = @PACKAGE@
222: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
223: PACKAGE_NAME = @PACKAGE_NAME@
224: PACKAGE_STRING = @PACKAGE_STRING@
225: PACKAGE_TARNAME = @PACKAGE_TARNAME@
226: PACKAGE_URL = @PACKAGE_URL@
227: PACKAGE_VERSION = @PACKAGE_VERSION@
228: PATH_SEPARATOR = @PATH_SEPARATOR@
229: SET_MAKE = @SET_MAKE@
230: SHELL = @SHELL@
231: STRIP = @STRIP@
232: VERSION = @VERSION@
233: abs_builddir = @abs_builddir@
234: abs_srcdir = @abs_srcdir@
235: abs_top_builddir = @abs_top_builddir@
236: abs_top_srcdir = @abs_top_srcdir@
237: ac_ct_CC = @ac_ct_CC@
238: am__include = @am__include@
239: am__leading_dot = @am__leading_dot@
240: am__quote = @am__quote@
241: am__tar = @am__tar@
242: am__untar = @am__untar@
243: bindir = @bindir@
244: build = @build@
245: build_alias = @build_alias@
246: build_cpu = @build_cpu@
247: build_os = @build_os@
248: build_vendor = @build_vendor@
249: builddir = @builddir@
250: datadir = @datadir@
251: datarootdir = @datarootdir@
252: docdir = @docdir@
253: dvidir = @dvidir@
254: exec_prefix = @exec_prefix@
255: host = @host@
256: host_alias = @host_alias@
257: host_cpu = @host_cpu@
258: host_os = @host_os@
259: host_vendor = @host_vendor@
260: htmldir = @htmldir@
261: includedir = @includedir@
262: infodir = @infodir@
263: install_sh = @install_sh@
264: libdir = @libdir@
265: libexecdir = @libexecdir@
266: localedir = @localedir@
267: localstatedir = @localstatedir@
268: mandir = @mandir@
269: mkdir_p = @mkdir_p@
270: oldincludedir = @oldincludedir@
271: pdfdir = @pdfdir@
272: prefix = @prefix@
273: program_transform_name = @program_transform_name@
274: psdir = @psdir@
275: sbindir = @sbindir@
276: sharedstatedir = @sharedstatedir@
277: srcdir = @srcdir@
278: sysconfdir = @sysconfdir@
279: target = @target@
280: target_alias = @target_alias@
281: target_cpu = @target_cpu@
282: target_os = @target_os@
283: target_vendor = @target_vendor@
284: top_build_prefix = @top_build_prefix@
285: top_builddir = @top_builddir@
286: top_srcdir = @top_srcdir@
287: AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
288: DISTCLEANFILES = .configure_done
289: AM_CPPFLAGS = -g -Wall -finline-functions -I${prefix}/include
1.3 ! ohara 290: noinst_HEADERS = ox_pari.h
1.1 ohara 291: ox_paridir = ${prefix}/bin
292: ox_pari_SOURCES = ox_pari.c convert.c pari_ftab.c
293: all: all-am
294:
295: .SUFFIXES:
296: .SUFFIXES: .c .o .obj
297: am--refresh: Makefile
298: @:
299: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
300: @for dep in $?; do \
301: case '$(am__configure_deps)' in \
302: *$$dep*) \
303: echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
304: $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
305: && exit 0; \
306: exit 1;; \
307: esac; \
308: done; \
309: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
310: $(am__cd) $(top_srcdir) && \
311: $(AUTOMAKE) --foreign Makefile
312: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313: @case '$?' in \
314: *config.status*) \
315: echo ' $(SHELL) ./config.status'; \
316: $(SHELL) ./config.status;; \
317: *) \
318: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
319: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
320: esac;
321:
322: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
323: $(SHELL) ./config.status --recheck
324:
325: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
326: $(am__cd) $(srcdir) && $(AUTOCONF)
327: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
328: $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
329: $(am__aclocal_m4_deps):
330: install-ox_pariPROGRAMS: $(ox_pari_PROGRAMS)
331: @$(NORMAL_INSTALL)
332: @list='$(ox_pari_PROGRAMS)'; test -n "$(ox_paridir)" || list=; \
333: if test -n "$$list"; then \
334: echo " $(MKDIR_P) '$(DESTDIR)$(ox_paridir)'"; \
335: $(MKDIR_P) "$(DESTDIR)$(ox_paridir)" || exit 1; \
336: fi; \
337: for p in $$list; do echo "$$p $$p"; done | \
338: sed 's/$(EXEEXT)$$//' | \
339: while read p p1; do if test -f $$p \
340: ; then echo "$$p"; echo "$$p"; else :; fi; \
341: done | \
342: sed -e 'p;s,.*/,,;n;h' \
343: -e 's|.*|.|' \
344: -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
345: sed 'N;N;N;s,\n, ,g' | \
346: $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
347: { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
348: if ($$2 == $$4) files[d] = files[d] " " $$1; \
349: else { print "f", $$3 "/" $$4, $$1; } } \
350: END { for (d in files) print "f", d, files[d] }' | \
351: while read type dir files; do \
352: if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
353: test -z "$$files" || { \
354: echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(ox_paridir)$$dir'"; \
355: $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(ox_paridir)$$dir" || exit $$?; \
356: } \
357: ; done
358:
359: uninstall-ox_pariPROGRAMS:
360: @$(NORMAL_UNINSTALL)
361: @list='$(ox_pari_PROGRAMS)'; test -n "$(ox_paridir)" || list=; \
362: files=`for p in $$list; do echo "$$p"; done | \
363: sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
364: -e 's/$$/$(EXEEXT)/' \
365: `; \
366: test -n "$$list" || exit 0; \
367: echo " ( cd '$(DESTDIR)$(ox_paridir)' && rm -f" $$files ")"; \
368: cd "$(DESTDIR)$(ox_paridir)" && rm -f $$files
369:
370: clean-ox_pariPROGRAMS:
371: -test -z "$(ox_pari_PROGRAMS)" || rm -f $(ox_pari_PROGRAMS)
372:
373: ox_pari$(EXEEXT): $(ox_pari_OBJECTS) $(ox_pari_DEPENDENCIES) $(EXTRA_ox_pari_DEPENDENCIES)
374: @rm -f ox_pari$(EXEEXT)
375: $(AM_V_CCLD)$(LINK) $(ox_pari_OBJECTS) $(ox_pari_LDADD) $(LIBS)
376:
377: mostlyclean-compile:
378: -rm -f *.$(OBJEXT)
379:
380: distclean-compile:
381: -rm -f *.tab.c
382:
383: .c.o:
384: $(AM_V_CC)$(COMPILE) -c -o $@ $<
385:
386: .c.obj:
387: $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
388:
389: ID: $(am__tagged_files)
390: $(am__define_uniq_tagged_files); mkid -fID $$unique
391: tags: tags-am
392: TAGS: tags
393:
394: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
395: set x; \
396: here=`pwd`; \
397: $(am__define_uniq_tagged_files); \
398: shift; \
399: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
400: test -n "$$unique" || unique=$$empty_fix; \
401: if test $$# -gt 0; then \
402: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403: "$$@" $$unique; \
404: else \
405: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406: $$unique; \
407: fi; \
408: fi
409: ctags: ctags-am
410:
411: CTAGS: ctags
412: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
413: $(am__define_uniq_tagged_files); \
414: test -z "$(CTAGS_ARGS)$$unique" \
415: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
416: $$unique
417:
418: GTAGS:
419: here=`$(am__cd) $(top_builddir) && pwd` \
420: && $(am__cd) $(top_srcdir) \
421: && gtags -i $(GTAGS_ARGS) "$$here"
422: cscope: cscope.files
423: test ! -s cscope.files \
424: || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
425: clean-cscope:
426: -rm -f cscope.files
427: cscope.files: clean-cscope cscopelist
428: cscopelist: cscopelist-am
429:
430: cscopelist-am: $(am__tagged_files)
431: list='$(am__tagged_files)'; \
432: case "$(srcdir)" in \
433: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
434: *) sdir=$(subdir)/$(srcdir) ;; \
435: esac; \
436: for i in $$list; do \
437: if test -f "$$i"; then \
438: echo "$(subdir)/$$i"; \
439: else \
440: echo "$$sdir/$$i"; \
441: fi; \
442: done >> $(top_builddir)/cscope.files
443:
444: distclean-tags:
445: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
446: -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
447:
448: distdir: $(DISTFILES)
449: $(am__remove_distdir)
450: test -d "$(distdir)" || mkdir "$(distdir)"
451: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
452: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
453: list='$(DISTFILES)'; \
454: dist_files=`for file in $$list; do echo $$file; done | \
455: sed -e "s|^$$srcdirstrip/||;t" \
456: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
457: case $$dist_files in \
458: */*) $(MKDIR_P) `echo "$$dist_files" | \
459: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
460: sort -u` ;; \
461: esac; \
462: for file in $$dist_files; do \
463: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
464: if test -d $$d/$$file; then \
465: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
466: if test -d "$(distdir)/$$file"; then \
467: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468: fi; \
469: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
470: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
471: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
472: fi; \
473: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
474: else \
475: test -f "$(distdir)/$$file" \
476: || cp -p $$d/$$file "$(distdir)/$$file" \
477: || exit 1; \
478: fi; \
479: done
480: -test -n "$(am__skip_mode_fix)" \
481: || find "$(distdir)" -type d ! -perm -755 \
482: -exec chmod u+rwx,go+rx {} \; -o \
483: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
484: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
485: ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
486: || chmod -R a+r "$(distdir)"
487: dist-gzip: distdir
488: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
489: $(am__post_remove_distdir)
490:
491: dist-bzip2: distdir
492: tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
493: $(am__post_remove_distdir)
494:
495: dist-lzip: distdir
496: tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
497: $(am__post_remove_distdir)
498:
499: dist-xz: distdir
500: tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
501: $(am__post_remove_distdir)
502:
503: dist-tarZ: distdir
504: @echo WARNING: "Support for distribution archives compressed with" \
505: "legacy program 'compress' is deprecated." >&2
506: @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
507: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
508: $(am__post_remove_distdir)
509:
510: dist-shar: distdir
511: @echo WARNING: "Support for shar distribution archives is" \
512: "deprecated." >&2
513: @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
514: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
515: $(am__post_remove_distdir)
516:
517: dist-zip: distdir
518: -rm -f $(distdir).zip
519: zip -rq $(distdir).zip $(distdir)
520: $(am__post_remove_distdir)
521:
522: dist dist-all:
523: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
524: $(am__post_remove_distdir)
525:
526: # This target untars the dist file and tries a VPATH configuration. Then
527: # it guarantees that the distribution is self-contained by making another
528: # tarfile.
529: distcheck: dist
530: case '$(DIST_ARCHIVES)' in \
531: *.tar.gz*) \
532: GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
533: *.tar.bz2*) \
534: bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
535: *.tar.lz*) \
536: lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
537: *.tar.xz*) \
538: xz -dc $(distdir).tar.xz | $(am__untar) ;;\
539: *.tar.Z*) \
540: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
541: *.shar.gz*) \
542: GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
543: *.zip*) \
544: unzip $(distdir).zip ;;\
545: esac
546: chmod -R a-w $(distdir)
547: chmod u+w $(distdir)
548: mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
549: chmod a-w $(distdir)
550: test -d $(distdir)/_build || exit 0; \
551: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
552: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
553: && am__cwd=`pwd` \
554: && $(am__cd) $(distdir)/_build/sub \
555: && ../../configure \
556: $(AM_DISTCHECK_CONFIGURE_FLAGS) \
557: $(DISTCHECK_CONFIGURE_FLAGS) \
558: --srcdir=../.. --prefix="$$dc_install_base" \
559: && $(MAKE) $(AM_MAKEFLAGS) \
560: && $(MAKE) $(AM_MAKEFLAGS) dvi \
561: && $(MAKE) $(AM_MAKEFLAGS) check \
562: && $(MAKE) $(AM_MAKEFLAGS) install \
563: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
564: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
565: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
566: distuninstallcheck \
567: && chmod -R a-w "$$dc_install_base" \
568: && ({ \
569: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
570: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
571: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
572: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
573: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
574: } || { rm -rf "$$dc_destdir"; exit 1; }) \
575: && rm -rf "$$dc_destdir" \
576: && $(MAKE) $(AM_MAKEFLAGS) dist \
577: && rm -rf $(DIST_ARCHIVES) \
578: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
579: && cd "$$am__cwd" \
580: || exit 1
581: $(am__post_remove_distdir)
582: @(echo "$(distdir) archives ready for distribution: "; \
583: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
584: sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
585: distuninstallcheck:
586: @test -n '$(distuninstallcheck_dir)' || { \
587: echo 'ERROR: trying to run $@ with an empty' \
588: '$$(distuninstallcheck_dir)' >&2; \
589: exit 1; \
590: }; \
591: $(am__cd) '$(distuninstallcheck_dir)' || { \
592: echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
593: exit 1; \
594: }; \
595: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
596: || { echo "ERROR: files left after uninstall:" ; \
597: if test -n "$(DESTDIR)"; then \
598: echo " (check DESTDIR support)"; \
599: fi ; \
600: $(distuninstallcheck_listfiles) ; \
601: exit 1; } >&2
602: distcleancheck: distclean
603: @if test '$(srcdir)' = . ; then \
604: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
605: exit 1 ; \
606: fi
607: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
608: || { echo "ERROR: files left in build directory after distclean:" ; \
609: $(distcleancheck_listfiles) ; \
610: exit 1; } >&2
611: check-am: all-am
612: check: check-am
613: all-am: Makefile $(PROGRAMS) $(HEADERS)
614: installdirs:
615: for dir in "$(DESTDIR)$(ox_paridir)"; do \
616: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
617: done
618: install: install-am
619: install-exec: install-exec-am
620: install-data: install-data-am
621: uninstall: uninstall-am
622:
623: install-am: all-am
624: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
625:
626: installcheck: installcheck-am
627: install-strip:
628: if test -z '$(STRIP)'; then \
629: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
630: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
631: install; \
632: else \
633: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
634: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
635: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
636: fi
637: mostlyclean-generic:
638:
639: clean-generic:
640:
641: distclean-generic:
642: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
643: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
644: -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
645:
646: maintainer-clean-generic:
647: @echo "This command is intended for maintainers to use"
648: @echo "it deletes files that may require special tools to rebuild."
649: clean: clean-am
650:
651: clean-am: clean-generic clean-ox_pariPROGRAMS mostlyclean-am
652:
653: distclean: distclean-am
654: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
655: -rm -f Makefile
656: distclean-am: clean-am distclean-compile distclean-generic \
657: distclean-tags
658:
659: dvi: dvi-am
660:
661: dvi-am:
662:
663: html: html-am
664:
665: html-am:
666:
667: info: info-am
668:
669: info-am:
670:
671: install-data-am: install-ox_pariPROGRAMS
672:
673: install-dvi: install-dvi-am
674:
675: install-dvi-am:
676:
677: install-exec-am:
678:
679: install-html: install-html-am
680:
681: install-html-am:
682:
683: install-info: install-info-am
684:
685: install-info-am:
686:
687: install-man:
688:
689: install-pdf: install-pdf-am
690:
691: install-pdf-am:
692:
693: install-ps: install-ps-am
694:
695: install-ps-am:
696:
697: installcheck-am:
698:
699: maintainer-clean: maintainer-clean-am
700: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
701: -rm -rf $(top_srcdir)/autom4te.cache
702: -rm -f Makefile
703: maintainer-clean-am: distclean-am maintainer-clean-generic
704:
705: mostlyclean: mostlyclean-am
706:
707: mostlyclean-am: mostlyclean-compile mostlyclean-generic
708:
709: pdf: pdf-am
710:
711: pdf-am:
712:
713: ps: ps-am
714:
715: ps-am:
716:
717: uninstall-am: uninstall-ox_pariPROGRAMS
718:
719: .MAKE: install-am install-strip
720:
721: .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
722: clean-cscope clean-generic clean-ox_pariPROGRAMS cscope \
723: cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
724: dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
725: distcheck distclean distclean-compile distclean-generic \
726: distclean-tags distcleancheck distdir distuninstallcheck dvi \
727: dvi-am html html-am info info-am install install-am \
728: install-data install-data-am install-dvi install-dvi-am \
729: install-exec install-exec-am install-html install-html-am \
730: install-info install-info-am install-man \
731: install-ox_pariPROGRAMS install-pdf install-pdf-am install-ps \
732: install-ps-am install-strip installcheck installcheck-am \
733: installdirs maintainer-clean maintainer-clean-generic \
734: mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
735: ps ps-am tags tags-am uninstall uninstall-am \
736: uninstall-ox_pariPROGRAMS
737:
738: .PRECIOUS: Makefile
739:
740:
741: # Tell versions [3.59,3.63) of GNU make to not export all variables.
742: # Otherwise a system limit (for SysV at least) may be exceeded.
743: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>