~ubuntu-branches/ubuntu/warty/openafs/warty

« back to all changes in this revision

Viewing changes to src/wsadmin.src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-01-10 16:37:33 UTC
  • Revision ID: james.westby@ubuntu.com-20040110163733-jvr0n1uahshlb1uu
Tags: upstream-1.2.11
ImportĀ upstreamĀ versionĀ 1.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##XLATE_MANUAL##
 
2
#
 
3
# Makefile for the wsadmin src directory, the place where package files
 
4
# are generated.
 
5
#
 
6
#       (C) Copyright Transarc Corporation 1989
 
7
#       Licensed Materials - Property of Transarc
 
8
#       All Rights Reserved.
 
9
#
 
10
DESTDIR=@DESTDIR@
 
11
SRCDIR=@SRCDIR@
 
12
TOP_SRCDIR=@TOP_SRCDIR@
 
13
SYS_NAME=@AFS_SYSNAME@
 
14
 
 
15
CONFIG = \
 
16
        staff.aix_22 \
 
17
        staff.pmax_31 \
 
18
        staff.rt_r4 \
 
19
        staff.dkload.rt_r4 \
 
20
        staff.sun3_35 \
 
21
        staff.sun3_40 \
 
22
        staff.sun3_40x \
 
23
        staff.sun4_40 \
 
24
        staff.sun4_40c \
 
25
        staff.vax_30
 
26
 
 
27
BASE_LIBS = \
 
28
        ${wsadmin}/src/admin \
 
29
        ${wsadmin}/lib/devel \
 
30
        ${wsadmin}/lib/base.generic
 
31
 
 
32
MACHINE_LIBS = \
 
33
        ${wsadmin}/lib/aix_22.generic \
 
34
        ${wsadmin}/lib/aix_22.generic.dev \
 
35
        ${wsadmin}/lib/aix_22.readonly \
 
36
        ${wsadmin}/lib/aix_22.readwrite \
 
37
 \
 
38
        ${wsadmin}/lib/rt_r4.generic \
 
39
        ${wsadmin}/lib/rt_r4.generic.dev \
 
40
        ${wsadmin}/lib/rt_r4.generic.dkload \
 
41
        ${wsadmin}/lib/rt_r4.generic.printer \
 
42
        ${wsadmin}/lib/rt_r4.readonly \
 
43
        ${wsadmin}/lib/rt_r4.readwrite \
 
44
 \
 
45
        ${wsadmin}/lib/pmax_31.generic \
 
46
        ${wsadmin}/lib/pmax_31.generic.dev \
 
47
        ${wsadmin}/lib/pmax_31.readonly \
 
48
        ${wsadmin}/lib/pmax_31.readwrite \
 
49
 \
 
50
        ${wsadmin}/lib/sun3_35.generic \
 
51
        ${wsadmin}/lib/sun3_35.generic.dev \
 
52
        ${wsadmin}/lib/sun3_35.readonly \
 
53
        ${wsadmin}/lib/sun3_35.readwrite \
 
54
 \
 
55
        ${wsadmin}/lib/sun3_40.generic \
 
56
        ${wsadmin}/lib/sun3_40.generic.dev \
 
57
        ${wsadmin}/lib/sun3_40.readonly \
 
58
        ${wsadmin}/lib/sun3_40.readwrite \
 
59
 \
 
60
        ${wsadmin}/lib/sun3_40x.generic \
 
61
        ${wsadmin}/lib/sun3_40x.generic.dev \
 
62
        ${wsadmin}/lib/sun3_40x.readonly \
 
63
        ${wsadmin}/lib/sun3_40x.readwrite \
 
64
 \
 
65
        ${wsadmin}/lib/sun4_40.generic \
 
66
        ${wsadmin}/lib/sun4_40.generic.dev \
 
67
        ${wsadmin}/lib/sun4_40.readonly \
 
68
        ${wsadmin}/lib/sun4_40.readwrite \
 
69
 \
 
70
        ${wsadmin}/lib/sun4_40c.generic \
 
71
        ${wsadmin}/lib/sun4_40c.generic.dev \
 
72
        ${wsadmin}/lib/sun4_40c.readonly \
 
73
        ${wsadmin}/lib/sun4_40c.readwrite \
 
74
 \
 
75
        ${wsadmin}/lib/vax_30.generic \
 
76
        ${wsadmin}/lib/vax_30.generic.dev \
 
77
        ${wsadmin}/lib/vax_30.readonly \
 
78
        ${wsadmin}/lib/vax_30.readwrite
 
79
 
 
80
LIBS = ${MACHINE_LIBS} ${BASE_LIBS}
 
81
 
 
82
.SUFFIXES: .aix_22 \
 
83
                .pmax_31 \
 
84
                .rt_r4 \
 
85
                .proto \
 
86
                .sun3_35 \
 
87
                .sun3_40 \
 
88
                .sun3_40x \
 
89
                .sun4_40 \
 
90
                .sun4_40c \
 
91
                .vax_30
 
92
 
 
93
.proto.aix_22:  ; mpp -Dwsadmin=${wsadmin} -Dsys=aix_22  -Dname=$* $*.proto > $@
 
94
.proto.pmax_31: ; mpp -Dwsadmin=${wsadmin} -Dsys=pmax_31 -Dname=$* $*.proto > $@
 
95
.proto.rt_r4:   ; mpp -Dwsadmin=${wsadmin} -Dsys=rt_r4   -Dname=$* $*.proto > $@
 
96
.proto.sun3_35: ; mpp -Dwsadmin=${wsadmin} -Dsys=sun3_35 -Dname=$* $*.proto > $@
 
97
.proto.sun3_40: ; mpp -Dwsadmin=${wsadmin} -Dsys=sun3_40 -Dname=$* $*.proto > $@
 
98
.proto.sun3_40x: ; mpp -Dwsadmin=${wsadmin} -Dsys=sun3_40x -Dname=$* $*.proto > $@
 
99
.proto.sun4_40: ; mpp -Dwsadmin=${wsadmin} -Dsys=sun4_40 -Dname=$* $*.proto > $@
 
100
.proto.sun4_40c: ; mpp -Dwsadmin=${wsadmin} -Dsys=sun4_40c -Dname=$* $*.proto > $@
 
101
.proto.vax_30:  ; mpp -Dwsadmin=${wsadmin} -Dsys=vax_30  -Dname=$* $*.proto > $@
 
102
 
 
103
all: ${CONFIG}
 
104
 
 
105
${CONFIG}: ${LIBS}
 
106
 
 
107
system: install
 
108
 
 
109
install: ${CONFIG}
 
110
        cp ${CONFIG} ${wsadmin}/etc
 
111
        
 
112
clean:
 
113
        $(RM) -f ${CONFIG} *.BAK *.CKP