Mercurial > hg > xemacs-beta
view tests/tooltalk/Makefile @ 5318:203dcac81dae
Provide some milquetoast compatibility in our errors, type-error, program-error
2010-12-30 Aidan Kehoe <kehoea@parhasard.net>
* cl.el:
Provde the Common Lisp program-error, type-error as error
symbols. This doesn't nearly go far enough for anyone using the
Common Lisp errors.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 30 Dec 2010 00:15:37 +0000 |
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.