|
|
1.1 ! root 1: /* ! 2: * drivedefs.h ! 3: * ! 4: * Definitions for Fortran 77 Compiler driver ! 5: * For the VAX, running on the VAX ! 6: * ! 7: * UCSD Chemistry modification history: ! 8: * ! 9: * $Log: drivedefs.h,v $ ! 10: * Revision 1.3 86/02/14 16:32:56 root ! 11: * Change loading order of fortran support libraries. ! 12: * P. Wong. ! 13: * ! 14: * Revision 1.2 86/02/12 15:39:26 rcs ! 15: * 4.3 f77. C. Keating. ! 16: * ! 17: * Revision 1.4 85/02/12 19:25:05 donn ! 18: * Added 'CATNAME' to define the name of the concatenation command. ! 19: * ! 20: * Revision 1.3 85/01/14 06:42:01 donn ! 21: * Changed to use c2 as the peephole optimizer. ! 22: * ! 23: * Revision 1.2 84/04/11 19:02:16 donn ! 24: * Added Dave Wasley's fix to load the Unix library (libU77.a) first. ! 25: * ! 26: */ ! 27: ! 28: #if HERE!=TAHOE || TARGET!=TAHOE|| FAMILY!=PCC ! 29: Wrong Definitions File! ! 30: #endif ! 31: ! 32: #define PASS1NAME "/usr/lib/f77pass1" ! 33: #define PASS2NAME "/lib/f1" ! 34: #ifdef INLINE ! 35: #define PASS2INAME "/usr/lib/if1" ! 36: #endif INLINE ! 37: #define PASS2OPT "/lib/c2" ! 38: #define ASMNAME "/bin/as" ! 39: #define LDNAME "/bin/ld" ! 40: #define CATNAME "/bin/cat" ! 41: #define FOOTNAME "/lib/crt0.o" ! 42: #define PROFFOOT "/lib/mcrt0.o" ! 43: #define GPRFFOOT "/usr/lib/gcrt0.o" ! 44: #define TEMPPREF "fort" ! 45: ! 46: static char *liblist [ ] = ! 47: { "-lU77", "-lF77", "-lI77", "-lm", "-lc", NULL }; ! 48: static char *p_liblist [ ] = ! 49: { "-lU77_p", "-lF77_p", "-lI77_p", "-lm_p", "-lc_p", NULL };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.