Annotation of 43BSDReno/usr.bin/tn3270/distribution/arpa/makefile, revision 1.1

1.1     ! root        1: #
        !             2: # Copyright (c) 1988 Regents of the University of California.
        !             3: # All rights reserved.
        !             4: #
        !             5: # Redistribution and use in source and binary forms are permitted
        !             6: # provided that the above copyright notice and this paragraph are
        !             7: # duplicated in all such forms and that any documentation,
        !             8: # advertising materials, and other materials related to such
        !             9: # distribution and use acknowledge that the software was developed
        !            10: # by the University of California, Berkeley.  The name of the
        !            11: # University may not be used to endorse or promote products derived
        !            12: # from this software without specific prior written permission.
        !            13: # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
        !            14: # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
        !            15: # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
        !            16: #
        !            17: #      @(#)makefile    4.1 (Berkeley) 12/4/88
        !            18: #
        !            19: # msdos versus unix defines
        !            20: O      = .o
        !            21: #PC_O  = .obj
        !            22: 
        !            23: X      =
        !            24: #PC_X  = .exe
        !            25: 
        !            26: L      =
        !            27: #PC_L  = -link
        !            28: 
        !            29: CC     = cc
        !            30: #PC_CC = cl
        !            31: 
        !            32: MV     = mv
        !            33: #PC_MV = rename
        !            34: 
        !            35: RM     = rm -f
        !            36: #PC_RM= erase
        !            37: 
        !            38: LINT_ARGS =
        !            39: #PC_LINT_ARGS = -DLINT_ARGS
        !            40: 
        !            41: DEBUG_FLAGS = -g
        !            42: #PC_DEBUG_FLAGS = -Zi -Od
        !            43: 
        !            44: AR     = ar
        !            45: AR1    = cr
        !            46: AR2    =
        !            47: AR3    =
        !            48: #PC_AR = lib
        !            49: #PC_AR1        =
        !            50: #PC_AR2        = +
        !            51: #PC_AR3        = ";"
        !            52: 
        !            53: RANLIB = ranlib
        !            54: #PC_RANLIB = echo "Done with "
        !            55: 
        !            56: PRINT = lpr -p
        !            57: 
        !            58: ALLC =
        !            59: ALLH = telnet.h
        !            60: 
        !            61: ALLPRINT = ${ALLH} ${ALLC}
        !            62: 
        !            63: ALLSOURCE = ${ALLPRINT} makefile makefile.mak
        !            64: 
        !            65: clean:
        !            66: 
        !            67: sccsclean:
        !            68:        -sccs clean
        !            69:        -sccs get makefile
        !            70: 
        !            71: action:
        !            72:        ${ACTION}
        !            73: 
        !            74: print:
        !            75:        ${PRINT} ${ALLPRINT}
        !            76: 
        !            77: 
        !            78: sourcelist:    ${ALLSOURCE}
        !            79:        @for i in ${ALLSOURCE}; \
        !            80:                do (echo ${DIRPATH}$$i); done
        !            81: 
        !            82: .DEFAULT:
        !            83:        sccs get $<

unix.superglobalmegacorp.com

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