Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 124:9b50b4588a93 r20-1b15
Import from CVS: tag r20-1b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:26:39 +0200 |
parents | d2f30a177268 |
children | 1370575f1259 |
comparison
equal
deleted
inserted
replaced
123:c77884c6318d | 124:9b50b4588a93 |
---|---|
319 # define SOUND_CFLAGS -Dconst= -Dvolatile= -I/usr/audio/examples | 319 # define SOUND_CFLAGS -Dconst= -Dvolatile= -I/usr/audio/examples |
320 # else /* ! USE_GCC */ | 320 # else /* ! USE_GCC */ |
321 # define SOUND_CFLAGS +e -I/usr/audio/examples | 321 # define SOUND_CFLAGS +e -I/usr/audio/examples |
322 # endif /* USE_GCC */ | 322 # endif /* USE_GCC */ |
323 # define SOUND_OBJS hpplay.o | 323 # define SOUND_OBJS hpplay.o |
324 # elif defined (LINUX) || defined(__FreeBSD__) | 324 # elif defined (LINUX) || defined(__FreeBSD__) || defined (__bsdi__) |
325 # define SOUND_CFLAGS | 325 # define SOUND_CFLAGS |
326 # define SOUND_OBJS linuxplay.o | 326 # define SOUND_OBJS linuxplay.o |
327 # else | 327 # else |
328 ERROR!! HAVE\_NATIVE\_SOUND can only be defined on Solaris, SunOS, SGI, hp9000s800, or Linux | 328 ERROR!! HAVE\_NATIVE\_SOUND can only be defined on Solaris, SunOS, SGI, hp9000s800, or FreeBSD, BSD/I, Linux |
329 # endif /* OS */ | 329 # endif /* OS */ |
330 #else /* !HAVE_NATIVE_SOUND */ | 330 #else /* !HAVE_NATIVE_SOUND */ |
331 # define SOUND_CFLAGS | 331 # define SOUND_CFLAGS |
332 # define SOUND_OBJS | 332 # define SOUND_OBJS |
333 #endif /* ! HAVE_NATIVE_SOUND */ | 333 #endif /* ! HAVE_NATIVE_SOUND */ |
1220 ${lispdir}prim/replace.elc ${lispdir}prim/specifier.elc \ | 1220 ${lispdir}prim/replace.elc ${lispdir}prim/specifier.elc \ |
1221 ${lispdir}modes/auto-show.elc SUNPRO_LISP TTY_LISP \ | 1221 ${lispdir}modes/auto-show.elc SUNPRO_LISP TTY_LISP \ |
1222 ${lispdir}bytecomp/bytecomp-runtime.elc FLOAT_LISP \ | 1222 ${lispdir}bytecomp/bytecomp-runtime.elc FLOAT_LISP \ |
1223 ${lispdir}prim/itimer.elc ${lispdir}prim/itimer-autosave.elc \ | 1223 ${lispdir}prim/itimer.elc ${lispdir}prim/itimer-autosave.elc \ |
1224 ${lispdir}ediff/ediff-hook.elc \ | 1224 ${lispdir}ediff/ediff-hook.elc \ |
1225 ${lispdir}custom/widget.elc \ | 1225 ${lispdir}custom/widget.elc ${lispdir}custom/custom.elc \ |
1226 ${lispdir}custom/custom.elc ${lispdir}prim/custom-load.elc \ | 1226 ${lispdir}prim/custom-load.elc ${lispdir}prim/cus-start.elc \ |
1227 ${lispdir}packages/fontl-hooks.elc SCROLLBAR_LISP \ | 1227 ${lispdir}packages/fontl-hooks.elc SCROLLBAR_LISP \ |
1228 ${lispdir}prim/buffer.elc MENUBAR_LISP \ | 1228 ${lispdir}prim/buffer.elc MENUBAR_LISP \ |
1229 ${lispdir}packages/buff-menu.elc DIALOG_LISP MULE_LISP NOMULE_LISP \ | 1229 ${lispdir}packages/buff-menu.elc DIALOG_LISP MULE_LISP NOMULE_LISP \ |
1230 ${lispdir}modes/abbrev.elc X11_LISP ENERGIZE_LISP TOOLTALK_LISP | 1230 ${lispdir}modes/abbrev.elc X11_LISP ENERGIZE_LISP TOOLTALK_LISP |
1231 | 1231 |