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