Annotation of 43BSD/contrib/X/xsetroot/Makefile, revision 1.1

1.1     ! root        1: # Copyright 1985, Massachusetts Institute of Technology
        !             2: #
        !             3: #      xsetroot - makefile for the Athena X window system window 
        !             4: #                 root window parameter setting utility
        !             5: #
        !             6: #              Written by:     Tony Della Fera, DEC
        !             7: #                              4-Oct-85
        !             8: #
        !             9: 
        !            10: DESTDIR =
        !            11: INCLUDES = -I../include
        !            12: 
        !            13: CONFDIR = /usr/new
        !            14: XLIB = ../Xlib/libX.a
        !            15: CFLAGS = -O $(INCLUDES)
        !            16: CLIBS =
        !            17: 
        !            18: .SUFFIXES: .o .h .c .a
        !            19: 
        !            20: OBJS = xsetroot.o
        !            21: 
        !            22: all: xsetroot
        !            23: 
        !            24: xsetroot: $(OBJS) ../Xlib/Xlib.h
        !            25:        $(CC) $(CFLAGS) -o xsetroot $(OBJS) $(XLIB) $(CLIBS)
        !            26: 
        !            27: link:
        !            28:        $(CC) $(CFLAGS) -g -o xsetroot $(OBJS) $(XLIB) $(CLIBS)
        !            29: 
        !            30: 
        !            31: install: all
        !            32:        install -s xsetroot ${DESTDIR}${CONFDIR}
        !            33: 
        !            34: clean:
        !            35:        rm -f *~* *.bak core \#* xsetroot.o xsetroot
        !            36:        rm -f xsetroot.c.[0-9]* Makefile.[0-9]* xsetroot.1.[0-9]*
        !            37: 
        !            38: igrind:
        !            39:        igrind xsetroot.c
        !            40: 
        !            41: consistent:
        !            42:        ci -l -m"Consistency check in." *.[ch] Makefile

unix.superglobalmegacorp.com

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