search for: proj_version

Displaying 4 results from an estimated 4 matches for "proj_version".

2005 Jan 16
0
[LLVMdev] Proposed Makefile Changes
...ase 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 are three new project related variables you need to set: PROJECT_NAME, PROJ_VERSION, and PROJ_INSTALL_DIR. These variables make it possible for the "install", "dist", and "dist-check" targets to work for your project too, not just LLVM. 3. If it isn't clear how to set up your project, please consult the documentation here: http://ll...
2005 Jan 16
1
[LLVMdev] Proposed Makefile Changes
...: > 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 are three > new project related variables you need to set: PROJECT_NAME, > PROJ_VERSION, and PROJ_INSTALL_DIR. These variables make it > possible for the "install", "dist", and "dist-check" targets to work > for your project too, not just LLVM. > > 3. If it isn't clear how to set up your project, please consult the > docu...
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
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid, I think it is the first time it is run that the errors occcur !? Not sure but that would seem logical. Aaron