Annotation of 43BSDTahoe/new/X/xset/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 = xset.c
                      9: OBJS = xset.o
                     10: PROGRAM = xset
                     11: 
                     12: .SUFFIXES: .o .h .c .a
                     13: 
                     14: ####   Maintainance keys    #####
                     15: 
                     16: all: $(PROGRAM)
                     17: 
                     18: install:
                     19:        install xset ${DESTDIR}${CONFDIR}
                     20: 
                     21: clean: 
                     22:        rm -f xset.o xset
                     23:        rm -f *.[0-9]* *~* *.bak core \#*
                     24: 
                     25: #####     xset     #####
                     26: $(OBJS): $(SRCS)
                     27: 
                     28: xset: xset.o ../Xlib/Xlib.h
                     29:        cc $(CFLAGS) $(OBJS) -o $(PROGRAM) $(XLIB)
                     30: 

unix.superglobalmegacorp.com

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