|
|
1.1 ! root 1: ############################################################################### ! 2: # Instructions to Make, for compilation of ISODE processes for generic SVR3 ! 3: ############################################################################### ! 4: ! 5: ############################################################################### ! 6: # ! 7: # $Header: /f/osi/config/RCS/sys53.make,v 7.4 90/07/27 08:41:59 mrose Exp $ ! 8: # ! 9: # ! 10: # $Log: sys53.make,v $ ! 11: # Revision 7.4 90/07/27 08:41:59 mrose ! 12: # update ! 13: # ! 14: # Revision 7.3 90/07/01 21:02:54 mrose ! 15: # pepsy ! 16: # ! 17: # Revision 7.2 90/04/18 08:45:38 mrose ! 18: # MANDIR ! 19: # ! 20: # Revision 7.1 90/03/06 13:56:24 mrose ! 21: # touch-up ! 22: # ! 23: # Revision 7.0 89/11/23 21:28:03 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: # add -Iwhatever to get include files for socket calls ! 45: OPTIONS = -I. -I$(TOPDIR)h $(PEPYPATH) ! 46: ! 47: HDIR = $(TOPDIR)h/ ! 48: UTILDIR = $(TOPDIR)util/ ! 49: BINDIR = /usr/local/bin/ ! 50: SBINDIR = /usr/etc/ ! 51: ETCDIR = /usr/etc/ ! 52: LOGDIR = /usr/tmp/ ! 53: INCDIRM = /usr/include/isode ! 54: INCDIR = $(INCDIRM)/ ! 55: PEPYDIRM= $(INCDIR)pepy ! 56: PEPYDIR = $(PEPYDIRM)/ ! 57: PEPSYDIRM= $(INCDIR)pepsy ! 58: PEPSYDIR= $(PEPSYDIRM)/ ! 59: LIBDIR = /usr/lib/ ! 60: LINTDIR = /usr/lib/ ! 61: ! 62: LIBISODE= $(TOPDIR)libisode.a ! 63: ! 64: SYSTEM = -sys5 ! 65: MANDIR = /usr/man/ ! 66: MANOPTS = -sys5 ! 67: ! 68: ! 69: ############################################################################### ! 70: # Programs and Libraries ! 71: ############################################################################### ! 72: ! 73: MAKE = ./make DESTDIR=$(DESTDIR) $(MFLAGS) -k ! 74: SHELL = /bin/sh ! 75: ! 76: CC = cc ! 77: CFLAGS = $(OPTIONS) ! 78: LIBCFLAGS= $(CFLAGS) ! 79: LINT = lint ! 80: LFLAGS = -bhuz $(OPTIONS) ! 81: LD = ld ! 82: LDCC = $(CC) ! 83: LDFLAGS = ! 84: ARFLAGS = ! 85: ! 86: LN = ln ! 87: ! 88: # library to get socket calls ! 89: LSOCKET = ! 90: ! 91: ! 92: ############################################################################### ! 93: # Generation Rules for library modules ! 94: ############################################################################### ! 95: ! 96: .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.