|
32 | 32 | # |
33 | 33 | # which defines a Make variable definition inserted into Makefile.in |
34 | 34 | # |
35 | | -# Finally, if a line has the literal form |
36 | | -# |
37 | | -# *shared* |
38 | | -# |
39 | | -# (that is including the '*' and '*' !) then the following modules will |
40 | | -# not be included in the config.c file, nor in the list of objects to be |
41 | | -# added to the library archive, and their linker options won't be added |
42 | | -# to the linker options, but rules to create their .o files and their |
43 | | -# shared libraries will still be added to the Makefile, and their |
44 | | -# names will be collected in the Make variable SHAREDMODS. This is |
45 | | -# used to build modules as shared libraries. (They must be installed |
46 | | -# using "make sharedinstall".) (For compatibility, *noconfig* has the |
47 | | -# same effect as *shared*.) |
| 35 | +# Finally, if a line contains just the word "*shared*" (without the |
| 36 | +# quotes but with the stars), then the following modules will not be |
| 37 | +# included in the config.c file, nor in the list of objects to be |
| 38 | +# added to the library archive, and their linker options won't be |
| 39 | +# added to the linker options, but rules to create their .o files and |
| 40 | +# their shared libraries will still be added to the Makefile, and |
| 41 | +# their names will be collected in the Make variable SHAREDMODS. This |
| 42 | +# is used to build modules as shared libraries. (They must be |
| 43 | +# installed using "make sharedinstall".) (For compatibility, |
| 44 | +# *noconfig* has the same effect as *shared*.) |
48 | 45 |
|
49 | 46 | # NOTE: As a standard policy, as many modules as can be supported by a |
50 | 47 | # platform should be present. The distribution comes with all modules |
|
0 commit comments