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

# Copyright 1985, Massachusetts Institute of Technology

INCLUDES= -I../include
DESTDIR =
CONFDIR = /usr/new
CFLAGS = -O $(INCLUDES)

.SUFFIXES: .o .h .c .a

####	Maintainance keys    #####

all: xnwm

install:
	install -s xnwm ${DESTDIR}${CONFDIR}

clean: 
	rm -f  *.CKP *.BAK core *~ *.o xnwm \#*

#####     xnwm     #####

xnwm.o: wm.h extern.h
wmsubs.o: wm.h extern.h
globals.o: wm.h extern.h

xnwm: xnwm.o wmsubs.o globals.o ../Xlib/Xlib.h
	cc ${CFLAGS} -o xnwm xnwm.o wmsubs.o globals.o ../Xlib/libX.a

profiled:
	cc -p ${CFLAGS} -o profiled xnwm.c wmsubs.c globals.c ../Xlib/libX.a

xnwmlint:
	lint -h -b -x xnwm.c wmsubs.c globals.c ../Xlib/llib-lX.ln

unix.superglobalmegacorp.com

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