File:  [CSRG BSD Unix] / 43BSDTahoe / new / X / keycomp / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe

# Copyright 1985, Massachusetts Institute of Technology
#
#	 - makefile for keycomp
#

DESTDIR =
CONFDIR = /usr/new
INCDIR = -I../include

CFLAGS = -O ${INCDIR}
XLIB = ../Xlib/libX.a
SRCS = keycomp.c
OBJS = keycomp.o
PROGRAM = keycomp

all: keycomp Xkeymap

clean: 
	rm -f *.bak *.o *~ $(PROGRAM) Xkeymap \#*

Xkeymap: Xkeymap.default keycomp
	keycomp <Xkeymap.default >Xkeymap

install: all
	install keycomp ${DESTDIR}${CONFDIR}
	cp Xkeymap.default ${DESTDIR}/usr/lib/Xkeymap.txt
	chmod 0644 ${DESTDIR}/usr/lib/Xkeymap.txt

keycomp: keycomp.o ../Xlib/libX.a
	cc $(CFLAGS) $(OBJS) -o $(PROGRAM) $(XLIB)

$(OBJS): $(SRCS)


unix.superglobalmegacorp.com

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