Annotation of cci/usr/src/usr.lib/libg/Makefile, revision 1.1.1.1

1.1       root        1: #      @(#)libg.mk     1.1
                      2: DESTDIR=
                      3: AS=/bin/as
                      4: CC=/bin/cc
                      5: LD=/bin/ld
                      6: INCLDIR=${DESTDIR}/usr/include
                      7: LIBDIR=${DESTDIR}/lib
                      8: ULIBDIR=${DESTDIR}/usr/lib
                      9: 
                     10: all:   libg.a
                     11: 
                     12: libg.a: dbxxx.s
                     13:        ${AS} -o libg.a dbxxx.s
                     14: 
                     15: install: all
                     16:        install libg.a ${ULIBDIR}
                     17: 
                     18: clean:
                     19:        rm -f *.o
                     20: clobber: clean
                     21:        rm -f libg.a
                     22:  

unix.superglobalmegacorp.com

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