build-system-specific-makefile-configuration-from-configure-20011031
[openafs.git] / src / libuafs / MakefileProto.IRIX.in
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 srcdir=@srcdir@
9 include @TOP_OBJDIR@/src/config/Makefile.config
10
11
12
13 # System specific build commands and flags
14 CC = cc
15 DEFINES=-D_SGI_MP_SOURCE -DKERNEL -DUKERNEL
16 CFLAGS=-I. -I.. -I${TOP_OBJDIR}/src/config ${FSINCLUDES} $(DEFINES) $(KOPTS) ${DBUG}
17 OPTF=-O
18 WEBOPTS = -I../nsapi -DNETSCAPE_NSAPI -DNET_SSL -DXP_UNIX -DMCC_HTTPD
19
20 TEST_CFLAGS=-D_SGI_MP_SOURCE -DAFS_PTHREAD_ENV -Dirix -DAFS_SGI_ENV
21 TEST_LDFLAGS=-ignore_minor
22 TEST_LIBS=-lpthread -lm
23
24 LIBUAFS = libuafs.a
25 LIBAFSWEB = nsafs.so
26 LIBAFSWEBKRB = nsafs.krb.so
27
28 include Makefile.common
29
30 setup_common:
31         -$(RM) -f  h net netinet rpc ufs nfs  machine sys inet nsapi
32         -ln -s /usr/include/sys h
33         -ln -s /usr/include/net net
34         -ln -s /usr/include/netinet netinet
35         -ln -s /usr/include/rpc rpc
36         -ln -s /usr/include/sys sys
37         -ln -s /usr/include/nfs nfs
38         -ln -s /usr/include/inet inet
39         -ln -s /usr/include/ufs ufs
40         -ln -s $(NS_INCL) nsapi
41
42 setup_uafs: UAFS setup_common
43         -$(RM) -f UAFS/Makefile UAFS/Makefile.common
44         ln -s ../Makefile UAFS/Makefile
45         ln -s ../Makefile.common UAFS/Makefile.common
46
47 UAFS:
48         mkdir -p $@
49
50 setup_nsafs: AFSWEB setup_common
51         -$(RM) -f AFSWEB/Makefile AFSWEB/Makefile.common
52         ln -s ../Makefile AFSWEB/Makefile
53         ln -s ../Makefile.common AFSWEB/Makefile.common
54
55 AFSWEB:
56         mkdir -p $@
57
58 UAFS/$(LIBUAFS): setup_uafs
59         cd UAFS; \
60         $(MAKE) $(LIBUAFS)
61
62 AFSWEB/$(LIBAFSWEB): setup_nsafs
63         cd AFSWEB; \
64         $(MAKE) $(LIBAFSWEB)
65
66 AFSWEB/$(LIBAFSWEB): setup_nsafs
67         cd AFSWEB; \
68         $(MAKE) $(LIBAFSWEBKRB)
69
70 # Below this line are targets when in the COMMON directory:
71
72 $(LIBUAFS): $(UAFSOBJ)
73         -$(RM) -f $(LIBUAFS)
74         $(AR) $(ARFLAGS) $(LIBUAFS) $(UAFSOBJ)
75
76 $(LIBAFSWEB): $(AFSWEBOBJ) ${DES}/libdes.a
77         -$(RM) -f $(LIBAFSWEB)
78         ld -shared $(LIBAFSWEB) $(AFSWEBOBJ) ${DES}/libdes.a $(WEBLIBS)
79
80 $(LIBAFSWEBKRB): $(AFSWEBOBJKRB) ${DES}/libdes.a
81         -$(RM) -f $(LIBAFSWEBKRB)
82         ld -shared $(LIBAFSWEBKRB) $(AFSWEBOBJKRB) ${DES}/libdes.a $(WEBLIBS)