|
|
1.1 root 1: ###############################################################################
2: # Instructions to Make, for compilation of ISODE processes for RT PC
3: # running AIX
4: ###############################################################################
5:
6: ###############################################################################
7: #
8: # $Header: /f/osi/config/RCS/sys52-rt.make,v 7.4 90/07/27 08:42:05 mrose Exp $
9: #
10: # Contributed by by Jacob Rekhter, T.J. Watson Research Center, IBM Corp.
11: #
12: #
13: # $Log: sys52-rt.make,v $
14: # Revision 7.4 90/07/27 08:42:05 mrose
15: # update
16: #
17: # Revision 7.3 90/07/01 21:02:46 mrose
18: # pepsy
19: #
20: # Revision 7.2 90/04/18 08:45:34 mrose
21: # MANDIR
22: #
23: # Revision 7.1 90/03/06 13:56:20 mrose
24: # touch-up
25: #
26: # Revision 7.0 89/11/23 21:26:28 mrose
27: # Release 6.0
28: #
29: ###############################################################################
30:
31: ###############################################################################
32: #
33: # NOTICE
34: #
35: # Acquisition, use, and distribution of this module and related
36: # materials are subject to the restrictions of a license agreement.
37: # Consult the Preface in the User's Manual for the full terms of
38: # this agreement.
39: #
40: ###############################################################################
41:
42:
43: ###############################################################################
44: # Options
45: ###############################################################################
46:
47: OPTIONS = -I. -I$(TOPDIR)h -I/usr/include/bsd -DDEBUG -Nn2000 $(PEPYPATH)
48:
49: HDIR = $(TOPDIR)h/
50: UTILDIR = $(TOPDIR)util/
51: BINDIR = /usr/local/bin/
52: SBINDIR = /usr/etc/
53: ETCDIR = /usr/etc/
54: LOGDIR = /usr/tmp/
55: INCDIRM = /usr/include/isode
56: INCDIR = $(INCDIRM)/
57: PEPYDIRM= $(INCDIR)pepy
58: PEPYDIR = $(PEPYDIRM)/
59: PEPSYDIRM= $(INCDIR)pepsy
60: PEPSYDIR= $(PEPSYDIRM)/
61: LIBDIR = /usr/lib/
62: LINTDIR = /usr/lib/
63:
64: LIBISODE= $(TOPDIR)libisode.a
65:
66: SYSTEM = -aix
67: MANDIR = /usr/man/
68: MANOPTS = -aix
69:
70:
71: ###############################################################################
72: # Programs and Libraries
73: ###############################################################################
74:
75: MAKE = ./make DESTDIR=$(DESTDIR) $(MFLAGS) -k
76: SHELL = /bin/sh
77:
78: CC = cc
79: CFLAGS = $(OPTIONS)
80: LIBCFLAGS= $(CFLAGS)
81: LINT = lint
82: LFLAGS = -bhuz $(OPTIONS)
83: LD = ld
84: LDCC = $(CC)
85: LDFLAGS = -ns
86: ARFLAGS =
87:
88: LN = ln
89:
90: # AIX TCP/IP software
91: LSOCKET = -lsock -lbsd
92:
93:
94: ###############################################################################
95: # Generation Rules for library modules
96: ###############################################################################
97:
98: .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.