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