head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2000.01.10.18.57.14; author ahuxley; state Exp; branches; next 1.1; 1.1 date 2000.01.10.17.30.16; author ahuxley; state Exp; branches; next ; desc @MAKEFILE DEFINITIONS FILE @ 1.2 log @fixed a missing standard bit @ text @# $Header: /home/ahuxley/dev/supported/animal/RCS/settings.mk,v 1.1 2000/01/10 17:30:16 ahuxley Exp ahuxley $ ############################################################################### # # CONFIGURABLE STUFF STARTS HERE # ############################################################################### # Which Bourne-like shell understands functions? 'ksh' is a good choice. SHELL_CMD = /usr/bin/ksh # Where is perl version 5? #PERL_CMD = /usr/bin/perl # Where is GNU make? MAKE = make #MAKE = gmake # Where is BSD or GNU install? If yours doesn't support '-d' then use the # supplied script 'shinstall'. INSTALL_CMD = $(SHELL_CMD) $(BASE_DIR)/support/shinstall #INSTALL_CMD = install # What compiler do you want to use? CC = gcc CFLAGS = -O2 # Those files which are not setuid or setgid will be installed belonging to # installer's (not maker's) id unless the following are defined. #OWNER = -o root #GROUP = -g root ############################################################################### # # CONFIGURABLE STUFF ENDS HERE # ############################################################################### @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $Header$ d21 2 a22 2 INSTALL_CMD = install #INSTALL_CMD = $(SHELL_CMD) $(SUPPORT_DIR)/shinstall d27 5 @