|
|
1.1 root 1: #
2: # Copyright 1985, Massachusetts Institute of Technology
3: #
4: # Makefile for Vs100 X library.
5: #
6:
7:
8: INCLUDES= -I../include
9: CFLAGS= -O ${INCLUDES}
10:
11: OBJS= bitpix.o copy.o cursor.o dl.o draw.o fill.o font.o maps.o \
12: move.o packet.o put.o report.o text.o tile.o util.o vsalloc.o
13:
14: all: libvs100.a
15:
16: site:
17: rm -f dl.o font.o
18:
19: # as this library is private to X, we should do nothing on install.
20:
21: install: all
22:
23: lint:
24: lint -Cvs100 *.c
25:
26: libvs100.a: $(OBJS)
27: ar r libvs100.a $(OBJS)
28: @ranlib libvs100.a
29:
30: clean:
31: rm -f ERRS *.o libvs100.a *~
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.