Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 8eaf7971accc |
children | 6075d714658b |
comparison
equal
deleted
inserted
replaced
174:bb3568571b84 | 175:2d532a89d707 |
---|---|
151 # if defined(FREE_CHECKING) || defined(DEBUG_INPUT_BLOCKING) || defined(DEBUG_GCPRO) | 151 # if defined(FREE_CHECKING) || defined(DEBUG_INPUT_BLOCKING) || defined(DEBUG_GCPRO) |
152 freecheck_objs = free-hook.o | 152 freecheck_objs = free-hook.o |
153 # endif /* FREE */ | 153 # endif /* FREE */ |
154 energize_objs = energize.o $(freecheck_objs) | 154 energize_objs = energize.o $(freecheck_objs) |
155 #endif /* ENERGIZE */ | 155 #endif /* ENERGIZE */ |
156 | |
157 #ifdef CLASH_DETECTION | |
158 LOCK_OBJ = filelock.o | |
159 #else | |
160 LOCK_OBJ = | |
161 #endif /* CLASH_DETECTION */ | |
162 | 156 |
163 ## lastfile must follow all files whose initialized data areas should | 157 ## lastfile must follow all files whose initialized data areas should |
164 ## be dumped as pure by dump-emacs. | 158 ## be dumped as pure by dump-emacs. |
165 | 159 |
166 ## NOTE: The last line cannot be all macros, because make will barf | 160 ## NOTE: The last line cannot be all macros, because make will barf |