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

Revision 13732, 602 bytes checked in by ghudson, 25 years ago (diff)
Create install directories.
Line 
1/**/#
2/**/# Makefile for xdiscuss
3/**/#
4
5/**/#"$Id: Imakefile,v 1.10 1999-10-15 04:55:46 ghudson Exp $";
6
7#ifdef _AUX_SOURCE
8CC=cc -B/usr/lib/big/
9#endif
10
11INSTDIR=$(ATHBINDIR)
12DEFINES= -I.
13LIBS=-lXaw  -lXt -lXmu -lXext -lX11
14
15OBJS=   xdsc.o reply.o headers.o cache.o
16SRCS=   xdsc.c reply.c headers.c cache.c
17
18create_dir($(ATHBINDIR))
19create_dir($(ATHXAPPDIR))
20create_dir($(ATHMANDIR)/man1)
21SimpleProgram(xdsc,$(OBJS),$(LIBS),$(ATHBINDIR))
22install_man(xdsc.1,xdsc.1)
23
24SpecialObject(xdsc.o,xdsc.c Makefile,-DEDSC_PATH=\"$(ATHETCDIR)/edsc\")
25install_file(Lucy,${ATHXAPPDIR})
26install_file(Xdsc,${ATHXAPPDIR})
27
Note: See TracBrowser for help on using the repository browser.