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 # System specific build commands and flags
20 DEFINES= -D_REENTRANT -DAFSDEBUG -DKERNEL -DUKERNEL -DAFS -DVICE
22 CFLAGS=-I. -I.. -I${TOP_SRCDIR}/config ${FSINCLUDES} $(DEFINES) $(KOPTS) ${DBUG}
24 # WEBOPTS = -I../nsapi -DNETSCAPE_NSAPI -DNET_SSL -DXP_UNIX -DMCC_HTTPD
26 TEST_CFLAGS=-pthread -D_REENTRANT -DAFS_PTHREAD_ENV -DAFS_LINUX22_ENV
32 LIBAFSWEBKRB = nsafs.krb.so
34 include Makefile.common
37 -$(RM) -f h net netinet rpc ufs nfs machine sys inet nsapi
38 -ln -s /usr/include/sys h
39 -ln -s /usr/include/net net
40 -ln -s /usr/include/netinet netinet
41 -ln -s /usr/include/rpc rpc
42 -ln -s /usr/include/sys sys
43 -ln -s /usr/include/nfs nfs
44 -ln -s /usr/include/inet inet
45 -ln -s /usr/include/ufs ufs
46 -ln -s $(NS_INCL) nsapi
48 setup_uafs: UAFS setup_common
49 -$(RM) -f UAFS/Makefile UAFS/Makefile.common
50 ln -s ../Makefile UAFS/Makefile
51 ln -s ../Makefile.common UAFS/Makefile.common
56 setup_nsafs: AFSWEB setup_common
57 -$(RM) -f AFSWEB/Makefile AFSWEB/Makefile.common
58 ln -s ../Makefile AFSWEB/Makefile
59 ln -s ../Makefile.common AFSWEB/Makefile.common
64 UAFS/$(LIBUAFS): setup_uafs
66 $(MAKE) $(LIBUAFS) DESTDIR=${DESTDIR}
68 AFSWEB/$(LIBAFSWEB): setup_nsafs
70 $(MAKE) $(LIBAFSWEB) DESTDIR=${DESTDIR}
72 AFSWEB/$(LIBAFSWEBKRB): setup_nsafs
74 $(MAKE) $(LIBAFSWEBKRB) DESTDIR=${DESTDIR}
76 # Below this line are targets when in the COMMON directory:
78 $(LIBUAFS): $(UAFSOBJ)
80 $(AR) $(ARFLAGS) $(LIBUAFS) $(UAFSOBJ)
82 $(LIBAFSWEB): $(AFSWEBOBJ) ${DES}/libdes.a
83 -$(RM) -f $(LIBAFSWEB)
84 ld -b $(LIBAFSWEB) $(AFSWEBOBJ) ${DES}/libdes.a $(WEBLIBS)
86 $(LIBAFSWEBKRB): $(AFSWEBOBJKRB) ${DES}/libdes.a
87 -$(RM) -f $(LIBAFSWEBKRB)
88 ld -b $(LIBAFSWEBKRB) $(AFSWEBOBJKRB) ${DES}/libdes.a $(WEBLIBS)