# Copyright Rene Rivera 2015 # Distributed under the Boost Software License, Version 1.0. # See http://www.boost.org/LICENSE_1_0.txt exe process_jam_log : ../src/process_jam_log.cpp ../../common/build//process_jam_log ; explicit process_jam_log ; alias install : exec ; install exec : process_jam_log/release : EXE $(INSTALL_PREFIX_EXEC) ; explicit install exec ;