X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Futil%2FMakefile.in;h=4a811364e5f0fbb2b64ed5485daac181eda281d3;hp=1817811ce5aee4cec094307aa070269ef12134c2;hb=4ca57f3fd302e339aaf4d4625b904fcfd3d2f0e8;hpb=bfbc65676d6ea2d4d000d2f8813bcc0958cf8ea2 diff --git a/src/util/Makefile.in b/src/util/Makefile.in index 1817811..4a81136 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -40,6 +40,8 @@ includes = \ ${TOP_INCDIR}/afs/softsig.h \ ${TOP_INCDIR}/afs/work_queue.h \ ${TOP_INCDIR}/afs/work_queue_types.h \ + ${TOP_INCDIR}/afs/thread_pool.h \ + ${TOP_INCDIR}/afs/thread_pool_types.h \ ${TOP_INCDIR}/potpourri.h all: ${includes} \ @@ -106,6 +108,12 @@ ${TOP_INCDIR}/afs/work_queue.h: ${srcdir}/work_queue.h ${TOP_INCDIR}/afs/work_queue_types.h: ${srcdir}/work_queue_types.h ${INSTALL_DATA} $? $@ +${TOP_INCDIR}/afs/thread_pool.h: ${srcdir}/thread_pool.h + ${INSTALL_DATA} $? $@ + +${TOP_INCDIR}/afs/thread_pool_types.h: ${srcdir}/thread_pool_types.h + ${INSTALL_DATA} $? $@ + ${TOP_INCDIR}/potpourri.h: ${srcdir}/potpourri.h ${INSTALL_DATA} $? $@ @@ -255,6 +263,8 @@ install: dirpath.h util.a sys ${INSTALL_DATA} ${srcdir}/softsig.h ${DESTDIR}${includedir}/afs/softsig.h ${INSTALL_DATA} ${srcdir}/work_queue.h ${DESTDIR}${includedir}/afs/work_queue.h ${INSTALL_DATA} ${srcdir}/work_queue_types.h ${DESTDIR}${includedir}/afs/work_queue_types.h + ${INSTALL_DATA} ${srcdir}/thread_pool.h ${DESTDIR}${includedir}/afs/thread_pool.h + ${INSTALL_DATA} ${srcdir}/thread_pool_types.h ${DESTDIR}${includedir}/afs/thread_pool_types.h ${INSTALL_DATA} ${srcdir}/potpourri.h ${DESTDIR}${includedir}/potpourri.h ${INSTALL_DATA} util.a ${DESTDIR}${libdir}/afs/util.a ${INSTALL_DATA} util.a ${DESTDIR}${libdir}/afs/libafsutil.a @@ -282,6 +292,8 @@ dest: dirpath.h util.a sys ${INSTALL_DATA} ${srcdir}/softsig.h ${DEST}/include/afs/softsig.h ${INSTALL_DATA} ${srcdir}/work_queue.h ${DEST}/include/afs/work_queue.h ${INSTALL_DATA} ${srcdir}/work_queue_types.h ${DEST}/include/afs/work_queue_types.h + ${INSTALL_DATA} ${srcdir}/thread_pool.h ${DEST}/include/afs/thread_pool.h + ${INSTALL_DATA} ${srcdir}/thread_pool_types.h ${DEST}/include/afs/thread_pool_types.h ${INSTALL_DATA} ${srcdir}/potpourri.h ${DEST}/include/potpourri.h ${INSTALL_DATA} util.a ${DEST}/lib/afs/util.a ${INSTALL_DATA} util.a ${DEST}/lib/afs/libafsutil.a