blob: b8da863f2ae388499c4009be20b3c1e663e8b0dc [file] [log] [blame]
#///////////////////////////////////////////////////////////////////////////////
#// Copyright (c) 2000-2017 Ericsson Telecom AB //
#// //
#// All rights reserved. This program and the accompanying materials //
#// are made available under the terms of the Eclipse Public License v1.0 //
#// which accompanies this distribution, and is available at //
#// http://www.eclipse.org/legal/epl-v10.html //
#///////////////////////////////////////////////////////////////////////////////
rm deps.extend.dot deps.import.dot deps.extend.png deps.import.png
./make-extend-graph.sh $* > deps.extend.dot;
./make-import-graphs.sh $* >deps.import.dot
dot -Tpng -o deps.extend.png deps.extend.dot
dot -Tpng -o deps.import.png deps.import.dot