Changeset 200 for trunk/src/gmake/doc
- Timestamp:
- Dec 17, 2004, 3:05:38 PM (21 years ago)
- Location:
- trunk/src/gmake/doc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/doc/Makefile.in
r151 r200 1 # Makefile.in generated by automake 1.8. 2from Makefile.am.1 # Makefile.in generated by automake 1.8.3 from Makefile.am. 2 2 # @configure_input@ 3 3 … … 41 41 $(srcdir)/Makefile.in 42 42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 43 am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \ 44 $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \ 45 $(top_srcdir)/config/lib-ld.m4 \ 46 $(top_srcdir)/config/lib-link.m4 \ 47 $(top_srcdir)/config/lib-prefix.m4 $(top_srcdir)/config/nls.m4 \ 48 $(top_srcdir)/config/po.m4 $(top_srcdir)/config/progtest.m4 \ 49 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in 43 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 44 $(top_srcdir)/configure.in 50 45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 51 46 $(ACLOCAL_M4) … … 68 63 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) 69 64 DVIPS = dvips 70 am__installdirs = $(DESTDIR)$(infodir)65 am__installdirs = "$(DESTDIR)$(infodir)" 71 66 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 72 67 ACLOCAL = @ACLOCAL@ … … 269 264 for file in $$list; do \ 270 265 relfile=`echo "$$file" | sed 's|^.*/||'`; \ 271 echo " install-info --info-dir= $(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$relfile"; \272 install-info --info-dir= $(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$relfile; \266 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ 267 install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ 273 268 done; \ 274 269 else :; fi … … 278 273 relfile=`echo "$$file" | sed 's|^.*/||'`; \ 279 274 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ 280 (if cd $(DESTDIR)$(infodir); then \275 (if cd "$(DESTDIR)$(infodir)"; then \ 281 276 echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9])"; \ 282 277 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ … … 351 346 all-am: Makefile $(INFO_DEPS) 352 347 installdirs: 353 $(mkdir_p) $(DESTDIR)$(infodir) 348 for dir in "$(DESTDIR)$(infodir)"; do \ 349 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 350 done 354 351 install: install-am 355 352 install-exec: install-exec-am … … 403 400 install-info-am: $(INFO_DEPS) 404 401 @$(NORMAL_INSTALL) 405 $(mkdir_p) $(DESTDIR)$(infodir)402 test -z "$(infodir)" || $(mkdir_p) "$(DESTDIR)$(infodir)" 406 403 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 407 404 list='$(INFO_DEPS)'; \ … … 416 413 if test -f $$ifile; then \ 417 414 relfile=`echo "$$ifile" | sed 's|^.*/||'`; \ 418 echo " $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile"; \419 $(INSTALL_DATA) $$ifile $(DESTDIR)$(infodir)/$$relfile; \415 echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \ 416 $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \ 420 417 else : ; fi; \ 421 418 done; \ … … 427 424 for file in $$list; do \ 428 425 relfile=`echo "$$file" | sed 's|^.*/||'`; \ 429 echo " install-info --info-dir= $(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$relfile";\430 install-info --info-dir= $(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$relfile|| :;\426 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ 427 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ 431 428 done; \ 432 429 else : ; fi -
trunk/src/gmake/doc/make.info
r151 r200 1 This is make.info, produced by makeinfo version 4.6 from make.texi. 1 This is ../../doc/make.info, produced by makeinfo version 4.6 from 2 ../../doc/make.texi. 2 3 3 4 INFO-DIR-SECTION GNU Packages … … 25 26 26 27 Indirect: 27 make.info-1: 99728 make.info-2: 3005 0028 make.info-1: 1017 29 make.info-2: 300520 29 30 30 31 Tag Table: 31 32 (Indirect) 32 Node: Top 99733 Node: Overview135 3134 Node: Preparing145 3535 Node: Reading155 0736 Node: Bugs164 2637 Node: Introduction182 4838 Node: Rule Introduction198 3239 Node: Simple Makefile215 6840 Node: How Make Works25 18941 Node: Variables Simplify276 7742 Node: make Deduces29 88043 Node: Combine By Prerequisite316 2744 Node: Cleanup326 5845 Node: Makefiles340 6946 Node: Makefile Contents349 5247 Node: Makefile Names37 89948 Node: Include39 49849 Ref: Include-Footnote-1430 4950 Node: MAKEFILES Variable43 18351 Node: MAKEFILE_LIST Variable44 68552 Node: Special Variables460 0453 Node: Remaking Makefiles467 3954 Node: Overriding Makefiles5 098155 Node: Reading Makefiles530 3156 Node: Rules555 5857 Node: Rule Example582 2658 Node: Rule Syntax590 7559 Node: Prerequisite Types61 29660 Node: Wildcards630 6461 Node: Wildcard Examples647 4762 Node: Wildcard Pitfall6 599163 Node: Wildcard Function677 7364 Node: Directory Search695 5065 Node: General Search70 68466 Node: Selective Search72 38767 Node: Search Algorithm753 6368 Node: Commands/Search778 7069 Node: Implicit/Search792 0570 Node: Libraries/Search801 3771 Node: Phony Targets822 1972 Node: Force Targets87 19573 Node: Empty Targets882 3274 Node: Special Targets895 1975 Node: Multiple Targets962 1576 Node: Multiple Rules980 7577 Node: Static Pattern1003 0178 Node: Static Usage1009 4379 Node: Static versus Implicit1046 6480 Node: Double-Colon106 39481 Node: Automatic Prerequisites1080 4182 Node: Commands112 29583 Node: Echoing11 398484 Node: Execution1152 6285 Ref: Execution-Footnote-1119 68886 Node: Parallel1198 3487 Node: Errors1234 1788 Node: Interrupts1270 5389 Node: Recursion1286 3290 Node: MAKE Variable1307 1591 Node: Variables/Recursion1329 6692 Node: Options/Recursion1381 1193 Node: -w Option1432 6494 Node: Sequences1442 4795 Node: Empty Commands1472 4896 Node: Using Variables1484 1497 Node: Reference1515 2198 Node: Flavors1530 7799 Node: Advanced1588 61100 Node: Substitution Refs1593 58101 Node: Computed Names1609 04102 Node: Values1654 71103 Node: Setting1663 76104 Node: Appending1684 04105 Node: Override Directive1723 19106 Node: Defining173 695107 Node: Environment1761 51108 Node: Target-specific1784 23109 Node: Pattern-specific181 380110 Node: Conditionals1827 72111 Node: Conditional Example1834 78112 Node: Conditional Syntax1860 62113 Node: Testing Flags1909 30114 Node: Functions1920 24115 Node: Syntax of Functions1933 66116 Node: Text Functions1955 57117 Node: File Name Functions2037 07118 Node: Foreach Function2081 46119 Node: If Function2113 46120 Node: Call Function2126 14121 Node: Value Function215 496122 Node: Eval Function2169 30123 Node: Origin Function2192 36124 Node: Shell Function2224 45125 Node: Make Control Functions2240 26126 Node: Running2254 56127 Node: Makefile Arguments2274 41128 Node: Goals2281 49129 Node: Instead of Execution2327 04130 Node: Avoiding Compilation23 5982131 Node: Overriding2379 49132 Node: Testing2402 39133 Node: Options Summary2421 16134 Node: Implicit Rules2515 47135 Node: Using Implicit253 691136 Node: Catalogue of Rules2572 20137 Node: Implicit Variables2662 03138 Node: Chained Rules2704 29139 Node: Pattern Rules2744 28140 Node: Pattern Intro2759 54141 Node: Pattern Examples2788 02142 Node: Automatic Variables280 597143 Node: Pattern Match2887 60144 Node: Match-Anything Rules290 381145 Node: Canceling Rules2942 42146 Node: Last Resort2949 44147 Node: Suffix Rules296 781148 Node: Implicit Rule Search3005 00149 Node: Archives3040 09150 Node: Archive Members3047 01151 Node: Archive Update306 297152 Node: Archive Symbols3082 01153 Node: Archive Pitfalls3094 21154 Node: Archive Suffix Rules3101 34155 Node: Features3116 71156 Node: Missing3202 18157 Node: Makefile Conventions3239 48158 Node: Makefile Basics3247 28159 Node: Utilities in Makefiles327 885160 Node: Command Variables3300 13161 Node: Directory Variables3335 73162 Node: Standard Targets3444 50163 Ref: Standard Targets-Footnote-13557 04164 Node: Install Command Categories3558 04165 Node: Quick Reference3603 69166 Node: Error Messages3701 13167 Node: Complex Makefile377 782168 Node: GNU Free Documentation License3864 62169 Node: Concept Index4063 54170 Node: Name Index4512 6033 Node: Top1017 34 Node: Overview13551 35 Node: Preparing14555 36 Node: Reading15527 37 Node: Bugs16446 38 Node: Introduction18268 39 Node: Rule Introduction19852 40 Node: Simple Makefile21588 41 Node: How Make Works25209 42 Node: Variables Simplify27697 43 Node: make Deduces29900 44 Node: Combine By Prerequisite31647 45 Node: Cleanup32678 46 Node: Makefiles34089 47 Node: Makefile Contents34972 48 Node: Makefile Names37919 49 Node: Include39518 50 Ref: Include-Footnote-143069 51 Node: MAKEFILES Variable43203 52 Node: MAKEFILE_LIST Variable44705 53 Node: Special Variables46024 54 Node: Remaking Makefiles46759 55 Node: Overriding Makefiles51001 56 Node: Reading Makefiles53051 57 Node: Rules55578 58 Node: Rule Example58246 59 Node: Rule Syntax59095 60 Node: Prerequisite Types61316 61 Node: Wildcards63084 62 Node: Wildcard Examples64767 63 Node: Wildcard Pitfall66011 64 Node: Wildcard Function67793 65 Node: Directory Search69570 66 Node: General Search70704 67 Node: Selective Search72407 68 Node: Search Algorithm75383 69 Node: Commands/Search77890 70 Node: Implicit/Search79225 71 Node: Libraries/Search80157 72 Node: Phony Targets82239 73 Node: Force Targets87215 74 Node: Empty Targets88252 75 Node: Special Targets89539 76 Node: Multiple Targets96235 77 Node: Multiple Rules98095 78 Node: Static Pattern100321 79 Node: Static Usage100963 80 Node: Static versus Implicit104684 81 Node: Double-Colon106414 82 Node: Automatic Prerequisites108061 83 Node: Commands112315 84 Node: Echoing114004 85 Node: Execution115282 86 Ref: Execution-Footnote-1119708 87 Node: Parallel119854 88 Node: Errors123437 89 Node: Interrupts127073 90 Node: Recursion128652 91 Node: MAKE Variable130735 92 Node: Variables/Recursion132986 93 Node: Options/Recursion138131 94 Node: -w Option143284 95 Node: Sequences144267 96 Node: Empty Commands147268 97 Node: Using Variables148434 98 Node: Reference151541 99 Node: Flavors153097 100 Node: Advanced158881 101 Node: Substitution Refs159378 102 Node: Computed Names160924 103 Node: Values165491 104 Node: Setting166396 105 Node: Appending168424 106 Node: Override Directive172339 107 Node: Defining173715 108 Node: Environment176171 109 Node: Target-specific178443 110 Node: Pattern-specific181400 111 Node: Conditionals182792 112 Node: Conditional Example183498 113 Node: Conditional Syntax186082 114 Node: Testing Flags190950 115 Node: Functions192044 116 Node: Syntax of Functions193386 117 Node: Text Functions195577 118 Node: File Name Functions203727 119 Node: Foreach Function208166 120 Node: If Function211366 121 Node: Call Function212634 122 Node: Value Function215516 123 Node: Eval Function216950 124 Node: Origin Function219256 125 Node: Shell Function222465 126 Node: Make Control Functions224046 127 Node: Running225476 128 Node: Makefile Arguments227461 129 Node: Goals228169 130 Node: Instead of Execution232724 131 Node: Avoiding Compilation236002 132 Node: Overriding237969 133 Node: Testing240259 134 Node: Options Summary242136 135 Node: Implicit Rules251567 136 Node: Using Implicit253711 137 Node: Catalogue of Rules257240 138 Node: Implicit Variables266223 139 Node: Chained Rules270449 140 Node: Pattern Rules274448 141 Node: Pattern Intro275974 142 Node: Pattern Examples278822 143 Node: Automatic Variables280617 144 Node: Pattern Match288780 145 Node: Match-Anything Rules290401 146 Node: Canceling Rules294262 147 Node: Last Resort294964 148 Node: Suffix Rules296801 149 Node: Implicit Rule Search300520 150 Node: Archives304029 151 Node: Archive Members304721 152 Node: Archive Update306317 153 Node: Archive Symbols308221 154 Node: Archive Pitfalls309441 155 Node: Archive Suffix Rules310154 156 Node: Features311691 157 Node: Missing320238 158 Node: Makefile Conventions323968 159 Node: Makefile Basics324748 160 Node: Utilities in Makefiles327905 161 Node: Command Variables330033 162 Node: Directory Variables333593 163 Node: Standard Targets344470 164 Ref: Standard Targets-Footnote-1355724 165 Node: Install Command Categories355824 166 Node: Quick Reference360389 167 Node: Error Messages370133 168 Node: Complex Makefile377802 169 Node: GNU Free Documentation License386482 170 Node: Concept Index406374 171 Node: Name Index451280 171 172 172 173 End Tag Table -
trunk/src/gmake/doc/make.info-1
r151 r200 1 This is make.info, produced by makeinfo version 4.6 from make.texi. 1 This is ../../doc/make.info, produced by makeinfo version 4.6 from 2 ../../doc/make.texi. 2 3 3 4 INFO-DIR-SECTION GNU Packages -
trunk/src/gmake/doc/make.info-2
r151 r200 1 This is make.info, produced by makeinfo version 4.6 from make.texi. 1 This is ../../doc/make.info, produced by makeinfo version 4.6 from 2 ../../doc/make.texi. 2 3 3 4 INFO-DIR-SECTION GNU Packages
Note:
See TracChangeset
for help on using the changeset viewer.