0e317c413469dd84c461975530a29b80ff4dd239
max
  Fri Mar 6 04:54:13 2015 -0800
removing utils/ for hgBeacon from the main and the utils makefile

diff --git src/utils/makefile src/utils/makefile
index 0558ecf..8f8b1db 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -172,44 +172,30 @@
 %.userApps:
 	cd $* && echo $* && $(MAKE)
 
 scripts: $(SCRIPT_FILES:%=%.scripts)
 	chmod +x genePredToBed/genePredToBed;
 	rm -f ${SCRIPTS}/genePredToBed;
 	echo cp -p genePredToBed/genePredToBed ${SCRIPTS};
 	@cp -p genePredToBed/genePredToBed ${SCRIPTS};
 
 %.scripts:
 	chmod +x $*
 	rm -f ${SCRIPTS}/$*
 	echo cp -p $* ${SCRIPTS}
 	cp -p $* ${SCRIPTS}
 
-# the following three targets are for the hgBeacon CGI which needs 
-# two tools copied into the cgi-bin/utils directory
-cgi:
-	cd bigBedToBed && ${MAKE} cgi
-	cd bigBedInfo && ${MAKE} cgi
-
-alpha: scripts all
-	cd bigBedToBed && ${MAKE} alpha
-	cd bigBedInfo && ${MAKE} alpha
-
-beta:
-	cd bigBedToBed && ${MAKE} beta
-	cd bigBedInfo && ${MAKE} beta
-
 testAll: $(ALL_APPS:%=%.testAll)
 
 %.testAll:
 	@test -s $*/tests/makefile && (echo $*; cd $* && $(MAKE) test) || true
 
 test: testAll
 	cd faToTwoBit && ${MAKE} test
 	cd twoBitToFa && ${MAKE} test
 	cd twoBitInfo && ${MAKE} test
 	cd bedGeneParts && ${MAKE} test
 
 clean: $(ALL_APPS:%=%.clean)
 	touch non-empty-rm.o
 	- find . -name \*.o -print | xargs rm