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
/
Makefile.rules
Age
Commit message (
Expand
)
Author
2003-12-29
Allow C++ programs to end in .cc. This allows C++ test programs in the
John Criswell
2003-12-18
Add install target for libraries.
Brian Gaeke
2003-12-10
Add support for installing tool executables.
Brian Gaeke
2003-12-06
Stop using the -fshort-enum compile option
Chris Lattner
2003-12-01
Make stripped-bytecode a recursive target
Chris Lattner
2003-11-29
Simplify some rules
Chris Lattner
2003-11-25
All directory targets now install the Makefile only if it is missing.
John Criswell
2003-11-25
Added a pseudo-hack: The Makefile now copies Makefiles from source tree to
John Criswell
2003-11-24
Modified directory building rules so that using the cd program/alias is
John Criswell
2003-11-11
Shorten the "updating Makefile" status print-out.
Misha Brukman
2003-11-09
If the source tree's Makefile is more up-to-date, copy it over into the build
Misha Brukman
2003-11-08
Fix broken makefile dependency generation
Chris Lattner
2003-11-07
Fix a really bad build problem for users who have .o in their build directory!
Chris Lattner
2003-11-05
Output only the .y filename, not the full path to it for ease of reading.
Misha Brukman
2003-11-03
Modified build rules so that a messages appears before and after linking.
John Criswell
2003-10-29
Fixed LinkO, LinkP error in TOOLLINKOPTSB
Dinakar Dhurjati
2003-10-29
Added TOOLLINKOPTSB to pass options to the linker (e.g. adding search
Dinakar Dhurjati
2003-10-28
Add __STDC_LIMIT_MACROS here.
Brian Gaeke
2003-10-21
When linking the runtime libraries, do not link -lc and -lgcc into the libraries
Chris Lattner
2003-10-21
Added LLVM copyright notice.
John Criswell
2003-10-16
Added autoconf support for the sample project.
John Criswell
2003-10-10
Print out just the filename being compiled/linked, not the full path to it.
Misha Brukman
2003-10-10
Make the message stand out more
Chris Lattner
2003-10-07
Depend on config.status instead of config.h, because config.h timestamp may not
Misha Brukman
2003-10-07
Added targets that force users to re-run autoconf when the script has been
John Criswell
2003-10-02
Fixed the conditional targets for postscript files and tags.
John Criswell
2003-09-18
Changed the empty rule for .h files. The rule needs an empty command so that
John Criswell
2003-09-15
Put llvm .bc files into the BytecodeObj subdirectory instead of the Bytecode
Chris Lattner
2003-09-15
Allow specifying a file with symbols to export
Chris Lattner
2003-09-15
Wrap long lines at 80 cols
Chris Lattner
2003-09-15
Make sure to #include the OBJROOT config.h file, not the SRCROOT config.h file!
Chris Lattner
2003-09-11
Fixed SPEC so that it would run correctly with the new autoconf-style object
John Criswell
2003-09-11
Removed the aposthrophes endings and the elipses suffixes from build output.
John Criswell
2003-09-10
Avoid dumping runtime library bytecode files into lib/Bytecode if building
Chris Lattner
2003-09-09
Updated to find source files using VPATH. This makes writing build rules
John Criswell
2003-09-06
Checkin of autoconf-style object root.
John Criswell
2003-08-29
Slightly simplify make logic
Chris Lattner
2003-08-28
Start using `llvm-as' instead of `as'.
Misha Brukman
2003-08-27
Refactor code slightly. Make code compiled with llvmgcc use the warning options
Chris Lattner
2003-08-23
Fix typeo
Chris Lattner
2003-08-22
Remove last remenants of cleandeps
Chris Lattner
2003-08-22
Ugh, really fix it now... :(
Chris Lattner
2003-08-22
Fix computation of LLVM_OBJ_ROOT for non-projects :(
Chris Lattner
2003-08-21
Include the top-level Makefile.config from the LLVM tree for projects
Chris Lattner
2003-08-21
Projects no longer need to specify LLVM_OBJ_ROOT. Also, for the prdirs targe...
Chris Lattner
2003-08-21
The word `dependence' and its derivatives have no `a'.
Misha Brukman
2003-08-21
Make the tags rule tolerate lack of one of the standard directories
Chris Lattner
2003-08-21
* Remove cleandeps target
Chris Lattner
2003-08-21
fix dependency
Chris Lattner
2003-08-20
Point to the correct cc1/cc1plus binaries
Chris Lattner
[next]