File:
[local] /
rpl /
Attic /
Makefile.in
Revision
1.56:
download - view:
text,
annotated -
select for diffs -
revision graph
Tue Nov 15 07:01:35 2011 UTC (13 years, 5 months ago) by
bertrand
Branches:
MAIN
CVS tags:
HEAD
Correction des fuites de mémoire à l'ouverture de sqlite (lorsque la base est censée exister mais qu'elle n'existe pas)
Correction des makefiles pour qu'ils soient moins verbeux.
Ajout de l'écriture des fichiers binaires (listes, entiers, réels, complexes).
1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
2: # @configure_input@
3:
4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6: # Inc.
7: # This Makefile.in is free software; the Free Software Foundation
8: # gives unlimited permission to copy and/or distribute it,
9: # with or without modifications, as long as this notice is preserved.
10:
11: # This program is distributed in the hope that it will be useful,
12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14: # PARTICULAR PURPOSE.
15:
16: @SET_MAKE@
17:
18: VPATH = @srcdir@
19: pkgdatadir = $(datadir)/@PACKAGE@
20: pkgincludedir = $(includedir)/@PACKAGE@
21: pkglibdir = $(libdir)/@PACKAGE@
22: pkglibexecdir = $(libexecdir)/@PACKAGE@
23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24: install_sh_DATA = $(install_sh) -c -m 644
25: install_sh_PROGRAM = $(install_sh) -c
26: install_sh_SCRIPT = $(install_sh) -c
27: INSTALL_HEADER = $(INSTALL_DATA)
28: transform = $(program_transform_name)
29: NORMAL_INSTALL = :
30: PRE_INSTALL = :
31: POST_INSTALL = :
32: NORMAL_UNINSTALL = :
33: PRE_UNINSTALL = :
34: POST_UNINSTALL = :
35: build_triplet = @build@
36: host_triplet = @host@
37: target_triplet = @target@
38: subdir = .
39: DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
40: $(srcdir)/COPYING.in $(srcdir)/Makefile.am \
41: $(srcdir)/Makefile.in $(srcdir)/rplconfig.h.in \
42: $(top_srcdir)/configure $(top_srcdir)/rplcas/Makefile.in \
43: AUTHORS COPYING ChangeLog INSTALL NEWS compile config.guess \
44: config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
45: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48: $(ACLOCAL_M4)
49: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50: configure.lineno config.status.lineno
51: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
52: CONFIG_HEADER = rplconfig.h
53: CONFIG_CLEAN_FILES = COPYING rplcas/Makefile
54: CONFIG_CLEAN_VPATH_FILES =
55: AM_V_GEN = $(am__v_GEN_$(V))
56: am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
57: am__v_GEN_0 = @echo " GEN " $@;
58: AM_V_at = $(am__v_at_$(V))
59: am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
60: am__v_at_0 = @
61: SOURCES =
62: DIST_SOURCES =
63: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64: html-recursive info-recursive install-data-recursive \
65: install-dvi-recursive install-exec-recursive \
66: install-html-recursive install-info-recursive \
67: install-pdf-recursive install-ps-recursive install-recursive \
68: installcheck-recursive installdirs-recursive pdf-recursive \
69: ps-recursive uninstall-recursive
70: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
71: am__vpath_adj = case $$p in \
72: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
73: *) f=$$p;; \
74: esac;
75: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
76: am__install_max = 40
77: am__nobase_strip_setup = \
78: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
79: am__nobase_strip = \
80: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
81: am__nobase_list = $(am__nobase_strip_setup); \
82: for p in $$list; do echo "$$p $$p"; done | \
83: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
84: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
85: if (++n[$$2] == $(am__install_max)) \
86: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
87: END { for (dir in files) print dir, files[dir] }'
88: am__base_list = \
89: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
90: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
91: am__installdirs = "$(DESTDIR)$(includedir)"
92: HEADERS = $(include_HEADERS)
93: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
94: distclean-recursive maintainer-clean-recursive
95: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
96: $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
97: distdir dist dist-all distcheck
98: ETAGS = etags
99: CTAGS = ctags
100: DIST_SUBDIRS = $(SUBDIRS)
101: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102: distdir = $(PACKAGE)-$(VERSION)
103: top_distdir = $(distdir)
104: am__remove_distdir = \
105: { test ! -d "$(distdir)" \
106: || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
107: && rm -fr "$(distdir)"; }; }
108: am__relativize = \
109: dir0=`pwd`; \
110: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
111: sed_rest='s,^[^/]*/*,,'; \
112: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
113: sed_butlast='s,/*[^/]*$$,,'; \
114: while test -n "$$dir1"; do \
115: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
116: if test "$$first" != "."; then \
117: if test "$$first" = ".."; then \
118: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
119: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
120: else \
121: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
122: if test "$$first2" = "$$first"; then \
123: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
124: else \
125: dir2="../$$dir2"; \
126: fi; \
127: dir0="$$dir0"/"$$first"; \
128: fi; \
129: fi; \
130: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
131: done; \
132: reldir="$$dir2"
133: DIST_ARCHIVES = $(distdir).tar.gz
134: GZIP_ENV = --best
135: distuninstallcheck_listfiles = find . -type f -print
136: distcleancheck_listfiles = find . -type f -print
137: ABI = @ABI@
138: ACLOCAL = @ACLOCAL@
139: AMTAR = @AMTAR@
140: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
141: AUTOCONF = @AUTOCONF@
142: AUTOHEADER = @AUTOHEADER@
143: AUTOMAKE = @AUTOMAKE@
144: AWK = @AWK@
145: BSH_PATH = @BSH_PATH@
146: BUILD_OPENMOTIF = @BUILD_OPENMOTIF@
147: CC = @CC@
148: CCDEPMODE = @CCDEPMODE@
149: CFLAGS = @CFLAGS@
150: COCOA = @COCOA@
151: CPP = @CPP@
152: CPPFLAGS = @CPPFLAGS@
153: CXX = @CXX@
154: CXXDEPMODE = @CXXDEPMODE@
155: CXXFLAGS = @CXXFLAGS@
156: CYGPATH_W = @CYGPATH_W@
157: C_STANDARD = @C_STANDARD@
158: DATE = @DATE@
159: DATE_FR = @DATE_FR@
160: DEBUG = @DEBUG@
161: DEFS = @DEFS@
162: DEPDIR = @DEPDIR@
163: DVIPS = @DVIPS@
164: ECHO_C = @ECHO_C@
165: ECHO_N = @ECHO_N@
166: ECHO_T = @ECHO_T@
167: EGREP = @EGREP@
168: ELF = @ELF@
169: EXEEXT = @EXEEXT@
170: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
171: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
172: EXT_SQL = @EXT_SQL@
173: F77 = @F77@
174: FC = @FC@
175: FCFLAGS = @FCFLAGS@
176: FFLAGS = @FFLAGS@
177: FILE = @FILE@
178: FINAL_ENCODING = @FINAL_ENCODING@
179: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
180: GIAC = @GIAC@
181: GMP = @GMP@
182: GNUPLOT = @GNUPLOT@
183: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
184: GNUPLOT_P = @GNUPLOT_P@
185: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
186: GPP = @GPP@
187: GREP = @GREP@
188: GS = @GS@
189: GSL = @GSL@
190: GV = @GV@
191: HOST = @HOST@
192: ICONV = @ICONV@
193: INCMOTIF = @INCMOTIF@
194: INSTALL = @INSTALL@
195: INSTALL_DATA = @INSTALL_DATA@
196: INSTALL_PROGRAM = @INSTALL_PROGRAM@
197: INSTALL_SCRIPT = @INSTALL_SCRIPT@
198: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
199: IPCS_SYSV = @IPCS_SYSV@
200: IPV6 = @IPV6@
201: LATEX = @LATEX@
202: LDFLAGS = @LDFLAGS@
203: LIBMOTIF = @LIBMOTIF@
204: LIBOBJS = @LIBOBJS@
205: LIBRPLCAS = @LIBRPLCAS@
206: LIBS = @LIBS@
207: LIBXPM = @LIBXPM@
208: LIB_PREFIX = @LIB_PREFIX@
209: LN_S = @LN_S@
210: LTLIBOBJS = @LTLIBOBJS@
211: MAKEINFO = @MAKEINFO@
212: MALLOC = @MALLOC@
213: MKDIR_P = @MKDIR_P@
214: MOTIF_SUPPORT = @MOTIF_SUPPORT@
215: MPFR = @MPFR@
216: MYSQL_SUPPORT = @MYSQL_SUPPORT@
217: NCURSES = @NCURSES@
218: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
219: NTL = @NTL@
220: OBJEXT = @OBJEXT@
221: OPENMOTIF = @OPENMOTIF@
222: OPENSSL = @OPENSSL@
223: OS = @OS@
224: PACKAGE = @PACKAGE@
225: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
226: PACKAGE_NAME = @PACKAGE_NAME@
227: PACKAGE_STRING = @PACKAGE_STRING@
228: PACKAGE_TARNAME = @PACKAGE_TARNAME@
229: PACKAGE_URL = @PACKAGE_URL@
230: PACKAGE_VERSION = @PACKAGE_VERSION@
231: PARI = @PARI@
232: PATH_SEPARATOR = @PATH_SEPARATOR@
233: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
234: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
235: PROFILAGE = @PROFILAGE@
236: PSELECT = @PSELECT@
237: RANLIB = @RANLIB@
238: READLINE = @READLINE@
239: RPLCAS = @RPLCAS@
240: RPLTOOLS = @RPLTOOLS@
241: RUNPATH = @RUNPATH@
242: SED = @SED@
243: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
244: SEMUN = @SEMUN@
245: SET_MAKE = @SET_MAKE@
246: SHARED_MEMORY = @SHARED_MEMORY@
247: SHELL = @SHELL@
248: SIGSEGV = @SIGSEGV@
249: SQLITE = @SQLITE@
250: STRIP = @STRIP@
251: TEX = @TEX@
252: UNITS = @UNITS@
253: VERSION = @VERSION@
254: VIM = @VIM@
255: VIM_SUPPORT = @VIM_SUPPORT@
256: WHOLE_LIB1 = @WHOLE_LIB1@
257: WHOLE_LIB2 = @WHOLE_LIB2@
258: XMKMF = @XMKMF@
259: X_CFLAGS = @X_CFLAGS@
260: X_EXTRA_LIBS = @X_EXTRA_LIBS@
261: X_LIBS = @X_LIBS@
262: X_PRE_LIBS = @X_PRE_LIBS@
263: abs_builddir = @abs_builddir@
264: abs_srcdir = @abs_srcdir@
265: abs_top_builddir = @abs_top_builddir@
266: abs_top_srcdir = @abs_top_srcdir@
267: ac_ct_CC = @ac_ct_CC@
268: ac_ct_CXX = @ac_ct_CXX@
269: ac_ct_F77 = @ac_ct_F77@
270: ac_ct_FC = @ac_ct_FC@
271: am__include = @am__include@
272: am__leading_dot = @am__leading_dot@
273: am__quote = @am__quote@
274: am__tar = @am__tar@
275: am__untar = @am__untar@
276: bindir = @bindir@
277: build = @build@
278: build_alias = @build_alias@
279: build_cpu = @build_cpu@
280: build_os = @build_os@
281: build_vendor = @build_vendor@
282: builddir = @builddir@
283: datadir = @datadir@
284: datarootdir = @datarootdir@
285: docdir = @docdir@
286: dvidir = @dvidir@
287: exec_prefix = @exec_prefix@
288: host = @host@
289: host_alias = @host_alias@
290: host_cpu = @host_cpu@
291: host_os = @host_os@
292: host_vendor = @host_vendor@
293: htmldir = @htmldir@
294: includeX = @includeX@
295: includedir = @includedir@
296: infodir = @infodir@
297: install_sh = @install_sh@
298: libMySQLinc = @libMySQLinc@
299: libMySQLlib = @libMySQLlib@
300: libPgSQLinc = @libPgSQLinc@
301: libPgSQLlib = @libPgSQLlib@
302: libX = @libX@
303: libdir = @libdir@
304: libexecdir = @libexecdir@
305: localedir = @localedir@
306: localstatedir = @localstatedir@
307: mandir = @mandir@
308: mkdir_p = @mkdir_p@
309: oldincludedir = @oldincludedir@
310: pdfdir = @pdfdir@
311: prefix = @prefix@
312: program_transform_name = @program_transform_name@
313: psdir = @psdir@
314: sbindir = @sbindir@
315: sharedstatedir = @sharedstatedir@
316: srcdir = @srcdir@
317: subdirs = @subdirs@
318: sysconfdir = @sysconfdir@
319: target = @target@
320: target_alias = @target_alias@
321: target_cpu = @target_cpu@
322: target_os = @target_os@
323: target_vendor = @target_vendor@
324: top_build_prefix = @top_build_prefix@
325: top_builddir = @top_builddir@
326: top_srcdir = @top_srcdir@
327: V = 0
328: SUBDIRS = tools rplsums rpliconv rplawk lapack/blas lapack/lapack rplcas src \
329: rpltags scripts man doc
330:
331: include_HEADERS = rplconfig.h
332: EXTRA_DIST = LIMITATIONS Licence_CeCILL_V2-fr.txt Licence_CeCILL_V2-en.txt \
333: COPYING.in lapack/COPYING lapack/RELEASE \
334: tests/tests.tar.gz vim/indent/rpl.vim vim/ftplugin/rpl.vim \
335: vim/syntax/rpl.vim examples/obele.rpl examples/appel.tar.gz \
336: examples/external.tar.gz \
337: rplcas/@GMP@.tar.gz rplcas/@MPFR@.tar.gz rplcas/@NTL@.tar.gz \
338: rplcas/@COCOA@.tar.gz rplcas/@PARI@.tar.gz rplcas/@GIAC@.tar.gz
339:
340: all: rplconfig.h
341: $(MAKE) $(AM_MAKEFLAGS) all-recursive
342:
343: .SUFFIXES:
344: am--refresh:
345: @:
346: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
347: @for dep in $?; do \
348: case '$(am__configure_deps)' in \
349: *$$dep*) \
350: echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
351: $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
352: && exit 0; \
353: exit 1;; \
354: esac; \
355: done; \
356: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
357: $(am__cd) $(top_srcdir) && \
358: $(AUTOMAKE) --gnu Makefile
359: .PRECIOUS: Makefile
360: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
361: @case '$?' in \
362: *config.status*) \
363: echo ' $(SHELL) ./config.status'; \
364: $(SHELL) ./config.status;; \
365: *) \
366: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
367: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
368: esac;
369:
370: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
371: $(SHELL) ./config.status --recheck
372:
373: $(top_srcdir)/configure: $(am__configure_deps)
374: $(am__cd) $(srcdir) && $(AUTOCONF)
375: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
376: $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
377: $(am__aclocal_m4_deps):
378:
379: rplconfig.h: stamp-h1
380: @if test ! -f $@; then \
381: rm -f stamp-h1; \
382: $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
383: else :; fi
384:
385: stamp-h1: $(srcdir)/rplconfig.h.in $(top_builddir)/config.status
386: @rm -f stamp-h1
387: cd $(top_builddir) && $(SHELL) ./config.status rplconfig.h
388: $(srcdir)/rplconfig.h.in: $(am__configure_deps)
389: ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
390: rm -f stamp-h1
391: touch $@
392:
393: distclean-hdr:
394: -rm -f rplconfig.h stamp-h1
395: COPYING: $(top_builddir)/config.status $(srcdir)/COPYING.in
396: cd $(top_builddir) && $(SHELL) ./config.status $@
397: rplcas/Makefile: $(top_builddir)/config.status $(top_srcdir)/rplcas/Makefile.in
398: cd $(top_builddir) && $(SHELL) ./config.status $@
399: install-includeHEADERS: $(include_HEADERS)
400: @$(NORMAL_INSTALL)
401: test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
402: @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
403: for p in $$list; do \
404: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
405: echo "$$d$$p"; \
406: done | $(am__base_list) | \
407: while read files; do \
408: echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
409: $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
410: done
411:
412: uninstall-includeHEADERS:
413: @$(NORMAL_UNINSTALL)
414: @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
415: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
416: test -n "$$files" || exit 0; \
417: echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
418: cd "$(DESTDIR)$(includedir)" && rm -f $$files
419:
420: # This directory's subdirectories are mostly independent; you can cd
421: # into them and run `make' without going through this Makefile.
422: # To change the values of `make' variables: instead of editing Makefiles,
423: # (1) if the variable is set in `config.status', edit `config.status'
424: # (which will cause the Makefiles to be regenerated when you run `make');
425: # (2) otherwise, pass the desired values on the `make' command line.
426: $(RECURSIVE_TARGETS):
427: @fail= failcom='exit 1'; \
428: for f in x $$MAKEFLAGS; do \
429: case $$f in \
430: *=* | --[!k]*);; \
431: *k*) failcom='fail=yes';; \
432: esac; \
433: done; \
434: dot_seen=no; \
435: target=`echo $@ | sed s/-recursive//`; \
436: list='$(SUBDIRS)'; for subdir in $$list; do \
437: echo "Making $$target in $$subdir"; \
438: if test "$$subdir" = "."; then \
439: dot_seen=yes; \
440: local_target="$$target-am"; \
441: else \
442: local_target="$$target"; \
443: fi; \
444: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
445: || eval $$failcom; \
446: done; \
447: if test "$$dot_seen" = "no"; then \
448: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
449: fi; test -z "$$fail"
450:
451: $(RECURSIVE_CLEAN_TARGETS):
452: @fail= failcom='exit 1'; \
453: for f in x $$MAKEFLAGS; do \
454: case $$f in \
455: *=* | --[!k]*);; \
456: *k*) failcom='fail=yes';; \
457: esac; \
458: done; \
459: dot_seen=no; \
460: case "$@" in \
461: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
462: *) list='$(SUBDIRS)' ;; \
463: esac; \
464: rev=''; for subdir in $$list; do \
465: if test "$$subdir" = "."; then :; else \
466: rev="$$subdir $$rev"; \
467: fi; \
468: done; \
469: rev="$$rev ."; \
470: target=`echo $@ | sed s/-recursive//`; \
471: for subdir in $$rev; do \
472: echo "Making $$target in $$subdir"; \
473: if test "$$subdir" = "."; then \
474: local_target="$$target-am"; \
475: else \
476: local_target="$$target"; \
477: fi; \
478: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
479: || eval $$failcom; \
480: done && test -z "$$fail"
481: tags-recursive:
482: list='$(SUBDIRS)'; for subdir in $$list; do \
483: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
484: done
485: ctags-recursive:
486: list='$(SUBDIRS)'; for subdir in $$list; do \
487: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
488: done
489:
490: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
491: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
492: unique=`for i in $$list; do \
493: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494: done | \
495: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
496: END { if (nonempty) { for (i in files) print i; }; }'`; \
497: mkid -fID $$unique
498: tags: TAGS
499:
500: TAGS: tags-recursive $(HEADERS) $(SOURCES) rplconfig.h.in $(TAGS_DEPENDENCIES) \
501: $(TAGS_FILES) $(LISP)
502: set x; \
503: here=`pwd`; \
504: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
505: include_option=--etags-include; \
506: empty_fix=.; \
507: else \
508: include_option=--include; \
509: empty_fix=; \
510: fi; \
511: list='$(SUBDIRS)'; for subdir in $$list; do \
512: if test "$$subdir" = .; then :; else \
513: test ! -f $$subdir/TAGS || \
514: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
515: fi; \
516: done; \
517: list='$(SOURCES) $(HEADERS) rplconfig.h.in $(LISP) $(TAGS_FILES)'; \
518: unique=`for i in $$list; do \
519: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
520: done | \
521: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
522: END { if (nonempty) { for (i in files) print i; }; }'`; \
523: shift; \
524: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
525: test -n "$$unique" || unique=$$empty_fix; \
526: if test $$# -gt 0; then \
527: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
528: "$$@" $$unique; \
529: else \
530: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
531: $$unique; \
532: fi; \
533: fi
534: ctags: CTAGS
535: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) rplconfig.h.in $(TAGS_DEPENDENCIES) \
536: $(TAGS_FILES) $(LISP)
537: list='$(SOURCES) $(HEADERS) rplconfig.h.in $(LISP) $(TAGS_FILES)'; \
538: unique=`for i in $$list; do \
539: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
540: done | \
541: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
542: END { if (nonempty) { for (i in files) print i; }; }'`; \
543: test -z "$(CTAGS_ARGS)$$unique" \
544: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
545: $$unique
546:
547: GTAGS:
548: here=`$(am__cd) $(top_builddir) && pwd` \
549: && $(am__cd) $(top_srcdir) \
550: && gtags -i $(GTAGS_ARGS) "$$here"
551:
552: distclean-tags:
553: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
554:
555: distdir: $(DISTFILES)
556: $(am__remove_distdir)
557: test -d "$(distdir)" || mkdir "$(distdir)"
558: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
559: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
560: list='$(DISTFILES)'; \
561: dist_files=`for file in $$list; do echo $$file; done | \
562: sed -e "s|^$$srcdirstrip/||;t" \
563: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
564: case $$dist_files in \
565: */*) $(MKDIR_P) `echo "$$dist_files" | \
566: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
567: sort -u` ;; \
568: esac; \
569: for file in $$dist_files; do \
570: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
571: if test -d $$d/$$file; then \
572: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
573: if test -d "$(distdir)/$$file"; then \
574: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
575: fi; \
576: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
577: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
578: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
579: fi; \
580: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
581: else \
582: test -f "$(distdir)/$$file" \
583: || cp -p $$d/$$file "$(distdir)/$$file" \
584: || exit 1; \
585: fi; \
586: done
587: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
588: if test "$$subdir" = .; then :; else \
589: test -d "$(distdir)/$$subdir" \
590: || $(MKDIR_P) "$(distdir)/$$subdir" \
591: || exit 1; \
592: fi; \
593: done
594: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
595: if test "$$subdir" = .; then :; else \
596: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
597: $(am__relativize); \
598: new_distdir=$$reldir; \
599: dir1=$$subdir; dir2="$(top_distdir)"; \
600: $(am__relativize); \
601: new_top_distdir=$$reldir; \
602: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
603: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
604: ($(am__cd) $$subdir && \
605: $(MAKE) $(AM_MAKEFLAGS) \
606: top_distdir="$$new_top_distdir" \
607: distdir="$$new_distdir" \
608: am__remove_distdir=: \
609: am__skip_length_check=: \
610: am__skip_mode_fix=: \
611: distdir) \
612: || exit 1; \
613: fi; \
614: done
615: -test -n "$(am__skip_mode_fix)" \
616: || find "$(distdir)" -type d ! -perm -755 \
617: -exec chmod u+rwx,go+rx {} \; -o \
618: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
619: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
620: ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
621: || chmod -R a+r "$(distdir)"
622: dist-gzip: distdir
623: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
624: $(am__remove_distdir)
625:
626: dist-bzip2: distdir
627: tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
628: $(am__remove_distdir)
629:
630: dist-lzma: distdir
631: tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
632: $(am__remove_distdir)
633:
634: dist-xz: distdir
635: tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
636: $(am__remove_distdir)
637:
638: dist-tarZ: distdir
639: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
640: $(am__remove_distdir)
641:
642: dist-shar: distdir
643: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
644: $(am__remove_distdir)
645:
646: dist-zip: distdir
647: -rm -f $(distdir).zip
648: zip -rq $(distdir).zip $(distdir)
649: $(am__remove_distdir)
650:
651: dist dist-all: distdir
652: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
653: $(am__remove_distdir)
654:
655: # This target untars the dist file and tries a VPATH configuration. Then
656: # it guarantees that the distribution is self-contained by making another
657: # tarfile.
658: distcheck: dist
659: case '$(DIST_ARCHIVES)' in \
660: *.tar.gz*) \
661: GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
662: *.tar.bz2*) \
663: bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
664: *.tar.lzma*) \
665: lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
666: *.tar.xz*) \
667: xz -dc $(distdir).tar.xz | $(am__untar) ;;\
668: *.tar.Z*) \
669: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
670: *.shar.gz*) \
671: GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
672: *.zip*) \
673: unzip $(distdir).zip ;;\
674: esac
675: chmod -R a-w $(distdir); chmod a+w $(distdir)
676: mkdir $(distdir)/_build
677: mkdir $(distdir)/_inst
678: chmod a-w $(distdir)
679: test -d $(distdir)/_build || exit 0; \
680: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
681: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
682: && am__cwd=`pwd` \
683: && $(am__cd) $(distdir)/_build \
684: && ../configure --srcdir=.. --prefix="$$dc_install_base" \
685: $(DISTCHECK_CONFIGURE_FLAGS) \
686: && $(MAKE) $(AM_MAKEFLAGS) \
687: && $(MAKE) $(AM_MAKEFLAGS) dvi \
688: && $(MAKE) $(AM_MAKEFLAGS) check \
689: && $(MAKE) $(AM_MAKEFLAGS) install \
690: && $(MAKE) $(AM_MAKEFLAGS) installcheck \
691: && $(MAKE) $(AM_MAKEFLAGS) uninstall \
692: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
693: distuninstallcheck \
694: && chmod -R a-w "$$dc_install_base" \
695: && ({ \
696: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
697: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
698: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
699: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
700: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
701: } || { rm -rf "$$dc_destdir"; exit 1; }) \
702: && rm -rf "$$dc_destdir" \
703: && $(MAKE) $(AM_MAKEFLAGS) dist \
704: && rm -rf $(DIST_ARCHIVES) \
705: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
706: && cd "$$am__cwd" \
707: || exit 1
708: $(am__remove_distdir)
709: @(echo "$(distdir) archives ready for distribution: "; \
710: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
711: sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
712: distuninstallcheck:
713: @$(am__cd) '$(distuninstallcheck_dir)' \
714: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
715: || { echo "ERROR: files left after uninstall:" ; \
716: if test -n "$(DESTDIR)"; then \
717: echo " (check DESTDIR support)"; \
718: fi ; \
719: $(distuninstallcheck_listfiles) ; \
720: exit 1; } >&2
721: distcleancheck: distclean
722: @if test '$(srcdir)' = . ; then \
723: echo "ERROR: distcleancheck can only run from a VPATH build" ; \
724: exit 1 ; \
725: fi
726: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
727: || { echo "ERROR: files left in build directory after distclean:" ; \
728: $(distcleancheck_listfiles) ; \
729: exit 1; } >&2
730: check-am: all-am
731: check: check-recursive
732: all-am: Makefile $(HEADERS) rplconfig.h
733: installdirs: installdirs-recursive
734: installdirs-am:
735: for dir in "$(DESTDIR)$(includedir)"; do \
736: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
737: done
738: install: install-recursive
739: install-exec: install-exec-recursive
740: install-data: install-data-recursive
741: uninstall: uninstall-recursive
742:
743: install-am: all-am
744: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
745:
746: installcheck: installcheck-recursive
747: mostlyclean-generic:
748:
749: clean-generic:
750:
751: distclean-generic:
752: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
753: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
754:
755: maintainer-clean-generic:
756: @echo "This command is intended for maintainers to use"
757: @echo "it deletes files that may require special tools to rebuild."
758: clean: clean-recursive
759:
760: clean-am: clean-generic mostlyclean-am
761:
762: distclean: distclean-recursive
763: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
764: -rm -f Makefile
765: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
766:
767: dvi: dvi-recursive
768:
769: dvi-am:
770:
771: html: html-recursive
772:
773: html-am:
774:
775: info: info-recursive
776:
777: info-am:
778:
779: install-data-am: install-includeHEADERS
780:
781: install-dvi: install-dvi-recursive
782:
783: install-dvi-am:
784:
785: install-exec-am:
786:
787: install-html: install-html-recursive
788:
789: install-html-am:
790:
791: install-info: install-info-recursive
792:
793: install-info-am:
794:
795: install-man:
796:
797: install-pdf: install-pdf-recursive
798:
799: install-pdf-am:
800:
801: install-ps: install-ps-recursive
802:
803: install-ps-am:
804:
805: installcheck-am:
806:
807: maintainer-clean: maintainer-clean-recursive
808: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
809: -rm -rf $(top_srcdir)/autom4te.cache
810: -rm -f Makefile
811: maintainer-clean-am: distclean-am maintainer-clean-generic
812:
813: mostlyclean: mostlyclean-recursive
814:
815: mostlyclean-am: mostlyclean-generic
816:
817: pdf: pdf-recursive
818:
819: pdf-am:
820:
821: ps: ps-recursive
822:
823: ps-am:
824:
825: uninstall-am: uninstall-includeHEADERS
826:
827: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
828: ctags-recursive install-am install-strip tags-recursive
829:
830: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
831: all all-am am--refresh check check-am clean clean-generic \
832: ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
833: dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
834: distclean distclean-generic distclean-hdr distclean-tags \
835: distcleancheck distdir distuninstallcheck dvi dvi-am html \
836: html-am info info-am install install-am install-data \
837: install-data-am install-dvi install-dvi-am install-exec \
838: install-exec-am install-html install-html-am \
839: install-includeHEADERS install-info install-info-am \
840: install-man install-pdf install-pdf-am install-ps \
841: install-ps-am install-strip installcheck installcheck-am \
842: installdirs installdirs-am maintainer-clean \
843: maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
844: pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
845: uninstall-includeHEADERS
846:
847:
848: licences:
849: cp -f $(top_builddir)/COPYING $(srcdir)
850: $(MAKE) -C src $@
851:
852: toolsdistclean:
853: for i in @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
854: @FILE@ @ICONV@ @SQLITE@; \
855: do \
856: rm -rf $(srcdir)/tools/$$i; \
857: done;
858:
859: toolsclean:
860: for i in @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
861: @FILE@ @ICONV@ @SQLITE@; \
862: do \
863: $(MAKE) -C $(top_builddir)/tools/$$i $(AM_MAKEFLAGS) clean); \
864: done;
865:
866: $(top_builddir)/tools/@NCURSES@/lib/@LIB_PREFIX@ncurses.a:
867: for i in $(shell find tools/@NCURSES@ -name Makefile \
868: -exec grep static {} /dev/null \; | cut -d: -f1); \
869: do \
870: echo -n Checking $$i; \
871: TMP=tmp.ncurses; \
872: if [ -n "$$(grep static $$i | grep dynamic)" ]; then \
873: awk \
874: '{ \
875: if (index($$0, "-static") != 0 && index($$0, "-dynamic") != 0) \
876: { \
877: for(j = 1; j <= NF; j++) \
878: { \
879: if (index($$j, "-static") == 0) \
880: { \
881: printf("%s ", $$j); \
882: } \
883: } \
884: printf("\n"); \
885: } \
886: else \
887: { \
888: print; \
889: } \
890: }' $$i > $$TMP; \
891: mv -f $$TMP $$i; \
892: echo -n " (fixed)"; \
893: else \
894: echo -n " (nothing to do)"; \
895: rm -f $$TMP; \
896: fi; \
897: echo .; \
898: done;
899: for i in tools/@NCURSES@/test/Makefile; \
900: do \
901: echo -n Checking $$i; \
902: TMP=tmp.ncurses_test; \
903: awk \
904: '/^TEST_ARGS/ \
905: { printf("TEST_ARGS = ../lib/@LIB_PREFIX@form.a \
906: ../lib/@LIB_PREFIX@menu.a "); \
907: printf("../lib/@LIB_PREFIX@panel.a \
908: ../lib/@LIB_PREFIX@ncurses.a\n"); } \
909: ! /^TEST_ARGS/ \
910: { print; }' tools/@NCURSES@/test/Makefile > $$TMP; \
911: mv -f $$TMP $$i; \
912: echo .; \
913: done;
914: if [ @OS@ = "OS2" ]; then \
915: TMP=tmp.ncurses_test_os2; \
916: awk \
917: '/^CXX_AR[ \t]/ \
918: { printf("CXX_AR = $(AR)\n"); } \
919: ! /^CXX_AR[ \t]/ \
920: { print; }' \
921: $(top_builddir)/tools/@NCURSES@/c++/Makefile | \
922: awk \
923: '/^CXX_ARFLAGS[ \t]/ \
924: { printf("CXX_ARFLAGS = $(ARFLAGS)\n"); } \
925: ! /^CXX_ARFLAGS[ \t]/ \
926: { print; }' | \
927: awk \
928: '/^CXX[ \t]/ \
929: { printf("CXX = g++\n"); } \
930: ! /^CXX[ \t]/ \
931: { print; }' > $$TMP; \
932: mv -f $$TMP $(top_builddir)/tools/@NCURSES@/c++/Makefile; \
933: fi;
934: $(MAKE) -C $(top_builddir)/tools/@NCURSES@ $(AM_MAKEFLAGS)
935:
936: $(top_builddir)/tools/@READLINE@/libreadline.a \
937: $(top_builddir)/tools/@READLINE@/libhistory.a:
938: $(MAKE) -C $(top_builddir)/tools/@READLINE@ $(AM_MAKEFLAGS)
939:
940: $(top_builddir)/tools/@GSL@/.libs/@LIB_PREFIX@gsl.a:
941: # Quick and dirty hack pour avaliser le remplacement de ${1 + "$@"}
942: # dans ltmain.sh et propager les modifications dans le script libtool.
943: if [ @OS@ = "OS2" ]; then \
944: (cd $(top_builddir)/tools/@GSL@ && configure --disable-shared;); \
945: fi
946: $(MAKE) -C $(top_builddir)/tools/@GSL@ $(AM_MAKEFLAGS)
947:
948: $(top_builddir)/tools/@ICONV@/lib/.libs/@LIB_PREFIX@iconv.a:
949: # La dépendance est faite par rpliconv.
950: if [ @OS@ = "OS2" ]; then \
951: TMP=tmp.libiconv; \
952: awk '! /^[ \t]cd po/ { print; }' \
953: $(top_builddir)/tools/@ICONV@/Makefile > $$TMP; \
954: mv -f $$TMP $(top_builddir)/tools/@ICONV@/Makefile; \
955: $(MAKE) -C $(top_builddir)/tools/@ICONV@ $(AM_MAKEFLAGS) all; \
956: else \
957: $(MAKE) -C $(top_builddir)/tools/@ICONV@ $(AM_MAKEFLAGS) all; \
958: fi
959:
960: $(top_builddir)/lapack/lapack/liblapack.a:
961: (cd $(top_builddir)/lapack/lapack && $(MAKE) $(AM_MAKEFLAGS))
962:
963: $(top_builddir)/lapack/blas/libblas.a:
964: (cd $(top_builddir)/lapack/blas && $(MAKE) $(AM_MAKEFLAGS))
965:
966: $(top_builddir)/rpliconv/rpliconv$(EXEEXT): \
967: $(top_builddir)/tools/@ICONV@/lib/.libs/@LIB_PREFIX@iconv.a
968: $(MAKE) -C $(top_builddir)/rpliconv $(AM_MAKEFLAGS)
969:
970: $(top_builddir)/rplawk/rplawk$(EXEEXT):
971: $(MAKE) -C $(top_builddir)/rplawk $(AM_MAKEFLAGS)
972:
973: $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
974: $(top_builddir)/tools/@FILE@/magic/magic.mgc: \
975: $(top_builddir)/tools/@ICONV@/lib/.libs/@LIB_PREFIX@iconv.a
976: TMP=tmp.rplfile; \
977: awk \
978: '{ \
979: if (index($$0, "LDFLAGS") == 1) \
980: { \
981: if (index($$0, "-static") == 0) \
982: { \
983: printf("%s -static\n", $$0); \
984: } \
985: else \
986: { \
987: print; \
988: } \
989: } \
990: else \
991: { \
992: print; \
993: } \
994: }' tools/@FILE@/src/Makefile > $$TMP; \
995: mv -f $$TMP tools/@FILE@/src/Makefile
996: $(MAKE) -C $(top_builddir)/tools/@FILE@ $(AM_MAKEFLAGS)
997: $(CC) -o $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
998: $(top_builddir)/tools/@FILE@/src/*.o \
999: $(shell grep '^LIBS =' $(top_builddir)/tools/@FILE@/Makefile | \
1000: cut -d= -f2) $(LDFLAGS)
1001:
1002: $(top_builddir)/tools/@SQLITE@/.libs/@LIB_PREFIX@sqlite3.a:
1003: $(MAKE) -C $(top_builddir)/tools/@SQLITE@ $(AM_MAKEFLAGS)
1004:
1005: $(top_builddir)/tools/@OPENSSL@/@LIB_PREFIX@crypto.a \
1006: $(top_builddir)/tools/@OPENSSL@/@LIB_PREFIX@ssl.a:
1007: if [ @OS@ = "OS2" ]; then \
1008: (cd $(top_builddir)/tools/@OPENSSL@ && \
1009: sed -e '1,$$s/-m486/-mtune=i586 -DOPENSSL_USE_IPV6=0/g' \
1010: OS2-EMX.mak | \
1011: sed -e '1,$$s/-DBN_ASM/-UBN_ASM/g' | \
1012: sed -e '1,$$s/-DMD5_ASM/-UMD5_ASM/g' | \
1013: sed -e '1,$$s/-DSHA1_ASM/-USHA1_ASM/g' | \
1014: sed -e '1,$$s/-DOPENSSL_BN_ASM_PART_WORDS/-UOPENSSL_BN_ASM_PART_ASM/g' \
1015: > OS2-EMX.mak2; \
1016: $(MAKE) -j1 -f OS2-EMX.mak2 $(AM_MAKEFLAGS)); \
1017: else \
1018: (cd $(top_builddir)/tools/@OPENSSL@ && $(MAKE) -j1 $(AM_MAKEFLAGS)); \
1019: fi
1020:
1021: $(top_builddir)/rplsums/rplmd5sum \
1022: $(top_builddir)/rplsums/rplsha1sum: \
1023: $(top_builddir)/tools/@OPENSSL@/@LIB_PREFIX@crypto.a
1024: $(MAKE) -C $(top_builddir)/rplsums $(AM_MAKEFLAGS)
1025:
1026: $(top_builddir)/tools/@GPP@/src/gpp$(EXEEXT):
1027: $(MAKE) -C $(top_builddir)/tools/@GPP@ $(AM_MAKEFLAGS)
1028:
1029: .NOTPARALLEL: $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
1030: $(top_builddir)/tools/@FILE@/magic/magic.mgc
1031:
1032: .NOTPARALLEL: $(top_builddir)/tools/@READLINE@/@LIB_PREFIX@readline.a \
1033: $(top_builddir)/tools/@READLINE@/@LIB_PREFIX@history.a
1034:
1035: .NOTPARALLEL: $(top_builddir)/tools/@OPENSSL@/@LIB_PREFIX@crypto.a \
1036: $(top_builddir)/tools/@OPENSSL@/@LIB_PREFIX@ssl.a
1037:
1038: .NOTPARALLEL: $(top_builddir)/rplsums/rplmd5sum \
1039: $(top_builddir)/rplsums/rplsha1sum
1040:
1041: install-strip:
1042: $(MAKE) $(AM_MAKEFLAGS) install
1043:
1044: $(top_builddir)/rplcas/lib/librplcas.a: \
1045: $(top_builddir)/tools/@GSL@/.libs/@LIB_PREFIX@gsl.a
1046: $(MAKE) -C $(top_builddir)/rplcas $(AM_MAKEFLAGS)
1047:
1048: all: $(top_builddir)/tools/@NCURSES@/lib/@LIB_PREFIX@ncurses.a \
1049: $(top_builddir)/tools/@READLINE@/@LIB_PREFIX@readline.a \
1050: $(top_builddir)/tools/@READLINE@/@LIB_PREFIX@history.a \
1051: $(top_builddir)/tools/@GSL@/.libs/@LIB_PREFIX@gsl.a \
1052: $(top_builddir)/tools/@SQLITE@/.libs/@LIB_PREFIX@sqlite3.a \
1053: $(top_builddir)/tools/@OPENSSL@/@LIB_PREFIX@crypto.a \
1054: $(top_builddir)/tools/@OPENSSL@/libssl.a \
1055: $(top_builddir)/lapack/lapack/liblapack.a \
1056: $(top_builddir)/lapack/blas/libblas.a \
1057: $(top_builddir)/rpliconv/rpliconv$(EXEEXT) \
1058: $(top_builddir)/rplawk/rplawk$(EXEEXT) \
1059: $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
1060: $(top_builddir)/tools/@FILE@/magic/magic.mgc \
1061: $(top_builddir)/rplsums/rplmd5sum$(EXEEXT) \
1062: $(top_builddir)/rplsums/rplsha1sum$(EXEEXT) \
1063: $(top_builddir)/tools/@GPP@/src/gpp$(EXEEXT) \
1064: @LIBRPLCAS@
1065: # Cette règle n'est là que pour forcer la compilation de Gnuplot.
1066: $(MAKE) -C $(top_builddir)/tools $(AM_MAKEFLAGS)
1067: $(MAKE) -C $(top_builddir)/rpltags $(AM_MAKEFLAGS)
1068: $(MAKE) -C $(top_builddir)/src $(AM_MAKEFLAGS)
1069:
1070: # Tell versions [3.59,3.63) of GNU make to not export all variables.
1071: # Otherwise a system limit (for SysV at least) may be exceeded.
1072: .NOEXPORT:
CVSweb interface <joel.bertrand@systella.fr>