aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
Commit message (Expand)AuthorAgeFilesLines
* Refresh Makefile.ocaml in objdir if it is modified in srcdir.Gordon Henriksen2008-03-101-2/+2
* Remove inappropriate whitespace, change CVS to SVN where it makes sense.Gabor Greif2008-02-271-6/+6
* when making bytecode modules, link as libraryAndrew Lenharth2008-02-251-1/+1
* Make the check for GCC version more robust, fix shared libraryChris Lattner2008-02-051-1/+1
* Unbreak builds with differing object and sourceDuncan Sands2008-01-281-2/+2
* reduce duplicate -I flags passed to the compiler, cleaning up the VERBOSEChris Lattner2008-01-281-6/+5
* One too many )'s breaks 'make clean' with certain versions of make.Chris Lattner2008-01-221-1/+1
* Commit a piece that I missed before, patch by Alain FrischChris Lattner2008-01-151-13/+19
* Modify Makefile.rules to allow makefiles to prepend to C.Flags andGordon Henriksen2008-01-061-9/+9
* Factor out makefile dependency generation better.Chris Lattner2007-12-311-9/+14
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-291-2/+2
* noone uses etags. Connected to PR1601Chris Lattner2007-09-261-20/+1
* Restore ability to build archives (oops)Reid Spencer2007-07-231-2/+2
* Remove bizarre use of /dev/null in a makefile include line that Reid Spencer2007-07-231-2/+2
* Make sure to keep symbols for profile build.Reid Spencer2007-07-101-0/+1
* Make sure that preprocessor symbols like _DEBUG, NDEBUG, and _GLIBC_DEBUG areReid Spencer2007-07-101-5/+4
* Add a missing .Reid Spencer2007-06-291-1/+1
* Clean up comments to be consistent with code.David Greene2007-06-291-2/+3
* Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene2007-06-281-1/+9
* Fix a problem with building .y files when BISON is not present.Reid Spencer2007-05-171-4/+11
* Disable RTTI handling until we're ready.Reid Spencer2007-05-021-1/+1
* Add a rule to get the footprint of binaries and libraries.Reid Spencer2007-05-021-0/+14
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-1/+3
* add a target to print out 80-column violations.Chris Lattner2007-04-141-0/+3
* Speed up installation a bit by ignoring .svn directories.Reid Spencer2007-04-091-1/+2
* For PR789:Reid Spencer2007-03-291-0/+2
* correct dependencyChris Lattner2007-02-281-0/+1
* target for generating CC infoChris Lattner2007-02-271-0/+5
* Fix some bugs in module building that broke llvm-stacker project.Reid Spencer2007-02-091-3/+3
* Don't use gccld or gccasReid Spencer2007-02-091-13/+11
* Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not aReid Spencer2007-02-071-1/+1
* Remove a spurious ;Reid Spencer2007-02-071-1/+1
* Implement the NO_INSTALL feature. Setting this variable to any value inReid Spencer2007-02-061-6/+56
* When using LINK_COMPONENTS, append the components to the end of theReid Spencer2007-02-041-2/+2
* Work around broken binutils on alphaAndrew Lenharth2007-01-261-0/+4
* Don't remove the find_rule label from FLEX output. It is needed by someReid Spencer2007-01-111-1/+0
* Remove the find_rule label from the output of flex. This will break anyReid Spencer2007-01-031-0/+1
* When compiling a C or C++ file to assembly, make the assembly outputReid Spencer2006-12-301-6/+6
* Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer2006-12-161-2/+11
* Don't bother with setting the path before running llvm-gcc4, it doesn'tReid Spencer2006-12-101-4/+5
* Remove line not meant to be committed.Reid Spencer2006-12-031-2/+0
* Handle upgrade of llvm-gcc3 assembly files.Reid Spencer2006-12-031-0/+24
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-171-0/+8
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-161-8/+0
* Fix typo pointed out by Bryan AdamsChris Lattner2006-11-151-1/+1
* Allow ENABLE_OPTIMIZED=0 to turn off optimization (turn on debug).Reid Spencer2006-11-111-1/+1
* For PR786:Reid Spencer2006-11-021-2/+2
* Targets should depend on all the intrinsics.td files also, otherwise theyChris Lattner2006-10-241-1/+2
* Move CompileCommonOpts to the end of the list so that EXTRA_OPTIONS=-O0 willChris Lattner2006-09-291-7/+7
* Fix a build problemChris Lattner2006-09-041-2/+3