search for: proj_install_dir

Displaying 3 results from an estimated 3 matches for "proj_install_dir".

2005 Jan 16
0
[LLVMdev] Proposed Makefile Changes
...s 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://llvm.cs.uiuc.edu/docs/Pr...
2005 Jan 16
1
[LLVMdev] Proposed Makefile Changes
...://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:/...
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