source: trunk/athena/bin/xdsc/Imakefile @ 6331

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
8CC=cc -B/usr/lib/big/
9#endif
10
11INSTDIR=$(ATHBINDIR)
12DEFINES= -I.
13#ifdef sun
14LIBS=-lXaw  -lXt -lXmu -lXext -lX11 -lm
15#else
16LIBS=-lXaw  -lXt -lXmu -lXext -lX11
17#endif
18
19OBJS=   xdsc.o reply.o headers.o cache.o
20SRCS=   xdsc.c reply.c headers.c cache.c
21
22SimpleProgram(xdsc,$(OBJS),$(LIBS),$(ATHBINDIR))
23install_man(xdsc.1,xdsc.1)
24
25SpecialObject(xdsc.o,xdsc.c Makefile,-DEDSC_PATH=\"$(ATHETCDIR)/edsc\")
26install_file(Lucy,${ATHXAPPDIR})
27install_file(Xdsc,${ATHXAPPDIR})
28
Note: See TracBrowser for help on using the repository browser.