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 Linux 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@
31 include ../config/Makefile.${SYS_NAME}
33 # System specific build commands and flags
35 DEFINES= -D_REENTRANT -DKERNEL -DUKERNEL
37 CFLAGS=-I. -I.. -I${TOP_OBJDIR}/src/config ${FSINCLUDES} $(DEFINES) $(KOPTS) ${DBUG}
39 # WEBOPTS = -I../nsapi -DNETSCAPE_NSAPI -DNET_SSL -DXP_UNIX -DMCC_HTTPD
41 TEST_CFLAGS=-pthread -D_REENTRANT -DAFS_PTHREAD_ENV -DAFS_LINUX22_ENV
47 LIBAFSWEBKRB = nsafs.krb.so
49 include Makefile.common
52 -$(RM) -f h net netinet rpc ufs nfs machine sys inet nsapi
53 -ln -s /usr/include/sys h
54 -ln -s /usr/include/net net
55 -ln -s /usr/include/netinet netinet
56 -ln -s /usr/include/rpc rpc
57 -ln -s /usr/include/sys sys
58 -ln -s /usr/include/nfs nfs
59 -ln -s /usr/include/inet inet
60 -ln -s /usr/include/ufs ufs
61 -ln -s $(NS_INCL) nsapi
63 setup_uafs: UAFS setup_common
64 -$(RM) -f UAFS/Makefile UAFS/Makefile.common
65 ln -s ../Makefile UAFS/Makefile
66 ln -s ../Makefile.common UAFS/Makefile.common
71 setup_nsafs: AFSWEB setup_common
72 -$(RM) -f AFSWEB/Makefile AFSWEB/Makefile.common
73 ln -s ../Makefile AFSWEB/Makefile
74 ln -s ../Makefile.common AFSWEB/Makefile.common
79 UAFS/$(LIBUAFS): setup_uafs
81 $(MAKE) $(LIBUAFS) DESTDIR=${DESTDIR}
83 AFSWEB/$(LIBAFSWEB): setup_nsafs
85 $(MAKE) $(LIBAFSWEB) DESTDIR=${DESTDIR}
87 AFSWEB/$(LIBAFSWEBKRB): setup_nsafs
89 $(MAKE) $(LIBAFSWEBKRB) DESTDIR=${DESTDIR}
91 # Below this line are targets when in the COMMON directory:
93 $(LIBUAFS): $(UAFSOBJ)
95 $(AR) $(ARFLAGS) $(LIBUAFS) $(UAFSOBJ)
97 $(LIBAFSWEB): $(AFSWEBOBJ) ${DES}/libdes.a
98 -$(RM) -f $(LIBAFSWEB)
99 ld -b $(LIBAFSWEB) $(AFSWEBOBJ) ${DES}/libdes.a $(WEBLIBS)
101 $(LIBAFSWEBKRB): $(AFSWEBOBJKRB) ${DES}/libdes.a
102 -$(RM) -f $(LIBAFSWEBKRB)
103 ld -b $(LIBAFSWEBKRB) $(AFSWEBOBJKRB) ${DES}/libdes.a $(WEBLIBS)