From 1faf544c1205b3ca09fe1c35f89393483376b49d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 27 Jan 2006 22:06:01 +0000 Subject: Remove FAKE_SOURCES git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25703 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/MakefileGuide.html | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/MakefileGuide.html') diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index d8c5029f95..71465da709 100644 --- a/docs/MakefileGuide.html +++ b/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. -
FAKE_SOURCES(optional) -
-
This variable is like SOURCES except that - the source files don't need to exist. The makefiles only use - FAKE_SOURCES to create the names of derived objects that should be - included in the directory's result. It is assumed that the project's - Makefile will define how to build the derived objects - necessary.
KEEP_SYMBOLS
If set to any value, specifies that when linking executables the makefiles should retain debug symbols in the executable. Normally, symbols -- cgit v1.2.3