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

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

unix.superglobalmegacorp.com

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