index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
MakefileGuide.html
Age
Commit message (
Expand
)
Author
2007-02-09
Remove references to gccld and gccas, adjusting the documentation to
Reid Spencer
2007-02-06
Document the LINK_COMPONENTS and NO_INSTALL variables.
Reid Spencer
2006-09-04
Update this to reflect llvm-config usage
Chris Lattner
2006-08-07
Fix an anchor name.
Reid Spencer
2006-08-07
For PR780:
Reid Spencer
2006-07-11
Fix typo.
Devang Patel
2006-06-03
Document the LINK_LIBS_IN_SHARED control variable.
Reid Spencer
2006-04-20
Remove more references to Burg.
Reid Spencer
2006-04-20
Remove reference to BURG variable. It no longer exists.
Reid Spencer
2006-04-09
Update docs for ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS
Reid Spencer
2006-03-23
Wrap long lines, remove unnecessarily empty lines.
Reid Spencer
2006-03-21
Document ENABLE_ASSERTIONS=1
Chris Lattner
2006-03-14
Changes docs for llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2006-01-27
Remove FAKE_SOURCES
Chris Lattner
2005-10-24
Fixed spelling.
John Criswell
2005-05-10
Remove vim modeline, this belongs in ~/.vimrc
Misha Brukman
2005-01-16
* Revise the projects section and make reference to Projects.html
Reid Spencer
2005-01-11
* Describe the LOADABLE_MODULE feature
Reid Spencer
2004-12-17
Describe the new "reconfigure" and "spotless" targets.
Reid Spencer
2004-12-08
Fixed broken links.
Tanya Lattner
2004-12-08
Remove variables that are not used by any of the LLVM makefiles
Reid Spencer
2004-12-06
Upgrade documentation to reflect Makefile.rules changes.
Reid Spencer
2004-12-05
Describe the MODULE_NAME control variable
Reid Spencer
2004-12-04
Update for changes to check targets.
Chris Lattner
2004-11-29
Make it HTML 4.01 Strict compliant.
Reid Spencer
2004-11-29
* Document how to turn on doxygen documentation generation
Reid Spencer
2004-11-25
Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.
Reid Spencer
2004-11-21
Fixed another typo.
John Criswell
2004-11-08
Implement and document the TOOL_VERBOSE option that asks each tool invoked
Reid Spencer
2004-11-07
* Fix file-relative links: they need '#' prepended to the target name
Misha Brukman
2004-11-01
Configuration -> BuildMode
Reid Spencer
2004-10-31
Add the preconditions target per suggestion by Henrik Bach.
Reid Spencer
2004-10-31
One more missing end tag.
Reid Spencer
2004-10-31
Correct tag usage for HTML 4.01 Strict compliance
Reid Spencer
2004-10-31
Add a tutorial and some more general concepts.
Reid Spencer
2004-10-30
Complete the description of public variables. Internal variables are listed
Reid Spencer
2004-10-25
Make a sentence easier to parse
Chris Lattner
2004-10-25
Fix spellos
Chris Lattner
2004-10-24
First draft. More to come.
Reid Spencer
2004-10-23
First cut at the LLVM Makefile Guide. There's lots to correct and lots more
Reid Spencer