# $Header: /home/ahuxley/dev/supported/animal/RCS/settings.mk,v 1.2 2000/01/10 18:57:14 ahuxley Exp $ ############################################################################### # # 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 # ###############################################################################