Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3cdbfa19
Commit
3cdbfa19
authored
Mar 11, 2004
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Image consolidation:
(XOBJ, MAC_OBJ): Add image.o. (image.o): Add dependencies.
parent
175ca1f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/Makefile.in
src/Makefile.in
+4
-2
No files found.
src/Makefile.in
View file @
3cdbfa19
...
...
@@ -334,7 +334,7 @@ LIBXMENU= -lXMenu
/* Otherwise, omit xmenu.o from the list of X object files, and
don'
t
worry
about
the
menu
library
at
all.
*/
XOBJ
=
xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o
XOBJ
=
xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o
image.o
LIBXMENU
=
#endif /* not HAVE_MENUS */
...
...
@@ -562,7 +562,7 @@ MSDOS_OBJ = dosfns.o msdos.o w16select.o
#ifdef HAVE_CARBON
mac
=
$(dot)$(dot)
/mac/
XMENU_OBJ
=
MAC_OBJ
=
mac.o macterm.o macfns.o macmenu.o fontset.o fringe.o
MAC_OBJ
=
mac.o macterm.o macfns.o macmenu.o fontset.o fringe.o
image.o
emacsapp
=
$(PWD)
/
$(mac)
Emacs.app/
emacsappsrc
=
${srcdir}
/../mac/Emacs.app/
#else
...
...
@@ -1079,6 +1079,8 @@ fringe.o: fringe.c dispextern.h frame.h window.h buffer.h $(config_h)
fontset.o
:
dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h
\
keyboard.h $(config_h)
getloadavg.o
:
getloadavg.c $(config_h)
image.o
:
image.c frame.h window.h dispextern.h blockinput.h atimer.h
\
systime.h xterm.h w32term.h w32gui.h macterm.h macgui.h $(config_h)
indent.o
:
indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h
\
termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h
\
keyboard.h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment