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

#

DESTDIR =
INCLUDES = -I../include

CONFDIR = /usr/new
XLIB = ../Xlib/libX.a
CFLAGS = -O $(INCLUDES)
PROG = xshell

OBJS = xshell.o xutils.o

all: $(PROG)

install: all
	install -c $(PROG) $(DESTDIR)$(CONFDIR)
	chmod 755 $(DESTDIR)$(CONFDIR)/$(PROG)

clean: 
	rm -f $(OBJS) $(PROG) *~ \#*

igrind:
	igrind $(PROG).c

$(PROG): $(OBJS) ../Xlib/Xlib.h
	$(CC) $(CFLAGS) -o $(PROG) $(OBJS) $(XLIB)

xshell.o:	scallopshell.h	

unix.superglobalmegacorp.com

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