1 # Copyright 2000, International Business Machines Corporation and others.
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
8 # MakefileProto for Solaris systems
12 TOP_SRCDIR=@TOP_SRCDIR@
13 TOP_INCDIR=@TOP_INCDIR@
14 TOP_LIBDIR=@TOP_LIBDIR@
16 exec_prefix=@exec_prefix@
19 libexecdir=@libexecdir@
21 includedir=@includedir@
23 afssrvbindir=@afssrvbindir@
24 afssrvsbindir=@afssrvsbindir@
25 afssrvlibexecdir=@afssrvlibexecdir@
26 SYS_NAME=@AFS_SYSNAME@
28 include ../config/Makefile.${SYS_NAME}
30 # System specific build commands and flags
32 DEFINES=-D_SGI_MP_SOURCE -DAFSDEBUG -DKERNEL -DUKERNEL -DAFS -DVICE
33 CFLAGS=-I. -I.. -I${TOP_SRCDIR}/config ${FSINCLUDES} $(DEFINES) $(KOPTS) ${DBUG}
35 WEBOPTS = -I../nsapi -DNETSCAPE_NSAPI -DNET_SSL -DXP_UNIX -DMCC_HTTPD
37 TEST_CFLAGS=-D_SGI_MP_SOURCE -DAFS_PTHREAD_ENV -Dirix -DAFS_SGI_ENV
38 TEST_LDFLAGS=-ignore_minor
39 TEST_LIBS=-lpthread -lm
43 LIBAFSWEBKRB = nsafs.krb.so
45 include Makefile.common
48 -$(RM) -f h net netinet rpc ufs nfs machine sys inet nsapi
49 -ln -s /usr/include/sys h
50 -ln -s /usr/include/net net
51 -ln -s /usr/include/netinet netinet
52 -ln -s /usr/include/rpc rpc
53 -ln -s /usr/include/sys sys
54 -ln -s /usr/include/nfs nfs
55 -ln -s /usr/include/inet inet
56 -ln -s /usr/include/ufs ufs
57 -ln -s $(NS_INCL) nsapi
59 setup_uafs: UAFS setup_common
60 -$(RM) -f UAFS/Makefile UAFS/Makefile.common
61 ln -s ../Makefile UAFS/Makefile
62 ln -s ../Makefile.common UAFS/Makefile.common
67 setup_nsafs: AFSWEB setup_common
68 -$(RM) -f AFSWEB/Makefile AFSWEB/Makefile.common
69 ln -s ../Makefile AFSWEB/Makefile
70 ln -s ../Makefile.common AFSWEB/Makefile.common
75 UAFS/$(LIBUAFS): setup_uafs
79 AFSWEB/$(LIBAFSWEB): setup_nsafs
83 AFSWEB/$(LIBAFSWEB): setup_nsafs
85 $(MAKE) $(LIBAFSWEBKRB)
87 # Below this line are targets when in the COMMON directory:
89 $(LIBUAFS): $(UAFSOBJ)
91 $(AR) $(ARFLAGS) $(LIBUAFS) $(UAFSOBJ)
93 $(LIBAFSWEB): $(AFSWEBOBJ) ${DES}/libdes.a
94 -$(RM) -f $(LIBAFSWEB)
95 ld -shared $(LIBAFSWEB) $(AFSWEBOBJ) ${DES}/libdes.a $(WEBLIBS)
97 $(LIBAFSWEBKRB): $(AFSWEBOBJKRB) ${DES}/libdes.a
98 -$(RM) -f $(LIBAFSWEBKRB)
99 ld -shared $(LIBAFSWEBKRB) $(AFSWEBOBJKRB) ${DES}/libdes.a $(WEBLIBS)