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

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

unix.superglobalmegacorp.com

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