|
|
1.1 ! root 1: # Copyright 1985, Massachusetts Institute of Technology ! 2: # xwud - makefile for the Athena X window system window ! 3: # window raster image undumper. ! 4: # ! 5: # Written by: Tony Della Fera, DEC ! 6: # ! 7: ! 8: DESTDIR = ! 9: INCLUDES = -I../include ! 10: ! 11: CONFDIR = /usr/new ! 12: XLIB = ../Xlib/libX.a ! 13: XH = ../Xlib/Xlib.h ! 14: ! 15: CFLAGS = -O $(INCLUDES) ! 16: CLIBS = ! 17: ! 18: .SUFFIXES: .o .h .c .a ! 19: ! 20: OBJS = xwud.o ! 21: ! 22: all: xwud ! 23: ! 24: xwud: $(OBJS) ! 25: $(CC) $(CFLAGS) -o xwud $(OBJS) $(XLIB) $(CLIBS) ! 26: ! 27: xwud.o: ../include/X/XWDFile.h $(XH) ! 28: ! 29: link: ! 30: $(CC) $(CFLAGS) -o xwud $(OBJS) $(XLIB) $(CLIBS) ! 31: ! 32: install: all ! 33: install -s xwud $(DESTDIR)$(CONFDIR) ! 34: chmod 755 $(DESTDIR)$(CONFDIR)/xwud ! 35: ! 36: clean: ! 37: rm -f *~* *.bak core \#* ! 38: rm -f xwud.c.[0-9]* Makefile.[0-9]* xwud.1.[0-9]* ! 39: rm -f xwud.o xwud ! 40: ! 41: igrind: ! 42: igrind xwud.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.