Revision 10995,
759 bytes
checked in by ghudson, 27 years ago
(diff) |
Don't assume anything about i386.
|
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= -L$(AFSDIR)/lib -L$(AFSDIR)/lib/afs -lsys -lrx -lsys -llwp |
---|
12 | |
---|
13 | OBJS = quota.o attachtab.o nfs.o afs.o $(MACHOBJS) |
---|
14 | #ifdef SOLARIS |
---|
15 | MACHLIBS=-lbsd |
---|
16 | #endif |
---|
17 | LIBS = $(AFSLIBS) $(MACHLIBS) |
---|
18 | |
---|
19 | #if defined(vax) || defined(ibm032) |
---|
20 | BINDIR=/usr/ucb |
---|
21 | MACHDEFS= -DUW |
---|
22 | MACHLIBS= -lrpcsvc |
---|
23 | #endif |
---|
24 | |
---|
25 | #if defined(_IBMR2) || defined(SOLARIS) || defined(sgi) |
---|
26 | MACHOBJS=rcquotaxdr.o rquotaxdr.o mountxdr.o |
---|
27 | #endif |
---|
28 | |
---|
29 | #if defined(ultrix) |
---|
30 | MACHOBJS=rcquotaxdr.o |
---|
31 | #endif |
---|
32 | |
---|
33 | build_program(quota,$(OBJS),,$(LIBS)) |
---|
34 | install_program(quota,$(INSTOPT),$(BINDIR)) |
---|
35 | install_man(quota.1,quota.1) |
---|
36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.