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