Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 197:acd284d43ca1 r20-3b25
Import from CVS: tag r20-3b25
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:00:02 +0200 |
parents | a2f645c6b9f8 |
children | 169c0442b401 |
comparison
equal
deleted
inserted
replaced
196:58e0786448ca | 197:acd284d43ca1 |
---|---|
106 lwlib_libs = ../lwlib/liblw.a | 106 lwlib_libs = ../lwlib/liblw.a |
107 lwlib_deps = $(lwlib_libs) | 107 lwlib_deps = $(lwlib_libs) |
108 $(lwlib_libs) : | 108 $(lwlib_libs) : |
109 cd ../lwlib && $(RECURSIVE_MAKE) | 109 cd ../lwlib && $(RECURSIVE_MAKE) |
110 | 110 |
111 ## a seperate offix lib which merges with non-Xt event systems (TkStep, XEmacs) | |
112 OFFIX_O = @OFFIX_O@ | |
113 | |
111 x_objs=balloon_help.o balloon-x.o console-x.o device-x.o event-Xt.o frame-x.o\ | 114 x_objs=balloon_help.o balloon-x.o console-x.o device-x.o event-Xt.o frame-x.o\ |
112 glyphs-x.o objects-x.o redisplay-x.o xgccache.o xselect.o | 115 glyphs-x.o objects-x.o redisplay-x.o xgccache.o xselect.o $(OFFIX_O) |
113 | 116 |
114 #ifdef AIX4 | 117 #ifdef AIX4 |
115 LIBI18N = -li18n | 118 LIBI18N = -li18n |
116 #endif /* AIX4 */ | 119 #endif /* AIX4 */ |
117 | 120 |