Removed definition "LIB= rpc". We want libc.a to contain librpc.a, not
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / contrib / isode / config / sunlink7.make
CommitLineData
48435ab0
WJ
1###############################################################################
2# Instructions to Make, for compilation of ISODE processes for
3# SunLink OSI and X.25 7.0 on SunOS 4
4###############################################################################
5
6###############################################################################
7#
8# $Header: /f/osi/config/RCS/sunlink7.make,v 7.4 91/02/22 09:16:58 mrose Interim $
9#
10#
11# $Log: sunlink7.make,v $
12# Revision 7.4 91/02/22 09:16:58 mrose
13# Interim 6.8
14#
15# Revision 7.3 91/01/14 13:36:39 mrose
16# again
17#
18# Revision 7.2 91/01/14 13:31:32 mrose
19# kerberos
20#
21# Revision 7.1 90/12/11 10:32:58 mrose
22# sync
23#
24# Revision 7.0 90/11/20 15:39:49 mrose
25# *** empty log message ***
26#
27##############################################################################
28
29##############################################################################
30#
31# NOTICE
32#
33# Acquisition, use, and distribution of this module and related
34# materials are subject to the restrictions of a license agreement.
35# Consult the Preface in the User's Manual for the full terms of
36# this agreement.
37#
38###############################################################################
39
40
41###############################################################################
42# Options
43###############################################################################
44
45OPTIONS = -I. -I$(TOPDIR)h -I/usr/sunlink/osi/include $(PEPYPATH) $(KRBOPT)
46
47HDIR = $(TOPDIR)h/
48UTILDIR = $(TOPDIR)util/
49BINDIR = /usr/isode/local/bin/
50SBINDIR = /usr/isode/etc/
51ETCDIR = /usr/isode/etc/
52LOGDIR = /usr/isode/tmp/
53INCDIRM = /usr/isode/include/isode
54INCDIR = $(INCDIRM)/
55PEPYDIRM= $(INCDIR)pepy
56PEPYDIR = $(PEPYDIRM)/
57PEPSYDIRM= $(INCDIR)pepsy
58PEPSYDIR= $(PEPSYDIRM)/
59LIBDIR = /usr/isode/lib/
60LINTDIR = /usr/isode/lib/lint/
61
62LIBISODE= $(TOPDIR)libisode.a
63
64SYSTEM = -bsd42
65MANDIR = /usr/isode/man/
66MANOPTS = -bsd42
67
68
69###############################################################################
70# Programs and Libraries
71###############################################################################
72
73MAKE = ./make DESTDIR=$(DESTDIR) $(MFLAGS) -k
74SHELL = /bin/sh
75
76CC = cc
77# -O loses...
78CFLAGS = $(OPTIONS)
79LIBCFLAGS= $(CFLAGS)
80LINT = lint
81LFLAGS = -bhuz $(OPTIONS)
82LD = ld
83LDCC = $(CC)
84LDFLAGS = -s -L/usr/sunlink/osi/lib
85ARFLAGS =
86
87LN = ln
88
89LSOCKET = -losi $(KRBLIB)
90
91
92###############################################################################
93# Generation Rules for library modules
94###############################################################################
95
96# -x may be harmful on earlier releases of SunOS, your mileage may vary...
97
98.c.o:; $(CC) $(LIBCFLAGS) -c $*.c
99 -ld -x -r $@
100 mv a.out $@