Merge branch 'master' into msp430
[llvm/msp430.git] / tools / gccld / Makefile
blobb2d3f734356d4ae826b457211373f94614b48a90
1 ##===- tools/gccld/Makefile --------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
12 include $(LEVEL)/Makefile.common
14 install-local:: $(PROJ_bindir)/gccld
16 $(PROJ_bindir)/gccld : gccld.sh Makefile
17 $(Echo) Installing gccld shell script.
18 $(Verb) sed "s#@TOOLDIR@#$(PROJ_bindir)#" $< > $@
19 $(Verb) chmod 0755 $@
21 all-local:: $(ToolDir)/gccld
23 $(ToolDir)/gccld : gccld.sh Makefile
24 $(Echo) Making $(ToolDir)/gccld shell script.
25 $(Verb) sed "s#@TOOLDIR@#$(ToolDir)#" $< > $@
26 $(Verb) chmod 0755 $@
28 clean-local::
29 $(Verb)$(RM) -f $(ToolDir)/gccld