aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Burg/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-301-16/+19
* Fix the dependency of lex.o on gram.tab.hReid Spencer2004-10-281-1/+1
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-261-0/+2
* Remove double colon rule for gram.tab.h so it doesn't conflict with theReid Spencer2004-10-221-1/+1
* Adjust to changes in Makefile.rulesReid Spencer2004-10-221-1/+1
* Make comment header span the entire lineMisha Brukman2004-10-081-1/+1
* Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer2004-09-031-2/+2
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Move support/tools/* back into utilsChris Lattner2003-10-051-1/+1
* Updated Makefiles to reflect new location in llvm/support/tools.John Criswell2003-09-291-1/+1
* Fix the flag on `rm' to properly do a recursive deletion.Misha Brukman2003-09-171-1/+1
* Updated to find source files using VPATH. This makes writing build rulesJohn Criswell2003-09-091-7/+5
* Checkin of autoconf-style object root.John Criswell2003-09-061-4/+6
* Only use :: rules for #included filesChris Lattner2003-08-211-1/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
* Added code to the clean rule that deletes files placed in the source directory.John Criswell2003-06-271-0/+1
* Fix misspelling of ExtraSources, hopefully to unbreak the nightly testerChris Lattner2003-06-171-2/+1
* Updated to the new Makefile.common.John Criswell2003-06-111-2/+2
* Fix burg build problem.Chris Lattner2002-11-011-0/+2
* Work better with other versions of bisonChris Lattner2002-10-271-3/+1
* Clean up dead rulesChris Lattner2002-09-221-5/+1
* Fix tons of warnings, convert burg to use Makefile.common system, renameChris Lattner2002-09-221-85/+17
* Build burg separately for different architectures.Vikram S. Adve2002-09-201-12/+22
* Include our config and system-specific Makefiles to get theVikram S. Adve2002-09-201-0/+5
* TEst commitChris Lattner2002-09-171-0/+1
* Test commitChris Lattner2002-09-171-0/+1
* Test changeChris Lattner2002-09-171-1/+0
* We need an 'all' target to build burg, add it backChris Lattner2002-09-171-0/+2
* Don't run tests by defaultChris Lattner2002-09-171-2/+0
* Initial checkin of burg filesChris Lattner2002-09-171-0/+84