Annotation of 43BSD/contrib/X/xhost/Makefile, revision 1.1.1.1

1.1       root        1: # Copyright 1985, Massachusetts Institute of Technology.
                      2: DESTDIR =
                      3: CONFDIR = /usr/new
                      4: INCLUDES = -I../include
                      5: 
                      6: CFLAGS = -O $(INCLUDES)
                      7: XLIB = ../Xlib/libX.a
                      8: SRCS = xhost.c
                      9: OBJS = xhost.o
                     10: PROGRAM = xhost
                     11: 
                     12: .SUFFIXES: .o .h .c .a
                     13: 
                     14: ####   Maintainance keys    #####
                     15: 
                     16: all: $(PROGRAM)
                     17: 
                     18: install:
                     19:        install xhost ${DESTDIR}${CONFDIR}
                     20: 
                     21: clean: 
                     22:        rm -f xhost.o xhost
                     23:        rm -f *.[0-9]* *~* *.bak core \#*
                     24: 
                     25: #####     xhost     #####
                     26: $(OBJS): $(SRCS)
                     27: 
                     28: xhost: xhost.o ../Xlib/Xlib.h
                     29:        cc $(CFLAGS) $(OBJS) -o $(PROGRAM) $(XLIB)

unix.superglobalmegacorp.com

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