comparison src/Makefile.in.in @ 773:4bc4fecf15da

[xemacs-hg @ 2002-03-13 10:16:26 by ben] fix a Makefile problem -- need two pound signs for a comment in Makefile.in.in
author ben
date Wed, 13 Mar 2002 10:16:26 +0000
parents 943eaba38521
children 79940b592197
comparison
equal deleted inserted replaced
772:d682c0f82a71 773:4bc4fecf15da
131 X11_libs = $(LIBI18N) 131 X11_libs = $(LIBI18N)
132 #endif /* HAVE_X_WINDOWS */ 132 #endif /* HAVE_X_WINDOWS */
133 133
134 ######################################################################### 134 #########################################################################
135 135
136 # Object files needed for compilation. 136 ## Object files needed for compilation.
137 137
138 # NOTE: Some of the object files are specified in this file, and 138 ## NOTE: Some of the object files are specified in this file, and
139 # others in configure.in. The general rule is that they be specified 139 ## others in configure.in. The general rule is that they be specified
140 # here whenever they have clear dependencies on configure defines. 140 ## here whenever they have clear dependencies on configure defines.
141 # They should be in configure.in when there is no configure define or 141 ## They should be in configure.in when there is no configure define or
142 # when there is extremely hairy code to determine which files are 142 ## when there is extremely hairy code to determine which files are
143 # needed (e.g. native sound support) and it would be pointless to 143 ## needed (e.g. native sound support) and it would be pointless to
144 # duplicate that code. 144 ## duplicate that code.
145 145
146 gui_objs= 146 gui_objs=
147 #ifdef HAVE_MENUBARS 147 #ifdef HAVE_MENUBARS
148 gui_objs += menubar.o 148 gui_objs += menubar.o
149 #endif 149 #endif