|
|
1.1 root 1: ###############################################################################
2: # Instructions to Make, for compilation of ISODE processes for RT PC running
3: # 4.3BSD UNIX
4: ###############################################################################
5:
6: ###############################################################################
7: #
8: # $Header: /f/osi/config/RCS/bsd43-rt.make,v 7.5 90/07/27 08:42:28 mrose Exp $
9: #
10: # Contributed by Jacob Rekhter, T.J. Watson Research Center, IBM Corp.
11: #
12: #
13: # $Log: bsd43-rt.make,v $
14: # Revision 7.5 90/07/27 08:42:28 mrose
15: # update
16: #
17: # Revision 7.4 90/07/01 21:02:27 mrose
18: # pepsy
19: #
20: # Revision 7.3 90/04/18 08:45:03 mrose
21: # MANDIR
22: #
23: # Revision 7.2 90/03/06 13:55:50 mrose
24: # touch-up
25: #
26: # Revision 7.1 90/01/27 10:26:02 mrose
27: # touch-up
28: #
29: # Revision 7.0 89/11/23 21:25:57 mrose
30: # Release 6.0
31: #
32: ##############################################################################
33:
34: ##############################################################################
35: #
36: # NOTICE
37: #
38: # Acquisition, use, and distribution of this module and related
39: # materials are subject to the restrictions of a license agreement.
40: # Consult the Preface in the User's Manual for the full terms of
41: # this agreement.
42: #
43: ###############################################################################
44:
45:
46: ###############################################################################
47: # Options
48: ###############################################################################
49:
50: OPTIONS = -I. -I$(TOPDIR)h $(PEPYPATH)
51:
52: HDIR = $(TOPDIR)h/
53: UTILDIR = $(TOPDIR)util/
54: BINDIR = /usr/local/bin/
55: SBINDIR = /usr/etc/
56: ETCDIR = /usr/etc/
57: LOGDIR = /usr/tmp/
58: INCDIRM = /usr/include/isode
59: INCDIR = $(INCDIRM)/
60: PEPYDIRM= $(INCDIR)pepy
61: PEPYDIR = $(PEPYDIRM)/
62: PEPSYDIRM= $(INCDIR)pepsy
63: PEPSYDIR= $(PEPSYDIRM)/
64: LIBDIR = /usr/lib/
65: LINTDIR = /usr/lib/lint/
66:
67: LIBISODE= $(TOPDIR)libisode.a
68:
69: SYSTEM = -bsd42
70: MANDIR = /usr/man/
71: MANOPTS = -bsd42
72:
73:
74: ###############################################################################
75: # Programs and Libraries
76: ###############################################################################
77:
78: MAKE = ./make DESTDIR=$(DESTDIR) $(MFLAGS) -k
79: SHELL = /bin/sh
80:
81: CC = hc
82: # don't use -O with hc 2.1s on RT/4.3
83: CFLAGS = $(OPTIONS)
84: LIBCFLAGS= $(CFLAGS)
85: LINT = lint
86: LFLAGS = -bhuz $(OPTIONS)
87: LD = ld
88: LDCC = $(CC)
89: LDFLAGS = -s
90: ARFLAGS =
91:
92: LN = ln
93:
94: # native to 4.2BSD UNIX
95: LSOCKET =
96:
97:
98: ###############################################################################
99: # Generation Rules for library modules
100: ###############################################################################
101:
102: .c.o:; $(CC) $(LIBCFLAGS) -c $*.c
103: -ld -x -r $@
104: mv a.out $@
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.