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

1.1     ! root        1: # Copyright 1985, Massachusetts Institute of Technology
        !             2: DESTDIR=
        !             3: INCLUDES= -I../include
        !             4: 
        !             5: CFLAGS= -O ${INCLUDES}
        !             6: DBMLIB= -ldbm
        !             7: 
        !             8: OBJS= rgb.o
        !             9: 
        !            10: all: rgb
        !            11: 
        !            12: rgb: rgb.o
        !            13:        ${CC} -o rgb $(OBJS) $(DBMLIB)
        !            14: 
        !            15: install: all
        !            16:        rgb ${DESTDIR}/usr/lib/rgb <rgb.txt
        !            17:        cp rgb.txt ${DESTDIR}/usr/lib
        !            18:        chmod 0644 ${DESTDIR}/usr/lib/rgb.txt
        !            19: 
        !            20: clean:
        !            21:        rm -f *.o rgb a.out errs core gmon.out *~ *.bak *.BAK rgb.pag rgb.dir

unix.superglobalmegacorp.com

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