|
|
1.1 ! root 1: # Copyright (c) 1980 Regents of the University of California. ! 2: # All rights reserved. The Berkeley software License Agreement ! 3: # specifies the terms and conditions for redistribution. ! 4: # ! 5: # @(#)Makefile 5.1 (Berkeley) 4/30/85 ! 6: # ! 7: # ! 8: CFLAGS= -O ! 9: OBJS= box.o circle.o arc.o cont.o dot.o erase.o line.o linemod.o point.o \ ! 10: label.o move.o open.o close.o space.o ! 11: ! 12: ../libplotbg: ${OBJS} ! 13: ar cu ../libplotbg ${OBJS} ! 14: ! 15: ${OBJS}: bg.h ! 16: ! 17: clean: ! 18: rm -f ${OBJS} errs a.out core
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.