Mercurial > hg > xemacs-beta
view tests/tooltalk/Makefile @ 4132:ebc64fb494fe
[xemacs-hg @ 2007-08-20 22:29:29 by adrian]
xemacs-21.5-clean: Update download sites in Japan
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2007-08-21 Adrian Aichner <adrian@xemacs.org>
* package-get.el (package-get-download-sites): Update download
sites in Japan.
* package-get.el (package-get-pre-release-download-sites): Ditto.
author | adrian |
---|---|
date | Mon, 20 Aug 2007 22:29:29 +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.