# Top Level Makefile for cint ##### TARGETS ##### .PHONY: all all: @(echo ""; \ echo "The CINT SVN repository has moved in March 2008."; \ echo "To get the latest version checkout CINT using:"; \ echo " svn co http://root.cern.ch/svn/root/trunk/cint cint"; \ echo ""; \ exit 1; \ )