Roland Ver. 4.5 Informacje Techniczne Strona 10

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 212
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 9
vi GNU make
11 Using make to Update Archive Files . . . . . . . 129
11.1 Archive Members as Targets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129
11.2 Implicit Rule for Archive Member Targets . . . . . . . . . . . . . . . . . . . 129
11.2.1 Updating Archive Symbol Directories. . . . . . . . . . . . . . . . . . . 130
11.3 Dangers When Using Archives . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130
11.4 Suffix Rules for Archive Files. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130
12 Extending GNU make . . . . . . . . . . . . . . . . . . . . . . . 133
12.1 GNU Guile Integration. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133
12.1.1 Conversion of Guile Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133
12.1.2 Interfaces from Guile to make . . . . . . . . . . . . . . . . . . . . . . . . . . 134
12.1.3 Example Using Guile in make . . . . . . . . . . . . . . . . . . . . . . . . . . 134
12.2 Loading Dynamic Objects. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135
12.2.1 The load Directive. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136
12.2.2 How Loaded Objects Are Remade . . . . . . . . . . . . . . . . . . . . . . 137
12.2.3 Loaded Object Interface. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137
12.2.4 Example Loaded Object. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139
13 Features of GNU make . . . . . . . . . . . . . . . . . . . . . . 143
14 Incompatibilities and Missing Features . . . 147
15 Makefile Conventions . . . . . . . . . . . . . . . . . . . . . . . 149
15.1 General Conventions for Makefiles. . . . . . . . . . . . . . . . . . . . . . . . . . . 149
15.2 Utilities in Makefiles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150
15.3 Variables for Specifying Commands . . . . . . . . . . . . . . . . . . . . . . . . . 151
15.4 DESTDIR: Support for Staged Installs . . . . . . . . . . . . . . . . . . . . . . . . 152
15.5 Variables for Installation Directories. . . . . . . . . . . . . . . . . . . . . . . . . 152
15.6 Standard Targets for Users. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157
15.7 Install Command Categories . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
Appendix A Quick Reference . . . . . . . . . . . . . . . . . 165
Appendix B Errors Generated by Make . . . . . 173
Appendix C Complex Makefile Example . . . . 177
C.1 GNU Free Documentation License . . . . . . . . . . . . . . . . . . . . . . . . . . . 181
Index of Concepts. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191
Index of Functions, Variables, & Directives. . . . 199
Przeglądanie stron 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15 ... 211 212

Komentarze do niniejszej Instrukcji

Brak uwag