Annotation of rpl/man/fr_FR/Makefile.in, revision 1.45
1.7 bertrand 1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
1.1 bertrand 2: # @configure_input@
3:
4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.7 bertrand 5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6: # Inc.
1.1 bertrand 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@
1.7 bertrand 20: pkgincludedir = $(includedir)/@PACKAGE@
1.6 bertrand 21: pkglibdir = $(libdir)/@PACKAGE@
1.7 bertrand 22: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1 bertrand 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 = man/fr_FR
39: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40: $(srcdir)/mkrplso.1.in $(srcdir)/rpl.1.in $(srcdir)/rplcc.1.in \
41: $(srcdir)/rpllink.1.in $(srcdir)/rpltags.1.in
42: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.39 bertrand 43: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1.1 bertrand 44: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45: $(ACLOCAL_M4)
46: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47: CONFIG_HEADER = $(top_builddir)/rplconfig.h
48: CONFIG_CLEAN_FILES = rpl.1 rplcc.1 rpllink.1 rpltags.1 mkrplso.1
1.7 bertrand 49: CONFIG_CLEAN_VPATH_FILES =
1.44 bertrand 50: AM_V_GEN = $(am__v_GEN_$(V))
51: am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
52: am__v_GEN_0 = @echo " GEN " $@;
53: AM_V_at = $(am__v_at_$(V))
54: am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
55: am__v_at_0 = @
1.1 bertrand 56: SOURCES =
57: DIST_SOURCES =
58: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59: am__vpath_adj = case $$p in \
60: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61: *) f=$$p;; \
62: esac;
1.7 bertrand 63: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
64: am__install_max = 40
65: am__nobase_strip_setup = \
66: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
67: am__nobase_strip = \
68: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
69: am__nobase_list = $(am__nobase_strip_setup); \
70: for p in $$list; do echo "$$p $$p"; done | \
71: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
72: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
73: if (++n[$$2] == $(am__install_max)) \
74: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
75: END { for (dir in files) print dir, files[dir] }'
76: am__base_list = \
77: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1 bertrand 79: am__installdirs = "$(DESTDIR)$(frman1dir)"
80: DATA = $(frman1_DATA)
81: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.30 bertrand 82: ABI = @ABI@
1.1 bertrand 83: ACLOCAL = @ACLOCAL@
84: AMTAR = @AMTAR@
1.44 bertrand 85: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.45 ! bertrand 86: ARCH = @ARCH@
1.1 bertrand 87: AUTOCONF = @AUTOCONF@
88: AUTOHEADER = @AUTOHEADER@
89: AUTOMAKE = @AUTOMAKE@
90: AWK = @AWK@
1.25 bertrand 91: BSH_PATH = @BSH_PATH@
1.37 bertrand 92: BUILD_OPENMOTIF = @BUILD_OPENMOTIF@
1.1 bertrand 93: CC = @CC@
94: CCDEPMODE = @CCDEPMODE@
95: CFLAGS = @CFLAGS@
1.29 bertrand 96: COCOA = @COCOA@
1.1 bertrand 97: CPP = @CPP@
98: CPPFLAGS = @CPPFLAGS@
99: CXX = @CXX@
100: CXXDEPMODE = @CXXDEPMODE@
101: CXXFLAGS = @CXXFLAGS@
102: CYGPATH_W = @CYGPATH_W@
1.19 bertrand 103: C_STANDARD = @C_STANDARD@
1.1 bertrand 104: DATE = @DATE@
105: DATE_FR = @DATE_FR@
106: DEBUG = @DEBUG@
107: DEFS = @DEFS@
108: DEPDIR = @DEPDIR@
109: DVIPS = @DVIPS@
110: ECHO_C = @ECHO_C@
111: ECHO_N = @ECHO_N@
112: ECHO_T = @ECHO_T@
113: EGREP = @EGREP@
1.33 bertrand 114: ELF = @ELF@
1.1 bertrand 115: EXEEXT = @EXEEXT@
116: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
1.8 bertrand 117: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
1.17 bertrand 118: EXT_SQL = @EXT_SQL@
1.1 bertrand 119: F77 = @F77@
120: FC = @FC@
121: FCFLAGS = @FCFLAGS@
122: FFLAGS = @FFLAGS@
123: FILE = @FILE@
124: FINAL_ENCODING = @FINAL_ENCODING@
125: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
1.29 bertrand 126: GIAC = @GIAC@
1.28 bertrand 127: GMP = @GMP@
1.1 bertrand 128: GNUPLOT = @GNUPLOT@
129: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
130: GNUPLOT_P = @GNUPLOT_P@
131: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
132: GPP = @GPP@
133: GREP = @GREP@
134: GS = @GS@
135: GSL = @GSL@
136: GV = @GV@
1.32 bertrand 137: HOST = @HOST@
1.1 bertrand 138: ICONV = @ICONV@
1.37 bertrand 139: INCMOTIF = @INCMOTIF@
1.1 bertrand 140: INSTALL = @INSTALL@
141: INSTALL_DATA = @INSTALL_DATA@
142: INSTALL_PROGRAM = @INSTALL_PROGRAM@
143: INSTALL_SCRIPT = @INSTALL_SCRIPT@
144: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.22 bertrand 145: IPCS_SYSV = @IPCS_SYSV@
1.20 bertrand 146: IPV6 = @IPV6@
1.1 bertrand 147: LATEX = @LATEX@
148: LDFLAGS = @LDFLAGS@
1.37 bertrand 149: LIBMOTIF = @LIBMOTIF@
1.1 bertrand 150: LIBOBJS = @LIBOBJS@
1.31 bertrand 151: LIBRPLCAS = @LIBRPLCAS@
1.1 bertrand 152: LIBS = @LIBS@
1.38 bertrand 153: LIBXPM = @LIBXPM@
1.43 bertrand 154: LIB_PREFIX = @LIB_PREFIX@
1.1 bertrand 155: LN_S = @LN_S@
156: LTLIBOBJS = @LTLIBOBJS@
157: MAKEINFO = @MAKEINFO@
1.27 bertrand 158: MALLOC = @MALLOC@
1.1 bertrand 159: MKDIR_P = @MKDIR_P@
160: MOTIF_SUPPORT = @MOTIF_SUPPORT@
1.28 bertrand 161: MPFR = @MPFR@
1.1 bertrand 162: MYSQL_SUPPORT = @MYSQL_SUPPORT@
163: NCURSES = @NCURSES@
1.8 bertrand 164: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
1.29 bertrand 165: NTL = @NTL@
1.1 bertrand 166: OBJEXT = @OBJEXT@
1.36 bertrand 167: OPENMOTIF = @OPENMOTIF@
1.5 bertrand 168: OPENSSL = @OPENSSL@
1.4 bertrand 169: OS = @OS@
1.1 bertrand 170: PACKAGE = @PACKAGE@
171: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172: PACKAGE_NAME = @PACKAGE_NAME@
173: PACKAGE_STRING = @PACKAGE_STRING@
174: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.7 bertrand 175: PACKAGE_URL = @PACKAGE_URL@
1.1 bertrand 176: PACKAGE_VERSION = @PACKAGE_VERSION@
1.29 bertrand 177: PARI = @PARI@
1.1 bertrand 178: PATH_SEPARATOR = @PATH_SEPARATOR@
179: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
180: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
181: PROFILAGE = @PROFILAGE@
1.43 bertrand 182: PSELECT = @PSELECT@
1.1 bertrand 183: RANLIB = @RANLIB@
184: READLINE = @READLINE@
1.31 bertrand 185: RPLCAS = @RPLCAS@
1.40 bertrand 186: RPLTOOLS = @RPLTOOLS@
1.1 bertrand 187: RUNPATH = @RUNPATH@
188: SED = @SED@
1.8 bertrand 189: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
1.19 bertrand 190: SEMUN = @SEMUN@
1.1 bertrand 191: SET_MAKE = @SET_MAKE@
1.41 bertrand 192: SHARED_MEMORY = @SHARED_MEMORY@
1.1 bertrand 193: SHELL = @SHELL@
1.34 bertrand 194: SIGSEGV = @SIGSEGV@
1.5 bertrand 195: SQLITE = @SQLITE@
1.1 bertrand 196: STRIP = @STRIP@
197: TEX = @TEX@
198: UNITS = @UNITS@
199: VERSION = @VERSION@
200: VIM = @VIM@
201: VIM_SUPPORT = @VIM_SUPPORT@
1.42 bertrand 202: WHOLE_LIB1 = @WHOLE_LIB1@
203: WHOLE_LIB2 = @WHOLE_LIB2@
1.1 bertrand 204: XMKMF = @XMKMF@
205: X_CFLAGS = @X_CFLAGS@
206: X_EXTRA_LIBS = @X_EXTRA_LIBS@
207: X_LIBS = @X_LIBS@
208: X_PRE_LIBS = @X_PRE_LIBS@
209: abs_builddir = @abs_builddir@
210: abs_srcdir = @abs_srcdir@
211: abs_top_builddir = @abs_top_builddir@
212: abs_top_srcdir = @abs_top_srcdir@
213: ac_ct_CC = @ac_ct_CC@
214: ac_ct_CXX = @ac_ct_CXX@
215: ac_ct_F77 = @ac_ct_F77@
216: ac_ct_FC = @ac_ct_FC@
217: am__include = @am__include@
218: am__leading_dot = @am__leading_dot@
219: am__quote = @am__quote@
220: am__tar = @am__tar@
221: am__untar = @am__untar@
222: bindir = @bindir@
223: build = @build@
224: build_alias = @build_alias@
225: build_cpu = @build_cpu@
226: build_os = @build_os@
227: build_vendor = @build_vendor@
228: builddir = @builddir@
229: datadir = @datadir@
230: datarootdir = @datarootdir@
231: docdir = @docdir@
232: dvidir = @dvidir@
233: exec_prefix = @exec_prefix@
234: host = @host@
235: host_alias = @host_alias@
236: host_cpu = @host_cpu@
237: host_os = @host_os@
238: host_vendor = @host_vendor@
239: htmldir = @htmldir@
240: includeX = @includeX@
241: includedir = @includedir@
242: infodir = @infodir@
243: install_sh = @install_sh@
244: libMySQLinc = @libMySQLinc@
245: libMySQLlib = @libMySQLlib@
246: libPgSQLinc = @libPgSQLinc@
247: libPgSQLlib = @libPgSQLlib@
248: libX = @libX@
249: libdir = @libdir@
250: libexecdir = @libexecdir@
251: localedir = @localedir@
252: localstatedir = @localstatedir@
253: mandir = @mandir@
254: mkdir_p = @mkdir_p@
255: oldincludedir = @oldincludedir@
256: pdfdir = @pdfdir@
257: prefix = @prefix@
258: program_transform_name = @program_transform_name@
259: psdir = @psdir@
260: sbindir = @sbindir@
261: sharedstatedir = @sharedstatedir@
262: srcdir = @srcdir@
263: subdirs = @subdirs@
264: sysconfdir = @sysconfdir@
265: target = @target@
266: target_alias = @target_alias@
267: target_cpu = @target_cpu@
268: target_os = @target_os@
269: target_vendor = @target_vendor@
1.7 bertrand 270: top_build_prefix = @top_build_prefix@
1.1 bertrand 271: top_builddir = @top_builddir@
272: top_srcdir = @top_srcdir@
273: frman1dir = $(mandir)/fr_FR/man1
274: frman1_DATA = rpl.1 rpltags.1 mkrplso.1 rplcc.1 rpllink.1
275: all: all-am
276:
277: .SUFFIXES:
278: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
279: @for dep in $?; do \
280: case '$(am__configure_deps)' in \
281: *$$dep*) \
1.7 bertrand 282: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
283: && { if test -f $@; then exit 0; else break; fi; }; \
1.1 bertrand 284: exit 1;; \
285: esac; \
286: done; \
1.7 bertrand 287: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/fr_FR/Makefile'; \
288: $(am__cd) $(top_srcdir) && \
289: $(AUTOMAKE) --gnu man/fr_FR/Makefile
1.1 bertrand 290: .PRECIOUS: Makefile
291: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292: @case '$?' in \
293: *config.status*) \
294: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
295: *) \
296: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
297: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
298: esac;
299:
300: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
301: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302:
303: $(top_srcdir)/configure: $(am__configure_deps)
304: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
306: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.7 bertrand 307: $(am__aclocal_m4_deps):
1.1 bertrand 308: rpl.1: $(top_builddir)/config.status $(srcdir)/rpl.1.in
309: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
310: rplcc.1: $(top_builddir)/config.status $(srcdir)/rplcc.1.in
311: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
312: rpllink.1: $(top_builddir)/config.status $(srcdir)/rpllink.1.in
313: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
314: rpltags.1: $(top_builddir)/config.status $(srcdir)/rpltags.1.in
315: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
316: mkrplso.1: $(top_builddir)/config.status $(srcdir)/mkrplso.1.in
317: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
318: install-frman1DATA: $(frman1_DATA)
319: @$(NORMAL_INSTALL)
320: test -z "$(frman1dir)" || $(MKDIR_P) "$(DESTDIR)$(frman1dir)"
1.7 bertrand 321: @list='$(frman1_DATA)'; test -n "$(frman1dir)" || list=; \
322: for p in $$list; do \
1.1 bertrand 323: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.7 bertrand 324: echo "$$d$$p"; \
325: done | $(am__base_list) | \
326: while read files; do \
327: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(frman1dir)'"; \
328: $(INSTALL_DATA) $$files "$(DESTDIR)$(frman1dir)" || exit $$?; \
1.1 bertrand 329: done
330:
331: uninstall-frman1DATA:
332: @$(NORMAL_UNINSTALL)
1.7 bertrand 333: @list='$(frman1_DATA)'; test -n "$(frman1dir)" || list=; \
334: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
335: test -n "$$files" || exit 0; \
336: echo " ( cd '$(DESTDIR)$(frman1dir)' && rm -f" $$files ")"; \
337: cd "$(DESTDIR)$(frman1dir)" && rm -f $$files
1.1 bertrand 338: tags: TAGS
339: TAGS:
340:
341: ctags: CTAGS
342: CTAGS:
343:
344:
345: distdir: $(DISTFILES)
346: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
347: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
348: list='$(DISTFILES)'; \
349: dist_files=`for file in $$list; do echo $$file; done | \
350: sed -e "s|^$$srcdirstrip/||;t" \
351: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
352: case $$dist_files in \
353: */*) $(MKDIR_P) `echo "$$dist_files" | \
354: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
355: sort -u` ;; \
356: esac; \
357: for file in $$dist_files; do \
358: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
359: if test -d $$d/$$file; then \
360: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.7 bertrand 361: if test -d "$(distdir)/$$file"; then \
362: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
363: fi; \
1.1 bertrand 364: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.7 bertrand 365: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
366: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1 bertrand 367: fi; \
1.7 bertrand 368: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1 bertrand 369: else \
1.7 bertrand 370: test -f "$(distdir)/$$file" \
371: || cp -p $$d/$$file "$(distdir)/$$file" \
1.1 bertrand 372: || exit 1; \
373: fi; \
374: done
375: check-am: all-am
376: check: check-am
377: all-am: Makefile $(DATA)
378: installdirs:
379: for dir in "$(DESTDIR)$(frman1dir)"; do \
380: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
381: done
382: install: install-am
383: install-exec: install-exec-am
384: install-data: install-data-am
385: uninstall: uninstall-am
386:
387: install-am: all-am
388: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
389:
390: installcheck: installcheck-am
391: install-strip:
392: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
393: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
394: `test -z '$(STRIP)' || \
395: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
396: mostlyclean-generic:
397:
398: clean-generic:
399:
400: distclean-generic:
401: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.7 bertrand 402: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1 bertrand 403:
404: maintainer-clean-generic:
405: @echo "This command is intended for maintainers to use"
406: @echo "it deletes files that may require special tools to rebuild."
407: clean: clean-am
408:
409: clean-am: clean-generic mostlyclean-am
410:
411: distclean: distclean-am
412: -rm -f Makefile
413: distclean-am: clean-am distclean-generic
414:
415: dvi: dvi-am
416:
417: dvi-am:
418:
419: html: html-am
420:
1.7 bertrand 421: html-am:
422:
1.1 bertrand 423: info: info-am
424:
425: info-am:
426:
427: install-data-am: install-frman1DATA
428:
429: install-dvi: install-dvi-am
430:
1.7 bertrand 431: install-dvi-am:
432:
1.1 bertrand 433: install-exec-am:
434:
435: install-html: install-html-am
436:
1.7 bertrand 437: install-html-am:
438:
1.1 bertrand 439: install-info: install-info-am
440:
1.7 bertrand 441: install-info-am:
442:
1.1 bertrand 443: install-man:
444:
445: install-pdf: install-pdf-am
446:
1.7 bertrand 447: install-pdf-am:
448:
1.1 bertrand 449: install-ps: install-ps-am
450:
1.7 bertrand 451: install-ps-am:
452:
1.1 bertrand 453: installcheck-am:
454:
455: maintainer-clean: maintainer-clean-am
456: -rm -f Makefile
457: maintainer-clean-am: distclean-am maintainer-clean-generic
458:
459: mostlyclean: mostlyclean-am
460:
461: mostlyclean-am: mostlyclean-generic
462:
463: pdf: pdf-am
464:
465: pdf-am:
466:
467: ps: ps-am
468:
469: ps-am:
470:
471: uninstall-am: uninstall-frman1DATA
472:
473: .MAKE: install-am install-strip
474:
475: .PHONY: all all-am check check-am clean clean-generic distclean \
476: distclean-generic distdir dvi dvi-am html html-am info info-am \
477: install install-am install-data install-data-am install-dvi \
478: install-dvi-am install-exec install-exec-am install-frman1DATA \
479: install-html install-html-am install-info install-info-am \
480: install-man install-pdf install-pdf-am install-ps \
481: install-ps-am install-strip installcheck installcheck-am \
482: installdirs maintainer-clean maintainer-clean-generic \
483: mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
484: uninstall-am uninstall-frman1DATA
485:
1.7 bertrand 486:
1.1 bertrand 487: # Tell versions [3.59,3.63) of GNU make to not export all variables.
488: # Otherwise a system limit (for SysV at least) may be exceeded.
489: .NOEXPORT:
CVSweb interface <joel.bertrand@systella.fr>