Mercurial > hg > xemacs-beta
view tests/tooltalk/Makefile @ 4707:5bb0735f56e0
Handle non-list sequences better, delete-duplicates compiler macro.
2009-10-03 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (delete-duplicates):
Make this compiler macro aware that CL-SEQ is a sequence, which
may not necessarily be a list.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 03 Oct 2009 14:22:08 +0100 |
parents | 131b0175ea99 |
children | 9fc91aa3a927 |
line wrap: on
line source
### Makefile - Makefile for ToolTalk testing executables # Author: Vladimir Ivanovic <vladimir@Eng.Sun.COM> # Maintainer: Vladimir Ivanovic <vladimir@Eng.Sun.COM> # Created: 08 March 1995 # Keywords: ToolTalk, testing # Copyright (C) 1995 Sun Microsystems, Inc ### Commentary: # This is SPARCworks & Solaris 2.x-centric. ### Code: CC = cc -Xc CPPFLAGS = -I/usr/openwin/include CFLAGS = -g -v -DNeedFunctionPrototypes LDFLAGS = -L/usr/openwin/lib -R/usr/openwin/lib -ltt all: emacs-eval load-file make-client-frame clean: rm -f *.o emacs-eval load-file make-client-frame ### Makefile ends here.