Annotation of coherent/b/lib/libm/Makefile, revision 1.1

1.1     ! root        1: # /usr/src/libm/Makefile 2/4/93
        !             2: # For the moment, this just makes the main directory.
        !             3: # It should have separate targets for different machines and representations,
        !             4: # notably i8087.
        !             5: DESTDIR=/bin386/lib/
        !             6: OBJ=\
        !             7:        acos.o\
        !             8:        asin.o\
        !             9:        atan.o\
        !            10:        atan2.o\
        !            11:        cabs.o\
        !            12:        ceil.o\
        !            13:        cos.o\
        !            14:        cosh.o\
        !            15:        exp.o\
        !            16:        fabs.o\
        !            17:        floor.o\
        !            18:        fmod.o\
        !            19:        hypot.o\
        !            20:        j0.o\
        !            21:        j1.o\
        !            22:        jn.o\
        !            23:        log.o\
        !            24:        log10.o\
        !            25:        pol.o\
        !            26:        pow.o\
        !            27:        sin.o\
        !            28:        sinh.o\
        !            29:        sqrt.o\
        !            30:        tan.o\
        !            31:        tanh.o\
        !            32:        two.o
        !            33: 
        !            34: # Primary target.
        !            35: libm.a:        $(OBJ)
        !            36:        $(AR) rckus $(DESTDIR)$@ $?
        !            37: 
        !            38: # Secondary targets.
        !            39: acos.o:                acos.c
        !            40: asin.o:                asin.c
        !            41: atan.o:                atan.c
        !            42: atan2.o:       atan2.c
        !            43: cabs.o:                cabs.c
        !            44: ceil.o:                ceil.c
        !            45: cos.o:         cos.c
        !            46: cosh.o:                cosh.c
        !            47: exp.o:         exp.c
        !            48: fabs.o:                fabs.c
        !            49: floor.o:       floor.c
        !            50: fmod.o:                fmod.c
        !            51: hypot.o:       hypot.c
        !            52: j0.o:          j0.c
        !            53: j1.o:          j1.c
        !            54: jn.o:          jn.c
        !            55: log.o:         log.c
        !            56: log10.o:       log10.c
        !            57: pol.o:         pol.c
        !            58: pow.o:         pow.c
        !            59: sin.o:         sin.c
        !            60: sinh.o:                sinh.c
        !            61: sqrt.o:                sqrt.c
        !            62: tan.o:         tan.c
        !            63: tanh.o:                tanh.c
        !            64: two.o:         two.c
        !            65: 
        !            66: clean:
        !            67:        rm $(OBJ)
        !            68: 
        !            69: # end of /usr/src/libm/Makefile

unix.superglobalmegacorp.com

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