DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T v

⟦8b4d9c22f⟧ TextFile

    Length: 3795 (0xed3)
    Types: TextFile
    Names: »vax.make«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/config/vax.make« 

TextFile

# Default Configuration values for other Makefiles
#
# You should look through all of them, but in particular lines the first
# too sections.
#	Tailor this		May need to be tailored to your system
#	Check this		Ensure that this is OK
#
# NOTE: SUN MAKE AND SOME NEWER MAKES TOO TAKE OF TRAILING SPACES IN A
#  MACRO DEFINITION. HENCE YOU SHOULD EITHER REMOVE THE TRAILING COMMENTS
#  OR MAKE SURE THE COMMENT STARTS DIRECTLY AFTER THE DEFINITION FOR THOSE
#  MACROS WHERE THIS IS IMPORTANT (e.g pathnames).
#
#
############################################################
#
# @(#) $Header$
#
# $Log$
#
############################################################
#

############################################################
#
# Things you really should tailor
#
############################################################

# List of channels that you may require. Choose from those in the
# Chans/ directory. Each should be a directory name within Chans.
OPTIONALCHANS	= shell list 822-local smtp uucp x40084


# This is the external libraries required by all programs. 
# Should include isode at the least. dbm maybe also.
LIBSYS          = -lisode -ldbm


# Compilation things.
# C compiler, cc or gcc.
CC              = cc # gcc
CCOPTIONS       = -O # -g
LIBCCOPTIONS	= $(CCOPTIONS)
LDOPTIONS       = -s # -g


############################################################
#
# These things may need changing
#
############################################################

# The PP base directory from private binaries et al.
PPDIR		= /usr/lib/pp


# A private directory for host specific files - set to PPDIR if you
# are not sharing things.
PRIDIR		= $(PPDIR)


# The spool directory for mail.
SPLDIR		= /usr/spool/pp


# The base directory for Manual pages /usr/man or /usr/local/man or similar
MANDIR          = /usr/man
# options for installing manual pages...
# includes -bsd42 -bsd44 -ros -sys5 -aix -local -l -hpux
# see script man/inst-man.sh for more details
MANOPTS		= -bsd42

# The public access binary directory.
USRBINDIR	= /usr/local/bin


# The username to install PP binaries under
PPUSER		= pp


# Do we have X11; level blank otherwise.
X11		= true
#The X libraries. May need -lXext for X11R4
LIBX		= -lXaw -lXmu -lXext -lXt -lX11


# SMTP DNS support - either empty or the resolver library
LIBRESOLV	=


# These commands have a habit of moving around
CHOWN		= chown
CHMOD		= chmod



# If grey book is defined - these need to be correct - otherwise ignore
# Niftp src directory - niftp should be built beforehand.
NIFTPSRC	= /usr/src/local/niftp
# The niftp interface in use.
NIFTPINTERFACE	= unknown

############################################################
#
# These things are probably OK as they are...
#
############################################################

MAKE		= ./make
SHELL		= /bin/sh

TXTDIR		= $(PPDIR)
PRIDIR		= $(PPDIR)
#
#  These are all sub dirs
TAILOR		= $(PRIDIR)/tailor
BINDIR          = $(PPDIR)/bin
CMDDIR          = $(PPDIR)/cmds
TBLDIR          = $(TXTDIR)/tables
LOGDIR          = $(SPLDIR)/logs
QUEDIR		= $(SPLDIR)/queues
CHANDIR         = $(CMDDIR)/chans
FORMDIR         = $(CMDDIR)/format
TOOLDIR		= $(CMDDIR)/tools

# ISODE dependencies
PEPY            = pepy
PYFLAGS         =
ROSY		= rosy
RYFLAGS		=
POSY		= posy
POFLAGS		=

# Other Libraries and programs

# Archive Configuration
AR              = ar
ARFLAGS         =
RANLIB          = ranlib

# Lint Config
LINT            = lint
LINTFLAGS       = -haxbc

# program protections?
PGMPROT         = 755
ROOTUSER	= root

# Other things
BACKUP		= cp
INSTALL		= cp

# Documentation support
LATEX           = latex
TGRIND          = tgrind
GRINDEFS        = grindefs
WEAVE           = weave
DVI2PS          = dvi2ps
DVIIMP          = dviimp
DVISP           = dvisp
DFLAGS          =