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
13 TOP_SRCDIR=@TOP_SRCDIR@
14 SYS_NAME=@AFS_SYSNAME@
16 include ../config/Makefile.${SYS_NAME}
18 MKDIR_IF_NEEDED=[ -d $$1 ] || mkdir -p $$1
20 # System specific build commands and flags
22 DEFINES=-D_SGI_MP_SOURCE -DAFSDEBUG -DKERNEL -DUKERNEL -DAFS -DVICE
23 CFLAGS=-I. -I.. -I${TOP_SRCDIR}/config ${FSINCLUDES} $(DEFINES) $(KOPTS) ${DBUG}
25 WEBOPTS = -I../nsapi -DNETSCAPE_NSAPI -DNET_SSL -DXP_UNIX -DMCC_HTTPD
27 TEST_CFLAGS=-D_SGI_MP_SOURCE -DAFS_PTHREAD_ENV -Dirix -DAFS_SGI_ENV
28 TEST_LDFLAGS=-ignore_minor
29 TEST_LIBS=-lpthread -lm
33 LIBAFSWEBKRB = nsafs.krb.so
35 include Makefile.common
38 -rm -f h net netinet rpc ufs nfs machine sys inet nsapi
39 -ln -s /usr/include/sys h
40 -ln -s /usr/include/net net
41 -ln -s /usr/include/netinet netinet
42 -ln -s /usr/include/rpc rpc
43 -ln -s /usr/include/sys sys
44 -ln -s /usr/include/nfs nfs
45 -ln -s /usr/include/inet inet
46 -ln -s /usr/include/ufs ufs
47 -ln -s $(NS_INCL) nsapi
49 setup_uafs: setup_common
50 set UAFS; $(MKDIR_IF_NEEDED)
51 -rm -f UAFS/Makefile UAFS/Makefile.common
52 ln -s ../Makefile UAFS/Makefile
53 ln -s ../Makefile.common UAFS/Makefile.common
55 setup_nsafs: setup_common
56 set AFSWEB; $(MKDIR_IF_NEEDED)
57 -rm -f AFSWEB/Makefile AFSWEB/Makefile.common
58 ln -s ../Makefile AFSWEB/Makefile
59 ln -s ../Makefile.common AFSWEB/Makefile.common
61 UAFS/$(LIBUAFS): setup_uafs
65 AFSWEB/$(LIBAFSWEB): setup_nsafs
69 AFSWEB/$(LIBAFSWEB): setup_nsafs
71 $(MAKE) $(LIBAFSWEBKRB)
73 # Below this line are targets when in the COMMON directory:
75 $(LIBUAFS): $(UAFSOBJ)
77 $(AR) $(ARFLAGS) $(LIBUAFS) $(UAFSOBJ)
79 $(LIBAFSWEB): $(AFSWEBOBJ) ${DES}/libdes.a
81 ld -shared $(LIBAFSWEB) $(AFSWEBOBJ) ${DES}/libdes.a $(WEBLIBS)
83 $(LIBAFSWEBKRB): $(AFSWEBOBJKRB) ${DES}/libdes.a
84 -rm -f $(LIBAFSWEBKRB)
85 ld -shared $(LIBAFSWEBKRB) $(AFSWEBOBJKRB) ${DES}/libdes.a $(WEBLIBS)