summaryrefslogtreecommitdiffstats
path: root/llvm/projects/sample
Commit message (Collapse)AuthorAgeFilesLines
* Revert r67655 and r67656, as they are breaking the build. I'mDan Gohman2009-03-253-1392/+1010
| | | | | | not going to persue this further at this time. llvm-svn: 67666
* LLVM's master Makefile.common is in LLVM_SRC_ROOT, not LLVM_OBJ_ROOT.Dan Gohman2009-03-251-1/+1
| | | | llvm-svn: 67658
* Regenerate configure.Dan Gohman2009-03-241-1004/+1386
| | | | llvm-svn: 67656
* Fix paths; AutoRegen.sh changes its current working directory to be theDan Gohman2009-03-242-6/+6
| | | | | | | autoconf directory, but these paths need to be relative to the main source directory. llvm-svn: 67655
* Update for autoconf 2.6x;Dan Gohman2009-03-241-3/+3
| | | | llvm-svn: 67654
* Fix bash-isms.Dan Gohman2009-03-241-2/+2
| | | | llvm-svn: 67647
* Add "sample" documentation to sample project.Nick Lewycky2008-09-151-0/+6
| | | | | | This fixes part of PR2793. llvm-svn: 56198
* Convert .cvsignore filesJohn Criswell2007-06-292-5/+0
| | | | llvm-svn: 37801
* avoid collision with /usr/bin/sample if this ever gets installed.Chris Lattner2007-02-181-1/+1
| | | | llvm-svn: 34387
* Make sample project -pedantic clean.Reid Spencer2006-11-032-5/+3
| | | | llvm-svn: 31391
* For PR780:Reid Spencer2006-08-072-5/+3
| | | | | | | | | | | | | 1. Change the usage of LOADABLE_MODULE so that it implies all the things necessary to make a loadable module. This reduces the user's burdern to get a loadable module correctly built. 2. Document the usage of LOADABLE_MODULE in the MakefileGuide 3. Adjust the makefile for lib/Transforms/Hello to use the new specification for building loadable modules 4. Adjust the sample project to not attempt to build a shared library for its little library. This was just wasteful and not instructive at all. llvm-svn: 29551
* For PR786:Reid Spencer2006-06-011-0/+2
| | | | | | | | | Turn -pedantic and -Wno-long-long compile flags on by default. In a few places, avoid the warnings by removing these options in the local makefile. One notable exception: lib/Target/CBackend/Writer.cpp. These warnings are left on as a reminder to developers to clean them up. llvm-svn: 28614
* Have the AutoRegen.sh script prompt the user for the LLVM src and objReid Spencer2006-04-182-4/+29
| | | | | | | | | | directories if it can't find them. Then, replace those values into the configure.ac script and pass them to the LLVM_CONFIG_PROJECT so that the values become the default for llvm_src and llvm_obj variables. In this way the user is required to input this exactly once, and the scripts take it from there. llvm-svn: 27798
* Ignored generated files.Reid Spencer2006-03-231-0/+4
| | | | llvm-svn: 27016
* Fixed Makefile so it does, indeed, build a dynamic library.Robert Bocchino2006-01-061-1/+2
| | | | llvm-svn: 25135
* oopsAndrew Lenharth2005-07-052-2/+2
| | | | llvm-svn: 22334
* updatesAndrew Lenharth2005-07-052-2/+2
| | | | llvm-svn: 22333
* Eliminate tabs and trailing spacesJeff Cohen2005-04-233-8/+8
| | | | llvm-svn: 21479
* Update to reflect various changes in the autoconf directory. THeReid Spencer2005-02-241-34/+38
| | | | | | | recommended configuration of projects is now much simplified and depends on LLVM file presence rather than local project file presence. llvm-svn: 20312
* Remove auxilliary files that are now picked up from llvm/autoconf. ThisReid Spencer2005-02-243-6642/+0
| | | | | | | | avoids version conflict problems with ltmain.sh (libtool), mkinstalldirs and install-sh. This prevents projects from becoming stale when the LLVM build system is upgraded or modified. llvm-svn: 20311
* * Move all the "standard" configuration stuff to the start of the fileReid Spencer2005-02-241-15/+15
| | | | | | | * Make the auxilliary directory be llvm/autoconf not the project's * Use the LLVM_CONFIG_PROJECT macro to get the --with-llvm{src,obj} args llvm-svn: 20310
* Don't put generated files into CVS.Reid Spencer2005-02-241-21/+0
| | | | llvm-svn: 20309
* * Fix an output messageReid Spencer2005-02-241-3/+3
| | | | | | | * Make aclocal look in LLVM's autoconf/m4 directory for macros * Don't force generation of missing files llvm-svn: 20307
* Update per new Makefile requirements for projectsReid Spencer2005-01-161-17/+11
| | | | llvm-svn: 19594
* Ignore autoconf/aclocal generated stuff.Reid Spencer2005-01-051-0/+1
| | | | llvm-svn: 19292
* Cleanup configuration for CygwinReid Spencer2005-01-053-6161/+44
| | | | llvm-svn: 19284
* Update to autoconf 2.59 standards.Reid Spencer2005-01-012-112/+239
| | | | llvm-svn: 19207
* Make sure the include files get distributed.Reid Spencer2004-10-261-4/+1
| | | | llvm-svn: 17247
* Fix nightly build by avoiding shared library construction.Reid Spencer2004-10-231-1/+3
| | | | llvm-svn: 17187
* Adjust to changes in Makefile.rulesReid Spencer2004-10-221-1/+1
| | | | llvm-svn: 17167
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Removed LLVM copyright from sample Makefile.John Criswell2003-10-214-28/+4
| | | | llvm-svn: 9326
* Removed LLVM copyright notice from sample Makefile.John Criswell2003-10-211-8/+2
| | | | llvm-svn: 9325
* Added LLVM copyrights to Makefiles.John Criswell2003-10-205-0/+40
| | | | llvm-svn: 9313
* Adding license information for the sample project.John Criswell2003-10-171-0/+24
| | | | llvm-svn: 9209
* Modified the Makefile so that the sample library is linked dynamically.John Criswell2003-10-171-1/+2
| | | | llvm-svn: 9194
* Adding autoconf support to the sample project.John Criswell2003-10-161-0/+2234
| | | | llvm-svn: 9150
* Adding autoconf support for the sample project.John Criswell2003-10-163-39/+28
| | | | | | This should make setting up a new project much easier. llvm-svn: 9149
* Adding autoconf support for the sample project.John Criswell2003-10-167-0/+15751
| | | | llvm-svn: 9148
* Checkin of autoconf-style object root.John Criswell2003-09-062-5/+18
| | | | | | Modified Makefiles to use the new Makefile setup in LLVM. llvm-svn: 8380
* Remove commented out declarationChris Lattner2003-08-211-6/+0
| | | | llvm-svn: 8032
* Disable sample project until it worksChris Lattner2003-07-231-1/+1
| | | | llvm-svn: 7287
* Adding in sample project tree.John Criswell2003-06-3010-0/+155
llvm-svn: 7018
OpenPOWER on IntegriCloud