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