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