File:  [CSRG BSD Unix] / 43BSD / contrib / X / libvs100 / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

#
# Copyright 1985, Massachusetts Institute of Technology
#
# Makefile for Vs100 X library.
#


INCLUDES= -I../include
CFLAGS= -O ${INCLUDES}

OBJS= bitpix.o copy.o cursor.o dl.o draw.o fill.o font.o maps.o \
	   move.o packet.o put.o report.o text.o tile.o util.o vsalloc.o

all: libvs100.a

site:
	rm -f dl.o font.o

# as this library is private to X, we should do nothing on install.

install: all

lint:
	lint -Cvs100 *.c

libvs100.a: $(OBJS)
	ar r libvs100.a $(OBJS)
	@ranlib libvs100.a

clean:
	rm -f ERRS *.o libvs100.a *~

unix.superglobalmegacorp.com

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