85e9fd5545cbcfb750efccbce5c94a5876f0bb86 hiram Fri Sep 2 13:02:17 2022 -0700 adding tabToTabDir and matrixToBarChartBed to the userApps no redmine diff --git src/makefile src/makefile index 9b4085c..76625f3 100644 --- src/makefile +++ src/makefile @@ -82,30 +82,31 @@ BLAT_APPLIST = blat gfClient gfServer isPcr userApps: topLibs hgLib destBin cd utils/stringify && echo utils/stringify && ${MAKE} cd utils && echo utils && ${MAKE} userAppsB cd parasol && echo parasol && ${MAKE} userApps cd hg && echo hg && ${MAKE} userApps cd hg/utils && echo hg/utils && ${MAKE} userApps cd hg/makeDb && echo hg/makeDb && ${MAKE} userApps cd ameme && echo ameme && ${MAKE} cd index/ixIxx && echo index/ixIxx && ${MAKE} @for P in ${BLAT_APPLIST}; do \ ( cd $${P} && echo $${P} && ${MAKE} ) ; \ done + cd tabFile && echo tabFile && ${MAKE} userApps cd utils/userApps && echo utils/userApps && ${MAKE} destBin: ${MKDIR} ${DESTBINDIR} clean: @for D in ${DIRS} x; do \ if test "$$D" != "x" && test -d "$$D" ; then \ ( cd $$D && echo $$D && ${MAKE} clean ) ;\ x=$$? ; if [ $$x -ne 0 ]; then exit $$x ; fi \ fi ;\ done cd parasol && ${MAKE} clean cd lib && ${MAKE} clean cd hg && ${MAKE} clean