blob: 0e63d13259411aa68e5758ec284f68df96c5e808 [file] [log] [blame]
Reid Spencer8fd3bca2004-08-10 16:27:08 +00001##===- tools/llvmc/Makefile --------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9LEVEL = ../..
10TOOLNAME = llvmc
Chris Lattnerf8625d92006-06-21 17:26:13 +000011USEDLIBS = LLVMCore.a LLVMSupport.a LLVMSystem.a
Reid Spencercc97cfc2005-05-19 00:52:28 +000012CONFIG_FILES = c cpp ll
Reid Spencer59524a52006-04-12 20:56:12 +000013EXTRA_DIST = c cpp ll ConfigLexer.cpp.cvs ConfigLexer.l.cvs
Chris Lattner0465fa92006-07-07 00:46:19 +000014REQUIRES_EH := 1
Reid Spencercc97cfc2005-05-19 00:52:28 +000015
16# The CompilerDriver needs to know the locations of several configured
17# directories and paths. We define these as preprocessor symbols so they can
18# be hard coded into the process based on the configuration. Only those
19# configuration values not available in llvm/include/Config/config.h need to be
20# specified here. These values are used as the replacements for the
21# configuration file substitution variables such as %llvmgccdir%
22CPPFLAGS = -DLLVMGCCDIR="\"$(LLVMGCCDIR)\"" \
23 -DLLVMGCCARCH="\"$(LLVMGCCARCH)\"" \
24 -DLLVMGCC="\"$(LLVMGCC)\"" \
25 -DLLVMGXX="\"$(LLVMGXX)\"" \
26 -DLLVMCC1="\"$(LLVMCC1)\"" \
27 -DLLVMCC1PLUS="$(LLVMCC1PLUS)"
Reid Spencer8fd3bca2004-08-10 16:27:08 +000028
29include $(LEVEL)/Makefile.common
Reid Spencerc9b37ee2004-11-24 00:01:57 +000030
31install::
Reid Spencerbdf6a392005-01-16 02:21:29 +000032 $(Echo) Installing additional C++ configuration clones
Reid Spencercc97cfc2005-05-19 00:52:28 +000033 $(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/c++
34 $(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/cxx