comparison runtime/lib/gc/basic/llvmdc.mak @ 663:6aaa3d3c1183

First part of rename to LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:46:55 +0200
parents 20c065c46b38
children
comparison
equal deleted inserted replaced
662:88e23f8c2354 663:6aaa3d3c1183
1 # Makefile to build the garbage collector D library for LLVMDC 1 # Makefile to build the garbage collector D library for LDC
2 # Designed to work with GNU make 2 # Designed to work with GNU make
3 # Targets: 3 # Targets:
4 # make 4 # make
5 # Same as make all 5 # Same as make all
6 # make lib 6 # make lib
37 LC=llvm-ar rsv 37 LC=llvm-ar rsv
38 LCC=llc 38 LCC=llc
39 LLINK=llvm-link 39 LLINK=llvm-link
40 CLC=ar rsv 40 CLC=ar rsv
41 LD=llvm-ld 41 LD=llvm-ld
42 DC=llvmdc 42 DC=ldc
43 43
44 LIB_DEST=.. 44 LIB_DEST=..
45 45
46 .SUFFIXES: .s .S .c .cpp .d .html .o .bc 46 .SUFFIXES: .s .S .c .cpp .d .html .o .bc
47 47