|
|
1.1 ! root 1: # ! 2: # $Header: Makefile,v 11.0 87/06/24 11:01:26 toddb Exp $ ! 3: # $Locker: $ ! 4: # ! 5: # Copyright 1985, Massachusetts Institute of Technology. ! 6: # ! 7: # Makefile for xset ! 8: # ! 9: DESTDIR = ! 10: CONFDIR = /usr/new ! 11: INCLUDES = ! 12: DEPEND=../../makedepend/makedepend ! 13: CFLAGS = -O $(INCLUDES) ! 14: SRCS = bm-convert.c ! 15: OBJS = bm-convert.o ! 16: .SUFFIXES: .o .h .c .a ! 17: ! 18: all: bm-convert ! 19: ! 20: install: ! 21: install bm-convert ${DESTDIR}${CONFDIR} ! 22: ! 23: clean: ! 24: rm -f ${OBJS} bm-convert ! 25: rm -f *.[0-9]* *~* *.bak core \#* ! 26: ! 27: bm-convert: ${OBJS} ! 28: cc $(OBJS) -o $@ ! 29: ! 30: lint: ${SRCS} ! 31: lint -I../.. $(SRCS) ! 32: ! 33: depend: ! 34: ${DEPEND} -v -I. $(CFLAGS) -s'# DO NOT DELETE' $(SRCS) ! 35: ! 36: # DO NOT DELETE ! 37: ! 38: xset.o: ../../X11/copyright.h ../../X11/X.h ../../X11/Xlib.h ! 39: # ../../X11/Xlib.h includes: ! 40: # sys/types.h ! 41: # X11/X.h ! 42: xset.o: /usr/include/sys/types.h ../../X11/X.h /usr/include/stdio.h ! 43: xset.o: /usr/include/netdb.h /usr/include/netinet/in.h /usr/include/strings.h ! 44: xset.o: /usr/include/ctype.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.