| Revision: | 1.2 |
| Committed: | Fri Nov 5 17:51:17 2004 UTC (21 years ago) by greg |
| Branch: | MAIN |
| CVS Tags: | HEAD |
| Changes since 1.1: | +0 -0 lines |
| State: | FILE REMOVED |
| Log Message: | Removed plotout and lib4014 it depends on |
| # | Content |
|---|---|
| 1 | # |
| 2 | CFLAGS= -O |
| 3 | INSTDIR=/usr/local/lib |
| 4 | |
| 5 | OBJS= arc.o box.o circle.o close.o dot.o erase.o label.o \ |
| 6 | line.o linemod.o move.o open.o point.o space.o subr.o |
| 7 | |
| 8 | lib4014.a: ${OBJS} |
| 9 | ar rc lib4014.a ${OBJS} |
| 10 | -ranlib lib4014.a |
| 11 | |
| 12 | install: lib4014.a |
| 13 | cp lib4014.a $(INSTDIR) |
| 14 | |
| 15 | clean: |
| 16 | rm -f $(OBJS) lib4014.a |