X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=Makefile.in;h=b40d9f89ece6449fe1419da1b5568045b6164c05;hp=00bf8811e766a8dbfecfc9611a56f309a7ce97f5;hb=53377153eca062ae6252dc8c71e7f6cb16214076;hpb=f2e91cc3fe61956e7661eae9da82ddf746e63824 diff --git a/Makefile.in b/Makefile.in index 00bf881..b40d9f8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -152,6 +152,13 @@ procmgmt: config util: $(DIR_roken) procmgmt hcrypto lwp_depinstall rx_depinstall +${COMPILE_PART1} util ${COMPILE_PART2} +libafscp: util afs volser vlserver rx auth fsint + +if test "@BUILD_KRB5@" = "yes"; then \ + ${COMPILE_PART1} libafscp ${COMPILE_PART2} ; \ + else \ + echo Skipping libafscp for ${SYS_NAME} ; \ + fi + audit: util rx rxkad fsint +${COMPILE_PART1} audit ${COMPILE_PART2} #TODO @@ -671,7 +678,7 @@ build_tools: config des comerr rxgen finale: project cmd comerr afsd butc tbutc tbudb @ENABLE_KERNEL_MODULE@ libuafs audit kauth log \ ptserver tptserver scout bu_utils ubik uss bozo @VFSCK@ volser tvolser tsalvaged \ - dviced dvolser \ + dviced dvolser libafscp\ venus update xstat afsmonitor rxdebug libafsrpc rfc3961 hcrypto \ libafsauthent shlibafsrpc shlibafsauthent libadmin man-pages \ platform kopenafs authtools $(DIR_roken) @@ -679,7 +686,7 @@ finale: project cmd comerr afsd butc tbutc tbudb @ENABLE_KERNEL_MODULE@ libuafs finale_nolibafs: project cmd comerr afsd butc tbutc tbudb libuafs audit kauth log \ ptserver tptserver scout bu_utils ubik tubik uss bozo @VFSCK@ volser tvolser tsalvaged \ - dviced dvolser \ + dviced dvolser libafscp\ venus update xstat afsmonitor rxdebug libafsrpc rfc3961 hcrypto \ libafsauthent shlibafsrpc shlibafsauthent libadmin man-pages \ platform kopenafs authtools $(DIR_roken) @@ -714,6 +721,7 @@ clean2: -${COMPILE_PART1} config ${COMPILE_CLEAN} -${COMPILE_PART1} procmgmt ${COMPILE_CLEAN} -${COMPILE_PART1} util ${COMPILE_CLEAN} + -${COMPILE_PART1} libafscp ${COMPILE_CLEAN} -${COMPILE_PART1} audit ${COMPILE_CLEAN} -${COMPILE_PART1} comerr ${COMPILE_CLEAN} -${COMPILE_PART1} cmd ${COMPILE_CLEAN} @@ -931,6 +939,7 @@ distclean: clean src/uss/Makefile \ src/util/Makefile \ src/util/test/Makefile \ + src/libafscp/Makefile \ src/venus/Makefile \ src/venus/test/Makefile \ src/vfsck/Makefile \