Displaying 3 results from an estimated 3 matches for "extrasourc".
Did you mean:
extrasource
2011 Jul 09
0
[LLVMdev] ExtraSource Variable in Makefiles
Hello,
I was reading (http://llvm.org/docs/Projects.html) which mentions the use of
ExtraSource as a variable that can be set in project Makefiles to handle
code that is generated. I couldn't get this to work, and grepping through
all the Makefile.*s in all the directories I couldn't find any mention of
"ExtraSource" except for in the Makefile.common (where it is in a comme...
2004 Oct 22
6
[LLVMdev] Makefile.rules Changes / automake update (IMPORTANT!)
...test, Java and reopt projects. If you have another project, you MIGHT be
impacted because of a few variable name changes.
All changes will (soon) be documented in a new "LLVM Makefiles" document that
I'll write, but quickly, here's what changed from a USER's perspective:
* ExtraSource variable became BUILT_SOURCES (standard variable name)
* SourceDir variable eliminated (redundant with BUILD_SRC_DIR, few uses)
* Properly allow standard variables to be used (C,CFLAGS,CXX,CXXFLAGS,CPP,
CPPFLAGS, LD, LDFLAGS, AR, ARFLAGS, etc) to alter compilation settings on a
per directory...
2004 Oct 22
0
[LLVMdev] Makefile.rules Changes / automake update (IMPORTANT!)
...s. If you have another project, you MIGHT be
> impacted because of a few variable name changes.
>
> All changes will (soon) be documented in a new "LLVM Makefiles" document that
> I'll write, but quickly, here's what changed from a USER's perspective:
>
> * ExtraSource variable became BUILT_SOURCES (standard variable name)
> * SourceDir variable eliminated (redundant with BUILD_SRC_DIR, few uses)
> * Properly allow standard variables to be used (C,CFLAGS,CXX,CXXFLAGS,CPP,
> CPPFLAGS, LD, LDFLAGS, AR, ARFLAGS, etc) to alter compilation settings on a
&...