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

1.1       root        1: #      Makefile        4.2     83/08/20
                      2: #
                      3: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
                      4: 
                      5: CFLAGS=-O -c
                      6: libdbm.a: dbm.c
                      7: libdbm.a: dbm.h
                      8:        ${CC}  ${CFLAGS} dbm.c
                      9:        mv dbm.o libdbm.a
                     10: 
                     11: install: libdbm.a
                     12:        install  libdbm.a $(DESTDIR)/usr/lib
                     13:        install -c dbm.h $(DESTDIR)/usr/include
                     14: 
                     15: clean:
                     16:        rm -f libdbm.a errs a.out core

unix.superglobalmegacorp.com

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