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@
15 TOP_OBJDIR=@TOP_OBJDIR@
19 exec_prefix=@exec_prefix@
22 libexecdir=@libexecdir@
24 includedir=@includedir@
26 afssrvbindir=@afssrvbindir@
27 afssrvsbindir=@afssrvsbindir@
28 afssrvlibexecdir=@afssrvlibexecdir@
29 SYS_NAME=@AFS_SYSNAME@
33 include ../config/Makefile.${SYS_NAME}
35 # System specific build commands and flags
36 DEFINES=-DKERNEL -DUKERNEL -D_NO_PROTO -DOSF
40 CFLAGS=-I. -I.. -I${TOP_OBJDIR}/src/config ${FSINCLUDES} $(DEFINES) $(KOPTS) ${DBUG} -pthread
41 WEBOPTS = -I../nsapi -DNETSCAPE_NSAPI -DNET_SSL -DXP_UNIX -DMCC_HTTPD
43 TEST_CFLAGS=-pthread -D_NO_PROTO -D_REENTRANT -DAFS_PTHREAD_ENV -Dosf -DAFS_OSF_ENV -DOSF
49 LIBAFSWEBKRB = nsafs.krb.so
51 include Makefile.common
54 -$(RM) -f h net netinet rpc ufs nfs machine sys inet nsapi
55 -ln -s /usr/include/sys h
56 -ln -s /usr/include/net net
57 -ln -s /usr/include/netinet netinet
58 -ln -s /usr/include/rpc rpc
59 -ln -s /usr/include/sys sys
60 -ln -s /usr/include/nfs nfs
61 -ln -s /usr/include/inet inet
62 -ln -s /usr/include/ufs ufs
63 -ln -s $(NS_INCL) nsapi
65 setup_uafs: UAFS setup_common
66 -$(RM) -f UAFS/Makefile UAFS/Makefile.common
67 ln -s ../Makefile UAFS/Makefile
68 ln -s ../Makefile.common UAFS/Makefile.common
73 setup_nsafs: AFSWEB setup_common
74 -$(RM) -f AFSWEB/Makefile AFSWEB/Makefile.common
75 ln -s ../Makefile AFSWEB/Makefile
76 ln -s ../Makefile.common AFSWEB/Makefile.common
81 UAFS/$(LIBUAFS): setup_uafs
85 AFSWEB/$(LIBAFSWEB): setup_nsafs
89 AFSWEB/$(LIBAFSWEBKRB): setup_nsafs
91 $(MAKE) $(LIBAFSWEBKRB)
93 # Below this line are targets when in the COMMON directory:
95 $(LIBUAFS): $(UAFSOBJ)
97 $(AR) $(ARFLAGS) $(LIBUAFS) $(UAFSOBJ)
100 $(LIBAFSWEB): $(AFSWEBOBJ) ${DES}/libdes.a
101 -$(RM) -f $(LIBAFSWEB)
102 ld -all -shared -expect_unresolved "*" $(LIBAFSWEB) $(AFSWEBOBJ) ${DES}/libdes.a $(WEBLIBS)
104 $(LIBAFSWEBKRB): $(AFSWEBOBJKRB) ${DES}/libdes.a
105 -$(RM) -f $(LIBAFSWEBKRB)
106 ld -all -shared -expect_unresolved "*" $(LIBAFSWEBKRB) $(AFSWEBOBJKRB) ${DES}/libdes.a $(WEBLIBS)