File:  [CSRG BSD Unix] / 43BSDReno / contrib / isode-beta / config / bsd44.make
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:56 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43reno
BSD 4.3reno

###############################################################################
#   Instructions to Make, for compilation of ISODE processes for 4.4BSD UNIX
###############################################################################

###############################################################################
#
# $Header: /var/lib/cvsd/repos/CSRG/43BSDReno/contrib/isode-beta/config/bsd44.make,v 1.1.1.1 2018/04/24 16:12:56 root Exp $
#
#
# $Log: bsd44.make,v $
# Revision 1.1.1.1  2018/04/24 16:12:56  root
# BSD 4.3reno
#
# Revision 7.6  90/07/27  08:42:26  mrose
# update
# 
# Revision 7.5  90/07/09  14:32:44  mrose
# sync
# 
# Revision 7.4  90/07/01  21:02:30  mrose
# pepsy
# 
# Revision 7.3  90/04/18  08:45:07  mrose
# MANDIR
# 
# Revision 7.2  90/03/06  13:55:54  mrose
# touch-up
# 
# Revision 7.1  90/01/11  18:35:20  mrose
# real-sync
# 
# Revision 7.0  89/11/23  21:26:01  mrose
# Release 6.0
# 
###############################################################################

###############################################################################
#
#				 NOTICE
#
#    Acquisition, use, and distribution of this module and related
#    materials are subject to the restrictions of a license agreement.
#    Consult the Preface in the User's Manual for the full terms of
#    this agreement.
#
###############################################################################


###############################################################################
# Options
###############################################################################

OPTIONS	=	-I. -I$(TOPDIR)h $(PEPYPATH)

HDIR	=	$(TOPDIR)h/
UTILDIR	=	$(TOPDIR)util/
BINDIR	=	/usr/local/isode/
SBINDIR	=	/usr/sbin/
ETCDIR	=	/etc/
LOGDIR	=	/var/log/
INCDIRM	=	/usr/include/isode
INCDIR	=	$(INCDIRM)/
PEPYDIRM=	$(INCDIR)pepy
PEPYDIR	=	$(PEPYDIRM)/
PEPSYDIRM=	$(INCDIR)pepsy
PEPSYDIR=	$(PEPSYDIRM)/
LIBDIR	=	/usr/lib/
LINTDIR	=	/usr/libdata/lint/

LIBISODE=	$(TOPDIR)libisode.a

SYSTEM	=	-bsd42
MANDIR	=	/usr/share/man/
MANOPTS	=	-bsd44


###############################################################################
# Programs and Libraries
###############################################################################

MAKE	=	./make DESTDIR=$(DESTDIR) $(MFLAGS) -k
SHELL	=	/bin/sh

CC      =	cc
CFLAGS  =	-O    $(OPTIONS)
LIBCFLAGS=	      $(CFLAGS)
LINT    =	lint
LFLAGS  =	-bhuz $(OPTIONS)
LD	=	ld
LDCC	=	$(CC)
LDFLAGS =	-s
ARFLAGS	=

# since flex is now standard (ugh!)
LEX	=	/usr/old/lex

LN	=	ln

# for vt (of all things)
LSOCKET	=	-lutil


###############################################################################
# Generation Rules for library modules
###############################################################################

.c.o:;		$(CC) $(LIBCFLAGS) -c $*.c
		-ld -x -r $@
		mv a.out $@

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.