# $Id: Makefile.defs,v 1.1 1998/05/05 16:04:36 alexis Exp $ # Leave this line alone! PROGID = bud # If you want to install into /usr/local then uncomment these lines LCLDIR = /usr/local LCLSBINDIR = $(LCLDIR)/sbin LCLMANDIR = $(LCLDIR)/man LCLDOCDIR = $(LCLDIR)/doc LCLCFGDIR = $(LCLDIR)/etc LCLLOGDIR = /var/local PRGDOCDIR = $(LCLDOCDIR)/$(PROGID) PRGCFGDIR = $(LCLCFGDIR)/$(PROGID) PRGLOGDIR = $(LCLLOGDIR)/$(PROGID) # If you want to install into /usr/local/opt/packagename then use these # LCLDIR = /usr/local/opt/$(PROGID) # LCLSBINDIR = $(LCLDIR)/bin # LCLMANDIR = $(LCLDIR)/man # LCLDOCDIR = $(LCLDIR)/doc # LCLCFGDIR = $(LCLDIR)/etc # LCLLOGDIR = $(LCLDIR)/log # PRGDOCDIR = $(LCLDOCDIR)/$(PROGID) # PRGCFGDIR = $(LCLCFGDIR) # PRGLOGDIR = $(LCLLOGDIR) # If you want to install into /opt/packagename then use these # LCLDIR = /opt/$(PROGID) # LCLSBINDIR = $(LCLDIR)/bin # LCLMANDIR = $(LCLDIR)/man # LCLDOCDIR = $(LCLDIR)/doc # LCLCFGDIR = $(LCLDIR)/etc # LCLLOGDIR = $(LCLDIR)/log # PRGDOCDIR = $(LCLDOCDIR)/$(PROGID) # PRGCFGDIR = $(LCLCFGDIR) # PRGLOGDIR = $(LCLLOGDIR) # If you want to install into / then use these # LCLDIR = / # LCLSBINDIR = $(LCLDIR)/usr/sbin # LCLMANDIR = $(LCLDIR)/usr/man # LCLDOCDIR = $(LCLDIR)/usr/doc # LCLCFGDIR = $(LCLDIR)/etc # LCLLOGDIR = $(LCLDIR)/var/log # PRGDOCDIR = $(LCLDOCDIR)/$(PROGID) # PRGCFGDIR = $(LCLDIR)/etc/$(PROGID) # PRGLOGDIR = $(LCLLOGDIR)/$(PROGID) # And if you want to install to somewhere completely different then set these # entries up as you see fit # LCLDIR = # LCLSBINDIR = # LCLMANDIR = # LCLDOCDIR = # LCLCFGDIR = # LCLLOGDIR = # PRGDOCDIR = # PRGCFGDIR = # PRGLOGDIR = # Does your 'install' program support the '-d' option to create directories? # If so then use it, otherwise use 'shintall' which is in the sources. Don't # worry about adding it to your PATH. INSTALL = install # INSTALL = shinstall # Where is GNU make? MAKE = make # MAKE = gmake # Which shell on your system understands functions? Korn shell is a good choice # simply because it's so standard. SCRIPTSHELLCMD = /usr/bin/ksh # Where are MSBL jobs spooled? PRGSPLDIR = $(HOME)/dev/bud/spool # There is nothing to configure below this line. PRE_MKREL_CMPTS = bin MKREL_MAKE_ABLES = tl ffd bud POST_MKREL_CMPTS = html default: compile FORCE: