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