source: trunk/athena/bin/xquota/Imakefile @ 8552

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
15INCFLAGS= -I. -I$(AFSDIR)/include
16
17AFSLIBS=-L$(AFSDIR)/lib -L$(AFSDIR)/lib/afs -lsys -lrx -llwp
18#ifdef SOLARIS
19OSLIBS=-lbsd
20#endif
21LIBS= -lXaw -lXt -lXmu -lX11 -lXext -lhesiod -lrpcsvc $(AFSLIBS) $(OSLIBS)
22
23HELPFILES= -DDEFAULTS_FILE=\"${ATHXAPPDIR}/Xquota.ad\"\
24           -DTOP_HELP_FILE=\"${ATHXAPPDIR}/top_help.txt\"\
25           -DPOPUP_HELP_FILE=\"${ATHXAPPDIR}/pop_help.txt\"
26
27DEFINES= ${INCFLAGS} ${HELPFILES}
28
29OBJS=handler.o main.o widgets.o nfs.o afs.o
30
31SimpleProgram(xquota,${OBJS},${LIBS},$(ATHBINDIR))
32
33install_file(Xquota.ad,${ATHXAPPDIR})
34install_file(top_help.txt,${ATHXAPPDIR})
35install_file(pop_help.txt,${ATHXAPPDIR})
36
Note: See TracBrowser for help on using the repository browser.