Windows: add cm_req_t to RDR_ioctl_t
[openafs.git] / Makefile.in
index 2b22b2b..b8cfb81 100644 (file)
@@ -369,7 +369,7 @@ vfsck:      vol
                ${COMPILE_PART1} vfsck ${COMPILE_PART2} ;; \
        esac
 
-pam: auth shlibafsauthent
+pam: auth libafsauthent
        +set -x; \
        if test "@HAVE_PAM@" = "yes"; then \
                ${COMPILE_PART1} pam ${COMPILE_PART2} ; \
@@ -582,7 +582,7 @@ libafsrpc: comerr fsint hcrypto lwp rx rxkad rxstat sys util
                echo Not building MT libafsrpc for ${SYS_NAME} ;; \
        esac
 
-libafsauthent: ubik auth kauth libafsrpc volser vlserver
+libafsauthent: audit auth kauth ubik util sys ptserver volser vlserver libafsrpc
        +case ${SYS_NAME} in \
        alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[nof]bsd*) \
        ${COMPILE_PART1} libafsauthent ${COMPILE_PART2} ;; \
@@ -594,14 +594,6 @@ libafsauthent: ubik auth kauth libafsrpc volser vlserver
                echo Not building MT libafsauthent for ${SYS_NAME} ;; \
        esac
 
-shlibafsauthent: bozo ubik auth kauth
-       +case ${SYS_NAME} in \
-       alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*_darwin_1*|*nbsd*|*obsd*|*fbsd*) \
-       ${COMPILE_PART1} shlibafsauthent ${COMPILE_PART2} ;; \
-       *) \
-               echo Not building shared libafsauthent for ${SYS_NAME} ;; \
-       esac
-
 kopenafs: config sys
        +${COMPILE_PART1} kopenafs ${COMPILE_PART2}
 
@@ -650,7 +642,7 @@ finale: project cmd comerr afsd butc tbutc tbudb @ENABLE_KERNEL_MODULE@ libuafs
        ptserver tptserver scout bu_utils ubik uss bozo @VFSCK@ volser tvolser tsalvaged \
        dviced dvolser libafscp\
        venus update xstat afsmonitor rxdebug libafsrpc rfc3961 hcrypto \
-       libafsauthent shlibafsauthent libadmin man-pages \
+       libafsauthent libadmin man-pages \
        tools platform kopenafs authtools $(DIR_roken)
        +${COMPILE_PART1} finale ${COMPILE_PART2}
 
@@ -658,7 +650,7 @@ finale_nolibafs: project cmd comerr afsd butc tbutc tbudb libuafs audit kauth lo
        ptserver tptserver scout bu_utils ubik tubik uss bozo @VFSCK@ volser tvolser tsalvaged \
        dviced dvolser libafscp\
        venus update xstat afsmonitor rxdebug libafsrpc rfc3961 hcrypto \
-       libafsauthent shlibafsauthent libadmin man-pages \
+       libafsauthent libadmin man-pages \
        tools platform kopenafs authtools $(DIR_roken)
        +${COMPILE_PART1} finale ${COMPILE_PART2}
 
@@ -756,7 +748,6 @@ clean2:
        -${COMPILE_PART1} rxdebug ${COMPILE_CLEAN}
        -${COMPILE_PART1} libafsrpc ${COMPILE_CLEAN}
        -${COMPILE_PART1} libafsauthent ${COMPILE_CLEAN}
-       -${COMPILE_PART1} shlibafsauthent ${COMPILE_CLEAN}
        -${COMPILE_PART1} kopenafs ${COMPILE_CLEAN}
        -${COMPILE_PART1} tools ${COMPILE_CLEAN}
        -${COMPILE_PART1} platform ${COMPILE_CLEAN}
@@ -824,6 +815,7 @@ distclean: clean
        src/config/Makefile.config \
        src/config/Makefile.libtool \
        src/config/Makefile.lwp \
+       src/config/Makefile.lwptool \
        src/config/Makefile.pthread \
        src/config/Makefile.shared \
        src/config/Makefile.version \
@@ -902,7 +894,6 @@ distclean: clean
        src/rxstat/Makefile \
        src/scout/Makefile \
        src/sgistuff/Makefile \
-       src/shlibafsauthent/Makefile \
        src/sys/Makefile \
        src/tbutc/Makefile \
        src/tests/Makefile \