swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Raw File
Tip revision: ed3d92de1a25e110e7f0569085eec4b08e5c813d authored by Fons Rademakers on 14 February 2013, 22:27:15 UTC
tag patch release v5-34-05.
Tip revision: ed3d92d
Makefile-comp.in
# -*- mode: makefile -*-
#
# Makefile compiler definitions included by the top Makefile.
# Used to override the compilers specified in the architecture
# specific Makefiles.

CC    = @altcc@
CXX   = @altcxx@
F77   = @altf77@
LD    = @altld@
back to top