|
|
1.1 ! root 1: # Makefile 4.6 85/06/25 ! 2: # ! 3: CFLAGS=-O ! 4: TAGSFILE=tags ! 5: ! 6: libdbm.a: dbm.c ! 7: ${CC} -c ${CFLAGS} dbm.c ! 8: mv dbm.o libdbm.a ! 9: ! 10: install: ! 11: install -m 644 libdbm.a $(DESTDIR)/usr/lib/libodbm.a ! 12: ! 13: tags: ! 14: ctags -a -f ${TAGSFILE} `pwd`/dbm.c ! 15: ! 16: clean: ! 17: rm -f libdbm.a errs a.out core
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.