libafs: remove linux conditionals for md5 inode number calculation
[openafs.git] / Makefile.in
index 88fde2a..4298775 100644 (file)
@@ -81,15 +81,15 @@ install_only_libafs: only_libafs install_dirs
 
 dest: all dest_dirs
        $(MAKE) build COMPILE_PART2B=dest
-       -${INSTALL_DATA} ${srcdir}/src/LICENSE ${DEST}/LICENSE
+       -${INSTALL_DATA} ${srcdir}/LICENSE ${DEST}/LICENSE
 
 dest_nolibafs: all_nolibafs dest_dirs
        $(MAKE) build TARGET=finale_nolibafs COMPILE_PART2B=dest
-       -${INSTALL_DATA} ${srcdir}/src/LICENSE ${DEST}/LICENSE
+       -${INSTALL_DATA} ${srcdir}/LICENSE ${DEST}/LICENSE
 
 dest_only_libafs: only_libafs dest_dirs
        $(MAKE) build TARGET=libafs COMPILE_PART2B=dest
-       -${INSTALL_DATA} ${srcdir}/src/LICENSE ${DEST}/LICENSE
+       -${INSTALL_DATA} ${srcdir}/LICENSE ${DEST}/LICENSE
 
 packages: dest
        @case ${SYS_NAME} in \
@@ -258,17 +258,7 @@ libacl: cmd comerr ptserver libacl_depinstall
 dir: cmd comerr libacl dir_depinstall
        +${COMPILE_PART1} dir ${COMPILE_PART2}
 
-# Removed from sgi_* case below:
-# ${COMPILE_PART1} sgiefs ${COMPILE_PART2};;
-sgiefs:
-       +case ${SYS_NAME} in \
-       sgi_*) \
-                echo "SGI efs not supported" ;; \
-       *) \
-               echo No efs stuff for ${SYS_NAME};; \
-       esac
-
-vol: cmd comerr dir afs sgiefs $(DIR_roken)
+vol: cmd comerr dir afs $(DIR_roken)
        +${COMPILE_PART1} vol ${COMPILE_PART2}
 
 tsalvaged: vol libafsrpc libafsauthent cmd util
@@ -355,11 +345,7 @@ scout: cmd comerr gtx fsprobe
        fi
 
 uss: hcrypto kauth cmd comerr rx vlserver vol volser
-       +if test "@BUILD_USS@" = "yes"; then \
-               ${COMPILE_PART1} uss ${COMPILE_PART2} ; \
-       else \
-               echo Not building uss. ; \
-       fi
+       +${COMPILE_PART1} uss ${COMPILE_PART2}
 
 bozo: cmd comerr audit auth kauth volser
        +${COMPILE_PART1} bozo ${COMPILE_PART2}
@@ -390,15 +376,6 @@ tsm41: cmd comerr kauth rxkad
                echo Skipping tsm41 for ${SYS_NAME} ;; \
        esac
 
-sgistuff: cmd comerr kauth rxkad
-       +set -x; \
-       case ${SYS_NAME} in \
-       sgi_* ) \
-               ${COMPILE_PART1} sgistuff ${COMPILE_PART2} ;; \
-       * ) \
-               echo Skipping sgistuff for ${SYS_NAME} ;; \
-       esac
-
 aklog: auth comerr ptserver libafsauthent
        +set -x; \
        if test "@BUILD_KRB5@" = "yes"; then \
@@ -407,7 +384,7 @@ aklog: auth comerr ptserver libafsauthent
                echo Skipping aklog for ${SYS_NAME} ; \
        fi
 
-authtools: pam tsm41 sgistuff aklog
+authtools: pam tsm41 platform aklog
 
 platform: config cmd vol
        +${COMPILE_PART1} platform ${COMPILE_PART2}
@@ -736,7 +713,6 @@ clean2:
        -${COMPILE_PART1} uss ${COMPILE_CLEAN}
        -${COMPILE_PART1} bozo ${COMPILE_CLEAN}
        -${COMPILE_PART1} vfsck ${COMPILE_CLEAN}
-       -${COMPILE_PART1} sgistuff ${COMPILE_CLEAN}
        -${COMPILE_PART1} tsm41 ${COMPILE_CLEAN}
        -${COMPILE_PART1} sia ${COMPILE_CLEAN}
        -${COMPILE_PART1} aklog ${COMPILE_CLEAN}
@@ -908,7 +884,6 @@ distclean: clean
        src/rxosd/Makefile \
        src/rxstat/Makefile \
        src/scout/Makefile \
-       src/sgistuff/Makefile \
        src/sys/Makefile \
        src/tbutc/Makefile \
        src/tests/Makefile \
@@ -949,7 +924,11 @@ distclean: clean
        tests/opr/Makefile \
        tests/util/Makefile \
        tests/volser/Makefile \
-       src/helper-splint.sh
+       src/helper-splint.sh \
+       doc/xml/AdminGuide/Makefile \
+       doc/xml/QuickStartUnix/Makefile \
+       doc/xml/UserGuide/Makefile \
+       doc/xml/AdminRef/Makefile
        if test -d doc/man-pages ; then \
            /bin/rm -f doc/man-pages/Makefile doc/man-pages/install-man ; \
        fi