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