|
|
1.1 root 1: # Copyright 1986, Massachusetts Institute of Technology.
2: #
3: # xcolors - makefile for xcolors
4: #
5:
6: DESTDIR =
7: CONFDIR = /usr/new
8: INCLUDES = -I../include
9:
10: CFLAGS = -O $(INCLUDES)
11: XLIB = ../Xlib/libX.a
12: SRCS = xcolors.c
13: OBJS = xcolors.o
14: PROGRAM = xcolors
15:
16: all: xcolors
17:
18: clean:
19: rm -f *.bak *.o *~ $(PROGRAM) \#*
20:
21: install: all
22: install -c ${PROGRAM} ${DESTDIR}${CONFDIR}
23:
24: ${PROGRAM}: ${OBJS} ../Xlib/Xlib.h
25: cc $(CFLAGS) $(OBJS) -o $(PROGRAM) $(XLIB)
26:
27: $(OBJS): $(SRCS)
28:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.