source: trunk/athena/bin/quota/Imakefile @ 6830

Revision 6830, 763 bytes checked in by probe, 31 years ago (diff)
Solaris is more like AIX... also need -lrx -llwp
Line 
1#ifdef UseInstalled
2ATTACH=/source/athena/athena.bin/attach
3#else
4ATTACH=../../athena.bin/attach
5#endif
6
7DEFINES=$(MACHDEFS) -I. -I$(ATTACH) -I$(AFSDIR)/include
8
9BINDIR=$(ATHBINDIR)
10INSTOPT=-o root -m 4755
11AFSLIBS= $(AFSDIR)/lib/afs/libsys.a -L$(AFSDIR)/lib -lrx -llwp
12
13OBJS = quota.o attachtab.o nfs.o afs.o $(MACHOBJS)
14LIBS = $(MACHLIBS) $(AFSLIBS)
15
16#if defined(vax) || defined(ibm032)
17BINDIR=/usr/ucb
18MACHDEFS= -DUW
19MACHLIBS= -lrpcsvc
20#endif
21
22#if defined(i386)
23MACHLIBS= -lrpclib
24#endif
25
26#if defined(_IBMR2) || defined(SOLARIS)
27MACHOBJS=rcquotaxdr.o rquotaxdr.o mountxdr.o
28#endif
29
30#if defined(ultrix) || defined(i386)
31MACHOBJS=rcquotaxdr.o
32#endif
33
34build_program(quota,$(OBJS),,$(LIBS))
35install_program(quota,$(INSTOPT),$(BINDIR))
36install_man(quota.1,quota.1)
37
Note: See TracBrowser for help on using the repository browser.