search for: build_src_root

Displaying 10 results from an estimated 10 matches for "build_src_root".

2005 Feb 14
1
[LLVMdev] Fix using old BUILD_OBJ_ROOT/BUILD_SRC_ROOT in 2 LLVM makefiles [PATCH]
I found use old BUILD_OBJ_ROOT/BUILD_SRC_ROOT in comment in llvm/Makefile.common and in llvm/projects/Stacker/test/Makefile code. I update it to PROJ_* in attached patches. Vladimir -------------- next part -------------- A non-text attachment was scrubbed... Name: Makefile.common.patch Type: application/octet-stream Size: 1081 bytes Desc:...
2003 Dec 05
0
[LLVMdev] Re: Makefile.config&setenv
...cific, there are several locations that need to be defined: > # > # o LLVM_SRC_ROOT : The root directory of the LLVM source code. > # o LLVM_OBJ_ROOT : The root directory containing the built LLVM code. > # > # o BUILD_SRC_DIR : The directory containing the code to build. > # o BUILD_SRC_ROOT : The root directory of the code to build. > # > # o BUILD_OBJ_DIR : The directory in which compiled code will be placed. > # o BUILD_OBJ_ROOT : The root directory in which compiled code is placed. > # > ########################################################################### &gt...
2004 Apr 01
1
[LLVMdev] Makefile.config
Hi John, I have attached my Makefile.config. I noticed that I did'nt have SRC_ROOT and OBJ_ROOT variables defined as such in my environment. But I noticed that this is defined in the Makefile.config by default to the same values. All the same, I tried defining both these variables in my .cshrc, but I still get the same error. The main directory for me is /home/llvm, and I have
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...he BUILT_SOURCES variable > -# > -# 6. LLVM_SRC_ROOT - If specified, points to the top of the LLVM source tree. > -# > -# 8. BUILD_SRC_DIR - The directory which contains the current set of Makefiles > -# and usually the source code too (unless SourceDir is set). > -# > -# 9. BUILD_SRC_ROOT - The root directory of the source code being compiled. > -# > -# 10. BUILD_OBJ_DIR - The directory where object code should be placed. > -# > -# 11. BUILD_OBJ_ROOT - The root directory for where object code should be > -# placed. > -# > -# For building, > -# LLVM, LLVM...
2005 Jan 16
0
[LLVMdev] Proposed Makefile Changes
...changes have been committed. If you are working from CVS head and you use the LLVM Makefile System in your own project, please make a note of the following: 1. If your makefiles use any BUILD_* variables, they now need to be prefixed with PROJ_ instead of BUILD_. For example, BUILD_SRC_ROOT is now PROJ_SRC_ROOT. 2. There are additional requirements for projects. Please review this file: http://illuvium.net/src/projects/sample/Makefile.common.in On Fri, 2005-01-14 at 09:55, Reid Spencer wrote: > Hi, > > In buildling XPS using LLVM's makefile system,...
2005 Jan 16
0
[LLVMdev] Proposed Makefile Changes
...sed makefile changes have been committed. If you are working from CVS head and you use the LLVM Makefile System in your own project, please make a note of the following: 1. If your makefiles use any BUILD_* variables, they now need to be prefixed with PROJ_ instead of BUILD_. For example, BUILD_SRC_ROOT is now PROJ_SRC_ROOT. 2. There are additional requirements for projects. Please review this file: http://illuvium.net/src/projects/sample/Makefile.common.in as it contains the complete list of variables you need to set and provides some documentation on them. Note that there a...
2005 Jan 16
1
[LLVMdev] Proposed Makefile Changes
...committed. If you are working > from CVS head and you use the LLVM Makefile System in your own project, > please make a note of the following: > > 1. If your makefiles use any BUILD_* variables, they now need to be > prefixed with PROJ_ instead of BUILD_. For example, > BUILD_SRC_ROOT is now PROJ_SRC_ROOT. > > 2. There are additional requirements for projects. Please review > this file: > http://illuvium.net/src/projects/sample/Makefile.common.in > as it contains the complete list of variables you need to set and > provides some documentati...
2005 Jan 14
6
[LLVMdev] Proposed Makefile Changes
Hi, In buildling XPS using LLVM's makefile system, I'm finding that there's a few things lacking in our support for LLVM-based projects. The items below should help but may require changes to project makefiles. I thought I'd check before just going and doing it. 1. Various autoconf generated variables (e.g. abs_top_srcdir) are set in the makefiles but not used. They
2004 Sep 01
0
[LLVMdev] FreeBSD Support In lib/System
...it in the $build variable. We use that to determine the basic kind of platform and put it in a variable named $OS. The value of $OS can be: Linux, FreeBSD, Interix, SunOS, Darwin, etc. 2. The platform name is used to create a link from $BUILD_OBJ_ROOT/lib/System/platform to $BUILD_SRC_ROOT/lib/System/$OS 3. All the *.cpp files in lib/System may *only* contain absolutely pure/vanilla platform independent code and they will #include a file of the same name in the "platform" subdirectory. For example lib/System/Path.cpp #includes lib/System/platform/Path.cpp....
2004 Aug 31
9
[LLVMdev] POSIX compliance
Reid, >As for Interix support in general, I'm having a hard time determining >which variant of Unix Interix implements. It seems to be partially Posix >1 and partially Posix 2 based. Do you have any further information >related to the specific standards supported by Interix? I don't want to >incorrectly categorize the Interix support. I've discussed this subject with