622adde3bd4ed6ad0be3cb67f429caf02ee20cfd hiram Thu Jul 15 12:06:38 2010 -0700 add comment about install of hgRenderTracks diff --git src/hg/hgTracks/makefile src/hg/hgTracks/makefile index dc4ccee..e35edaa 100644 --- src/hg/hgTracks/makefile +++ src/hg/hgTracks/makefile @@ -47,7 +47,13 @@ ${RENDERA}: ${RENDERO} ${CC} -o ${RENDERA} ${RENDERO} ${MYLIBS} ${L} -# mv ${RENDERA} ${CGI_BIN}/ + +# install of RENDERA is not enabled yet. +# When it is desired, would need three different targets: +# my:: - for personal browser into ${CGI_BIN}-${USER} +# alpha:: - for browser into ${CGI_BIN} +# beta:: - for browser into ${CGI_BIN}-beta +# install:: - into DESTDIR/CGI_BIN wigTrack.o: wigCommon.h bedGraph.o: wigCommon.h @@ -59,3 +65,4 @@ clean:: rm -f ct_hgwdev_*.bed hgtIdeo_*.gif hgt_*.gif + rm -f ${RENDERA} ${RENDERO}