|
|
1.1 ! root 1: /* ! 2: * static char *ID_pathsh = "@(#) paths.h: 1.7 4/24/83"; ! 3: * ! 4: * ! 5: * Pathnames for m32 ! 6: */ ! 7: ! 8: /* ! 9: * Directory containing libraries and executable files ! 10: * (e.g. assembler pass 1) ! 11: */ ! 12: #define LIBDIR "/lib" ! 13: #define LLIBDIR1 "/lib/../usr/lib" ! 14: #define NDELDIRS 2 ! 15: ! 16: /* ! 17: * Directory containing executable ("bin") files ! 18: */ ! 19: #define BINDIR "/bin" ! 20: ! 21: /* ! 22: * Directory containing include ("header") files for building tools ! 23: */ ! 24: #define INCDIR "/tmp" ! 25: ! 26: /* ! 27: * Directory for "temp" files ! 28: */ ! 29: #define TMPDIR "/tmp" ! 30: ! 31: /* ! 32: * Default name of output object file ! 33: */ ! 34: #define A_OUT "a.out" ! 35: ! 36: /* ! 37: * The following pathnames will be used by the "cc" command ! 38: * ! 39: * m32 cross compiler ! 40: */ ! 41: #define CPP "/lib/cpp" ! 42: /* ! 43: * Directory containing include ("header") files for users' use ! 44: */ ! 45: #define INCLDIR "-I/tmp" ! 46: #define COMP "/lib/comp" ! 47: #define C0 "/lib/front" ! 48: #define C1 "/lib/back" ! 49: #define OPTIM "/lib/optim" ! 50: /* ! 51: * m32 cross assembler ! 52: */ ! 53: #define AS "/bin/as" ! 54: #define AS1 "/lib/as1" /* assembler pass 1 */ ! 55: #define AS2 "/lib/as2" /* assembler pass 2 */ ! 56: #define M4 "/usr/bin/m4" /* macro preprocessor */ ! 57: #define CM4DEFS "/lib/cm4defs" /* C interface macros */ ! 58: #define CM4TVDEFS "/lib/cm4tvdefs" /* C macros with 'tv' call */ ! 59: /* ! 60: * m32 link editor ! 61: */ ! 62: #define LD "/bin/ld" ! 63: #define LD2 "/lib/ld2" /* link editor pass 2 */ ! 64: #define CRT0 "/lib/crt0.o" /* C run time startoff */ ! 65: #define MCRT0 "/lib/mcrt0.o" /* Profile run time startoff */ ! 66: #define FCRT0 "/lib/fcrt0.o" /* Float Pt. run time startoff */ ! 67: #define FMCRT0 "/lib/fmcrt0.o" /* Profiled Float Pt. run time startoff */ ! 68: #define TVCRT0 "/lib/tvcrt0.o" /* C run time startoff for tv */ ! 69: ! 70: /* ! 71: * Test versions of comp, optim, as, ld - for developers only ! 72: */ ! 73: #define NCOMP "" ! 74: #define NOPTIM "" ! 75: #define NAS "" ! 76: #define NAS1 "" ! 77: #define NAS2 "" ! 78: #define NLD "" ! 79: #define NLD2 "" ! 80: ! 81: /* ! 82: * Backup versions of comp, optim, as, ld - for developers only ! 83: */ ! 84: #define OCOMP "/lib/comp.back" ! 85: #define OC0 "/lib/front.back" ! 86: #define OC1 "/lib/back.back" ! 87: #define OOPTIM "/lib/optim.back" ! 88: #define OAS "/bin/as.back" ! 89: #define OAS1 "/lib/as1.back" ! 90: #define OAS2 "/lib/as2.back" ! 91: #define OLD "/bin/ld.back" ! 92: #define OLD2 "/bin/ld2.back"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.