Annotation of 43BSDReno/pgrm/f77/f77.vax/pathnames.h, revision 1.1

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.4  85/02/12  19:25:05  donn
        !            11:  * Added 'CATNAME' to define the name of the concatenation command.
        !            12:  * 
        !            13:  * Revision 1.3  85/01/14  06:42:01  donn
        !            14:  * Changed to use c2 as the peephole optimizer.
        !            15:  * 
        !            16:  * Revision 1.2  84/04/11  19:02:16  donn
        !            17:  * Added Dave Wasley's fix to load the Unix library (libU77.a) first.
        !            18:  * 
        !            19:  */
        !            20: 
        !            21: #if HERE!=VAX || TARGET!=VAX || FAMILY!=PCC
        !            22:        Wrong Definitions File!
        !            23: #endif
        !            24: 
        !            25: #define PASS1NAME      "/usr/libexec/f77pass1"
        !            26: #define PASS2NAME      "/usr/libexec/f1"
        !            27: #define PASS2OPT       "/usr/libexec/c2"
        !            28: #define ASMNAME                "/usr/bin/as"
        !            29: #define LDNAME         "/usr/bin/ld"
        !            30: #define        CATNAME         "/bin/cat"
        !            31: #define FOOTNAME       "/usr/lib/crt0.o"
        !            32: #define PROFFOOT       "/usr/lib/mcrt0.o"
        !            33: #define        GPRFFOOT        "/usr/lib/gcrt0.o"
        !            34: #define TEMPPREF       "fort"
        !            35: 
        !            36: static char *liblist [ ] =
        !            37:                { "-lU77", "-lF77", "-lI77", "-lm", "-lc", NULL };
        !            38: static char *p_liblist [ ] =
        !            39:                { "-lU77_p", "-lF77_p", "-lI77_p", "-lm_p", "-lc_p", NULL };
        !            40: 
        !            41: #include <paths.h>
        !            42: 
        !            43: #define        _PATH_BSHELL    "/bin/sh"
        !            44: #define        _PATH_CPP       "/usr/bin/cpp"
        !            45: #define        _PATH_UBIN      "/usr/bin"

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.