2004-08-10 16:27:08 +00:00
|
|
|
##===- tools/llvmc/Makefile --------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../..
|
|
|
|
TOOLNAME = llvmc
|
2004-11-25 20:22:06 +00:00
|
|
|
USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
|
2004-11-23 23:38:46 +00:00
|
|
|
CONFIG_FILES = c cpp ll st
|
|
|
|
EXTRA_DIST = c cpp ll st
|
2004-08-10 16:27:08 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
2004-11-24 00:01:57 +00:00
|
|
|
|
|
|
|
install::
|
2005-01-16 02:21:29 +00:00
|
|
|
$(Echo) Installing additional C++ configuration clones
|
2005-02-24 21:43:43 +00:00
|
|
|
$(Verb)$(DataInstall) $(PROJ_OBJ_DIR)/cpp $(PROJ_etcdir)/cc
|
|
|
|
$(Verb)$(DataInstall) $(PROJ_OBJ_DIR)/cpp $(PROJ_etcdir)/c++
|
|
|
|
$(Verb)$(DataInstall) $(PROJ_OBJ_DIR)/cpp $(PROJ_etcdir)/cxx
|
|
|
|
$(Verb)$(DataInstall) $(PROJ_OBJ_DIR)/cpp $(PROJ_etcdir)/C
|