comparison tests/tooltalk/Makefile @ 5512:4aa8ee813265

Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and use it in install targets. See xemacs-patches message <BANLkTinRnwk9qsCfBj_xkcyf7H4sH9fn7A@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 25 May 2011 09:15:20 -0600
parents 9fc91aa3a927
children
comparison
equal deleted inserted replaced
5511:7b5254f6e0d5 5512:4aa8ee813265
25 ### Commentary: 25 ### Commentary:
26 # This is SPARCworks & Solaris 2.x-centric. 26 # This is SPARCworks & Solaris 2.x-centric.
27 27
28 ### Code: 28 ### Code:
29 29
30 DESTDIR=
31
30 CC = cc -Xc 32 CC = cc -Xc
31 CPPFLAGS = -I/usr/openwin/include 33 CPPFLAGS = -I/usr/openwin/include
32 CFLAGS = -g -v -DNeedFunctionPrototypes 34 CFLAGS = -g -v -DNeedFunctionPrototypes
33 LDFLAGS = -L/usr/openwin/lib -R/usr/openwin/lib -ltt 35 LDFLAGS = -L/usr/openwin/lib -R/usr/openwin/lib -ltt
34 36