|
|
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: CFLAGS = -O $(INCLUDES)
15: CLIBS =
16:
17: .SUFFIXES: .o .h .c .a
18:
19: OBJS = xwud.o
20:
21: all: xwud
22:
23: xwud: $(OBJS) $(XH)
24: $(CC) $(CFLAGS) -o xwud $(OBJS) $(XLIB) $(CLIBS)
25:
26: xwud.o: ../xwd/XWDFile.h
27:
28: link:
29: $(CC) $(CFLAGS) -o xwud $(OBJS) $(XLIB) $(CLIBS)
30:
31: install: all
32: install -s xwud $(DESTDIR)$(CONFDIR)
33: chmod 755 $(DESTDIR)$(CONFDIR)/xwud
34:
35: clean:
36: rm -f *~* *.bak core \#*
37: rm -f xwud.c.[0-9]* Makefile.[0-9]* xwud.1.[0-9]*
38: rm -f xwud.o xwud
39:
40: igrind:
41: igrind xwud.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.