Mercurial > hg > xemacs-beta
view tests/tooltalk/Makefile @ 542:2e265ae71eed
[xemacs-hg @ 2001-05-17 09:52:16 by yoshiki]
My patch "[PATCH] EMACS_INT_MAX is too big",
<87u22s1ffj.fsf@u.sanpo.t.u-tokyo.ac.jp>
* lisp.h (EMACS_INT_MAX): This should be one bit less since
EMACS_INT is signed.
author | yoshiki |
---|---|
date | Thu, 17 May 2001 09:52:19 +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.