|
|
1.1 ! root 1: # ! 2: # Makefile for xfd ! 3: # ! 4: # Copyright (c) 1986 by David C. Martin, UC Berkeley ! 5: # ! 6: ! 7: DESTDIR = ! 8: CONFDIR = /usr/new ! 9: PROGRAM = xfd ! 10: INCLUDES = -I../include ! 11: DEBUG = ! 12: DEFINE = ! 13: CFILES = xfd.c ! 14: HFILES = ! 15: OFILES = xfd.o ! 16: LIBS = ../Xlib/libX.a ! 17: CFLAGS = -O $(INCLUDES) $(DEBUG) $(DEFINE) ! 18: #CFLAGS = -O -m68010 $(INCLUDES) $(DEBUG) $(DEFINE) ! 19: #CC = /usr2/users/dcmartin/bin/cc ! 20: CO = /usr/new/co ! 21: CI = /usr/new/ci ! 22: MKINC = /usr2/users/dcmartin/bin/mkinc ! 23: EX_DEPEND = /usr2/users/dcmartin/usr/src/.ex_depend ! 24: ! 25: all : $(PROGRAM) ! 26: ! 27: install: all ! 28: install xfd ${DESTDIR}${CONFDIR} ! 29: ! 30: $(PROGRAM) : $(OFILES) ! 31: $(CC) $(CFLAGS) $(OFILES) -o $(PROGRAM) $(LIBS) ! 32: ! 33: .c.o : $(HFILES) $(CFILES) ! 34: $(CC) -c $(CFLAGS) $< ! 35: ! 36: tags : $(CFILES) ! 37: ctags $? ! 38: ! 39: $(CFILES) : ! 40: $(CO) $@ ! 41: ! 42: revision : $(CFILES) $(HFILES) ! 43: $(CI) -u $? ! 44: ! 45: clean : ! 46: rm -f make.out $(OFILES) tags core ! 47: ! 48: depend : $(CFILES) $(HFILES) ! 49: ex - Makefile < $(EX_DEPEND) > /dev/null ! 50: $(MKINC) $(CFILES) >> Makefile ! 51: ! 52: ### DON'T DELETE THIS LINE -- ``make depend'' LOOKS FOR IT!
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.