4ca736a6e7b2cb37dab66d050ed3f84c79e3a2ad galt Sun Aug 11 02:11:32 2019 -0700 Adding new utility blatServersCheck to make it easy for people to check the consistency of the blatServer tables against the actual gfServers running on blat machines. diff --git src/hg/utils/blatServersCheck/makefile src/hg/utils/blatServersCheck/makefile new file mode 100644 index 0000000..54f73ff --- /dev/null +++ src/hg/utils/blatServersCheck/makefile @@ -0,0 +1,5 @@ +kentSrc = ../../.. +A = blatServersCheck +preMyLibs += $(kentSrc)/lib/$(MACHTYPE)/jkOwnLib.a +include $(kentSrc)/inc/userApp.mk +L += -lm $(SOCKETLIB)