Revision 8900,
575 bytes
checked in by ghudson, 28 years ago
(diff) |
Simplify a lot.
|
Line | |
---|
1 | /**/# |
---|
2 | /**/# Makefile for xdiscuss |
---|
3 | /**/# |
---|
4 | |
---|
5 | /**/#"$Header: /afs/dev.mit.edu/source/repository/athena/bin/xdsc/Imakefile,v 1.8 1996-09-20 03:36:27 ghudson Exp $"; |
---|
6 | |
---|
7 | #ifdef _AUX_SOURCE |
---|
8 | CC=cc -B/usr/lib/big/ |
---|
9 | #endif |
---|
10 | |
---|
11 | INSTDIR=$(ATHBINDIR) |
---|
12 | DEFINES= -I. |
---|
13 | LIBS=-lXaw -lXt -lXmu -lXext -lX11 |
---|
14 | |
---|
15 | OBJS= xdsc.o reply.o headers.o cache.o |
---|
16 | SRCS= xdsc.c reply.c headers.c cache.c |
---|
17 | |
---|
18 | SimpleProgram(xdsc,$(OBJS),$(LIBS),$(ATHBINDIR)) |
---|
19 | install_man(xdsc.1,xdsc.1) |
---|
20 | |
---|
21 | SpecialObject(xdsc.o,xdsc.c Makefile,-DEDSC_PATH=\"$(ATHETCDIR)/edsc\") |
---|
22 | install_file(Lucy,${ATHXAPPDIR}) |
---|
23 | install_file(Xdsc,${ATHXAPPDIR}) |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.