Mercurial > hg > xemacs-beta
comparison Makefile.in @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | 7d55a9ba150c |
children | 59463afc5666 |
comparison
equal
deleted
inserted
replaced
148:f659db2a1f73 | 149:538048ae2ab8 |
---|---|
54 | 54 |
55 # ==================== Things `configure' Might Edit ==================== | 55 # ==================== Things `configure' Might Edit ==================== |
56 | 56 |
57 CC=@CC@ | 57 CC=@CC@ |
58 CPP=@CPP@ | 58 CPP=@CPP@ |
59 C_SWITCH_SYSTEM=@c_switch_system@ | |
60 LN_S=@LN_S@ | 59 LN_S=@LN_S@ |
61 CFLAGS=@CFLAGS@ | 60 CFLAGS=@CFLAGS@ |
62 C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ | |
63 LD_SWITCH_X_SITE=@LD_SWITCH_X_SITE@ | |
64 YACC=@YACC@ | 61 YACC=@YACC@ |
65 | 62 |
66 ### These help us choose version- and architecture-specific directories | 63 ### These help us choose version- and architecture-specific directories |
67 ### to install files in. | 64 ### to install files in. |
68 | 65 |
71 version=@version@ | 68 version=@version@ |
72 | 69 |
73 ### This should be the name of the configuration we're building XEmacs | 70 ### This should be the name of the configuration we're building XEmacs |
74 ### for, like `mips-dec-ultrix' or `sparc-sun-sunos'. | 71 ### for, like `mips-dec-ultrix' or `sparc-sun-sunos'. |
75 configuration=@configuration@ | 72 configuration=@configuration@ |
76 | |
77 ### Libraries which should be edited into lib-src/Makefile. | |
78 libsrc_libs=@libsrc_libs@ | |
79 | 73 |
80 # ==================== Where To Install Things ==================== | 74 # ==================== Where To Install Things ==================== |
81 | 75 |
82 # The default location for installation. Everything is placed in | 76 # The default location for installation. Everything is placed in |
83 # subdirectories of this directory. The default values for many of | 77 # subdirectories of this directory. The default values for many of |
203 # ============================= Targets ============================== | 197 # ============================= Targets ============================== |
204 | 198 |
205 # Subdirectories to make recursively. `lisp' is not included | 199 # Subdirectories to make recursively. `lisp' is not included |
206 # because the compiled lisp files are part of the distribution | 200 # because the compiled lisp files are part of the distribution |
207 # and you cannot remake them without installing XEmacs first. | 201 # and you cannot remake them without installing XEmacs first. |
208 MAKE_SUBDIR = lib-src lwlib dynodump src | 202 MAKE_SUBDIR = @MAKE_SUBDIR@ |
209 | 203 |
210 # Subdirectories that can be made recursively. | 204 # Subdirectories that can be made recursively. |
211 SUBDIR = ${MAKE_SUBDIR} man | 205 SUBDIR = ${MAKE_SUBDIR} man |
212 | 206 |
213 # The makefiles of the directories in $SUBDIR. | 207 # The makefiles of the directories in ${MAKE_SUBDIR}. |
214 SUBDIR_MAKEFILES = lib-src/Makefile lwlib/Makefile dynodump/Makefile src/Makefile | 208 SUBDIR_MAKEFILES = @SUBDIR_MAKEFILES@ |
215 | 209 |
216 # Subdirectories to install, and where they'll go. | 210 # Subdirectories to install, and where they'll go. |
217 # lib-src's makefile knows how to install it, so we don't do that here. | 211 # lib-src's makefile knows how to install it, so we don't do that here. |
218 # When installing the info files, we need to do special things to | 212 # When installing the info files, we need to do special things to |
219 # avoid nuking an existing dir file, so we don't do that here; | 213 # avoid nuking an existing dir file, so we don't do that here; |