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

Revision 12350, 520 bytes checked in by ghudson, 26 years ago (diff)
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
RevLine 
[5153]1/**/#
2/**/# Makefile for xdiscuss
3/**/#
4
[12350]5/**/#"$Id: Imakefile,v 1.9 1999-01-22 23:15:37 ghudson Exp $";
[5153]6
[5393]7#ifdef _AUX_SOURCE
8CC=cc -B/usr/lib/big/
9#endif
10
[5153]11INSTDIR=$(ATHBINDIR)
12DEFINES= -I.
[8900]13LIBS=-lXaw  -lXt -lXmu -lXext -lX11
[5153]14
15OBJS=   xdsc.o reply.o headers.o cache.o
16SRCS=   xdsc.c reply.c headers.c cache.c
17
18SimpleProgram(xdsc,$(OBJS),$(LIBS),$(ATHBINDIR))
19install_man(xdsc.1,xdsc.1)
20
[5249]21SpecialObject(xdsc.o,xdsc.c Makefile,-DEDSC_PATH=\"$(ATHETCDIR)/edsc\")
[5403]22install_file(Lucy,${ATHXAPPDIR})
23install_file(Xdsc,${ATHXAPPDIR})
[5153]24
Note: See TracBrowser for help on using the repository browser.