diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-27 22:06:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-27 22:06:01 +0000 |
commit | 35b707cfcc69d6e535fbef420b777851ef174f05 (patch) | |
tree | 6913d0f6bb021c01365f66cb5d3d5fe8c7fe0d7a /llvm/docs/MakefileGuide.html | |
parent | 1073ae07b0ba556450b67bbacb46aeef9ca4b9ca (diff) | |
download | bcm5719-llvm-35b707cfcc69d6e535fbef420b777851ef174f05.tar.gz bcm5719-llvm-35b707cfcc69d6e535fbef420b777851ef174f05.zip |
Remove FAKE_SOURCES
llvm-svn: 25703
Diffstat (limited to 'llvm/docs/MakefileGuide.html')
-rw-r--r-- | llvm/docs/MakefileGuide.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html index d8c5029f95c..71465da709e 100644 --- a/llvm/docs/MakefileGuide.html +++ b/llvm/docs/MakefileGuide.html @@ -646,14 +646,6 @@ source files, all built sources, all Makefiles, and most documentation files will be automatically distributed. Use this variable to distribute any files that are not automatically distributed.</dd> - <dt><a name="FAKE_SOURCES"><tt>FAKE_SOURCES</tt><small>(optional)</small> - </a></dt> - <dd>This variable is like <a href="#SOURCES"><tt>SOURCES</tt></a> except that - the source files don't need to exist. The makefiles only use - <tt>FAKE_SOURCES</tt> to create the names of derived objects that should be - included in the directory's result. It is assumed that the project's - <tt>Makefile</tt> will define how to build the derived objects - necessary.</dd> <dt><a name="KEEP_SYMBOLS"><tt>KEEP_SYMBOLS</tt></a></dt> <dd>If set to any value, specifies that when linking executables the makefiles should retain debug symbols in the executable. Normally, symbols |