Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 4708:1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
routines. Delete internal GIF support code with no stated license. Fix up
a number of references in the documentation to GIF support. See discussion
on xemacs-beta: <87iqg4vg9t.fsf@uwakimon.sk.tsukuba.ac.jp>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 05 Oct 2009 10:11:59 -0600 |
parents | b14c8c2d6597 |
children | 80d74fed5399 |
comparison
equal
deleted
inserted
replaced
4707:5bb0735f56e0 | 4708:1cecc3e9f0a0 |
---|---|
181 | 181 |
182 #ifdef HAVE_UNIXOID_EVENT_LOOP | 182 #ifdef HAVE_UNIXOID_EVENT_LOOP |
183 event_unixoid_objs=event-unixoid.o | 183 event_unixoid_objs=event-unixoid.o |
184 #endif | 184 #endif |
185 | 185 |
186 #ifdef HAVE_GIF | |
187 gif_objs=dgif_lib.o gif_io.o | |
188 #endif | |
189 | |
190 #ifdef HAVE_GPM | 186 #ifdef HAVE_GPM |
191 gpm_objs=gpmevent.o | 187 gpm_objs=gpmevent.o |
192 #endif | 188 #endif |
193 | 189 |
194 #if defined(HAVE_LDAP) && !defined(HAVE_SHLIB) | 190 #if defined(HAVE_LDAP) && !defined(HAVE_SHLIB) |
283 dynarr.o \ | 279 dynarr.o \ |
284 editfns.o elhash.o emacs.o emodules.o eval.o events.o\ | 280 editfns.o elhash.o emacs.o emodules.o eval.o events.o\ |
285 event-stream.o $(event_unixoid_objs) $(extra_objs) extents.o\ | 281 event-stream.o $(event_unixoid_objs) $(extra_objs) extents.o\ |
286 faces.o file-coding.o fileio.o $(LOCK_OBJ) filemode.o floatfns.o fns.o \ | 282 faces.o file-coding.o fileio.o $(LOCK_OBJ) filemode.o floatfns.o fns.o \ |
287 font-lock.o frame.o\ | 283 font-lock.o frame.o\ |
288 gc.o general.o $(gif_objs) glyphs.o glyphs-eimage.o glyphs-shared.o\ | 284 gc.o general.o glyphs.o glyphs-eimage.o glyphs-shared.o\ |
289 glyphs-widget.o $(gpm_objs) $(gtk_objs) $(gtk_gui_objs) $(gui_objs) \ | 285 glyphs-widget.o $(gpm_objs) $(gtk_objs) $(gtk_gui_objs) $(gui_objs) \ |
290 gutter.o\ | 286 gutter.o\ |
291 hash.o imgproc.o indent.o insdel.o intl.o\ | 287 hash.o imgproc.o indent.o insdel.o intl.o\ |
292 keymap.o $(RTC_patch_objs) line-number.o $(ldap_objs) lread.o lstream.o\ | 288 keymap.o $(RTC_patch_objs) line-number.o $(ldap_objs) lread.o lstream.o\ |
293 $(new_gc_objs) $(vdb_objs) \ | 289 $(new_gc_objs) $(vdb_objs) \ |