Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 225:12579d965149 r20-4b11
Import from CVS: tag r20-4b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:11:40 +0200 |
parents | 2c611d1463a6 |
children | 557eaa0339bf |
comparison
equal
deleted
inserted
replaced
224:4663b37daab6 | 225:12579d965149 |
---|---|
114 | 114 |
115 ## a separate offix lib which merges with non-Xt event systems (TkStep, XEmacs) | 115 ## a separate offix lib which merges with non-Xt event systems (TkStep, XEmacs) |
116 OFFIX_O = @OFFIX_O@ | 116 OFFIX_O = @OFFIX_O@ |
117 | 117 |
118 x_objs=balloon_help.o balloon-x.o console-x.o device-x.o event-Xt.o frame-x.o\ | 118 x_objs=balloon_help.o balloon-x.o console-x.o device-x.o event-Xt.o frame-x.o\ |
119 glyphs-x.o objects-x.o redisplay-x.o xgccache.o xselect.o $(OFFIX_O) | 119 glyphs-x.o objects-x.o redisplay-x.o xgccache.o xselect.o |
120 | 120 |
121 #ifdef AIX4 | 121 #ifdef AIX4 |
122 LIBI18N = -li18n | 122 LIBI18N = -li18n |
123 #endif /* AIX4 */ | 123 #endif /* AIX4 */ |
124 | 124 |
242 ${shared_other_files} | 242 ${shared_other_files} |
243 | 243 |
244 all: ${other_files} | 244 all: ${other_files} |
245 # endif /* EXTERNAL_WIDGET */ | 245 # endif /* EXTERNAL_WIDGET */ |
246 | 246 |
247 X11_objs = EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o $(external_widget_objs) | 247 X11_objs = $(OFFIX_O) EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o $(external_widget_objs) |
248 #endif /* HAVE_X_WINDOWS */ | 248 #endif /* HAVE_X_WINDOWS */ |
249 | 249 |
250 ## define otherobjs as list of object files that make-docfile | 250 ## define otherobjs as list of object files that make-docfile |
251 ## should not be told about. | 251 ## should not be told about. |
252 otherobjs = $(BTL_objs) lastfile.o $(mallocobjs) $(rallocobjs) $(X11_objs) | 252 otherobjs = $(BTL_objs) lastfile.o $(mallocobjs) $(rallocobjs) $(X11_objs) |