equal
deleted
inserted
replaced
25 creates the makefiles. |
25 creates the makefiles. |
26 |
26 |
27 3. `make' |
27 3. `make' |
28 |
28 |
29 This command compiles the non-template part of LEMON into libemon.a |
29 This command compiles the non-template part of LEMON into libemon.a |
30 file. It also compiles the programs in the tools and demo subdirectories |
30 file. It also compiles the programs in the tools subdirectory by |
31 when enabled. |
31 default. |
32 |
32 |
33 4. `make check' |
33 4. `make check' |
34 |
34 |
35 This step is optional, but recommended. It runs the test programs that |
35 This step is optional, but recommended. It runs the test programs that |
36 we developed for LEMON to check whether the library works properly on |
36 we developed for LEMON to check whether the library works properly on |
72 turns on generation of aggressively optimized Pentium-M specific code. |
72 turns on generation of aggressively optimized Pentium-M specific code. |
73 |
73 |
74 --prefix=PREFIX |
74 --prefix=PREFIX |
75 |
75 |
76 Set the installation prefix to PREFIX. By default it is /usr/local. |
76 Set the installation prefix to PREFIX. By default it is /usr/local. |
77 |
|
78 --enable-demo |
|
79 |
|
80 Build the examples in the demo subdirectory. |
|
81 |
|
82 --disable-demo |
|
83 |
|
84 Do not build the examples in the demo subdirectory (default). |
|
85 |
77 |
86 --enable-tools |
78 --enable-tools |
87 |
79 |
88 Build the programs in the tools subdirectory (default). |
80 Build the programs in the tools subdirectory (default). |
89 |
81 |