Revision 8552,
1.0 KB
checked in by ghudson, 28 years ago
(diff) |
Change from -lucb to -lbsd.
|
Line | |
---|
1 | /* This is the file Makefile for the Xquota. |
---|
2 | * |
---|
3 | * Created: October 22, 1987 |
---|
4 | * By: Chris D. Peterson |
---|
5 | * |
---|
6 | * $Id: Imakefile,v 1.12 1996-06-08 00:54:37 ghudson Exp $ |
---|
7 | * |
---|
8 | * |
---|
9 | * Copyright (c) 1987, 1988, 1991 by the Massachusetts Institute of Technology. |
---|
10 | * |
---|
11 | * For further information on copyright and distribution |
---|
12 | * see the file mit-copyright.h |
---|
13 | */ |
---|
14 | |
---|
15 | INCFLAGS= -I. -I$(AFSDIR)/include |
---|
16 | |
---|
17 | AFSLIBS=-L$(AFSDIR)/lib -L$(AFSDIR)/lib/afs -lsys -lrx -llwp |
---|
18 | #ifdef SOLARIS |
---|
19 | OSLIBS=-lbsd |
---|
20 | #endif |
---|
21 | LIBS= -lXaw -lXt -lXmu -lX11 -lXext -lhesiod -lrpcsvc $(AFSLIBS) $(OSLIBS) |
---|
22 | |
---|
23 | HELPFILES= -DDEFAULTS_FILE=\"${ATHXAPPDIR}/Xquota.ad\"\ |
---|
24 | -DTOP_HELP_FILE=\"${ATHXAPPDIR}/top_help.txt\"\ |
---|
25 | -DPOPUP_HELP_FILE=\"${ATHXAPPDIR}/pop_help.txt\" |
---|
26 | |
---|
27 | DEFINES= ${INCFLAGS} ${HELPFILES} |
---|
28 | |
---|
29 | OBJS=handler.o main.o widgets.o nfs.o afs.o |
---|
30 | |
---|
31 | SimpleProgram(xquota,${OBJS},${LIBS},$(ATHBINDIR)) |
---|
32 | |
---|
33 | install_file(Xquota.ad,${ATHXAPPDIR}) |
---|
34 | install_file(top_help.txt,${ATHXAPPDIR}) |
---|
35 | install_file(pop_help.txt,${ATHXAPPDIR}) |
---|
36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.