comparison modules/zlib/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 b44930391f7d
children
comparison
equal deleted inserted replaced
5511:7b5254f6e0d5 5512:4aa8ee813265
23 # For samples of how to compile modules outside of the source tree 23 # For samples of how to compile modules outside of the source tree
24 # (as would be the case if a user had downloaded a module and wanted 24 # (as would be the case if a user had downloaded a module and wanted
25 # to compile it for use within Emacs), see the samples in the sub-directory 25 # to compile it for use within Emacs), see the samples in the sub-directory
26 # 'installed'. 26 # 'installed'.
27 # 27 #
28
29 DESTDIR=
28 30
29 SHELL=/bin/sh 31 SHELL=/bin/sh
30 RM=rm -f 32 RM=rm -f
31 CC=../../lib-src/ellcc 33 CC=../../lib-src/ellcc
32 CFLAGS=-I. -I../../src 34 CFLAGS=-I. -I../../src