Reid Spencer | 8fd3bca | 2004-08-10 16:27:08 +0000 | [diff] [blame] | 1 | ##===- 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 | ##===----------------------------------------------------------------------===## |
| 9 | LEVEL = ../.. |
| 10 | TOOLNAME = llvmc |
Reid Spencer | f113e7b | 2004-10-28 00:11:43 +0000 | [diff] [blame] | 11 | USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a |
Reid Spencer | dc6812d | 2004-11-23 23:38:46 +0000 | [diff] [blame] | 12 | CONFIG_FILES = c cpp ll st |
| 13 | EXTRA_DIST = c cpp ll st |
Reid Spencer | 8fd3bca | 2004-08-10 16:27:08 +0000 | [diff] [blame] | 14 | |
| 15 | include $(LEVEL)/Makefile.common |
Reid Spencer | c9b37ee | 2004-11-24 00:01:57 +0000 | [diff] [blame^] | 16 | |
| 17 | install:: |
| 18 | @$(ECHO) Installing additional C++ configuration clones |
| 19 | $(Verb)$(INSTALL) $(BUILD_OBJ_DIR)/cpp $(sysconfdir)/cc |
| 20 | $(Verb)$(INSTALL) $(BUILD_OBJ_DIR)/cpp $(sysconfdir)/c++ |
| 21 | $(Verb)$(INSTALL) $(BUILD_OBJ_DIR)/cpp $(sysconfdir)/cxx |
| 22 | $(Verb)$(INSTALL) $(BUILD_OBJ_DIR)/cpp $(sysconfdir)/C |