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