# ruboard build configuraton; Copyright (C) 1998 by Andrew Maltsev ############################################################################### # # Where ruboard shold be installed (home dir) # HOMEDIR = /usr/local/lib/ruboard # # Where binaries are instaled. The default is $(HOMEDIR), but feel free # to set it to your prefered path. # BINDIR = $(HOMEDIR) # # Owner and group of boards. Defaults to your user id. Do not delete # `-o' and `-g'! # ### BOWNER = -o boards -g boards # # Where your perl is (or `auto' to make an attempt to find it # automatically) # PERL = auto # # What is your make command name? Ruboard is only checked in BSD-make, # so change to `pmake' in Linux. # MAKE = make # # Where your pax is? Try `tar -cv -f -T -' if you have no pax (in # Linux). If you do not know what it is - leave it as is, you will be # unable to roll distribution to archive (`make archive' command). # PAX = pax -wv # # Your C compiler with flags. # CC = cc -Wall -O # ###############################################################################