1 *** Languages/LanguageKit/CodeGen/GNUmakefile 2009-10-15 21:36:04.000000000 +0300
2 --- Languages/LanguageKit/CodeGen/GNUmakefile.new 2009-10-15 21:38:36.000000000 +0300
5 # uncomment this line when debugging if you have problems with over-aggressive
6 # inlining throwing away useful debugging info.
7 #${FRAMEWORK_NAME}_CPPFLAGS = -fno-inline
8 ! ${FRAMEWORK_NAME}_CPPFLAGS = -D_GNU_SOURCE
9 ${FRAMEWORK_NAME}_OBJCFLAGS = -std=c99 -g -Wno-unused-value
10 ${FRAMEWORK_NAME}_LDFLAGS += -g -lstdc++
11 ${FRAMEWORK_NAME}_CFLAGS += -Wno-implicit -g
13 # uncomment this line when debugging if you have problems with over-aggressive
14 # inlining throwing away useful debugging info.
15 #${FRAMEWORK_NAME}_CPPFLAGS = -fno-inline
16 ! ${FRAMEWORK_NAME}_CPPFLAGS = -D_GNU_SOURCE
17 ${FRAMEWORK_NAME}_OBJCFLAGS = -std=c99 -g -Wno-unused-value
18 ${FRAMEWORK_NAME}_LDFLAGS += -g -lstdc++
19 ${FRAMEWORK_NAME}_CFLAGS += -Wno-implicit -g
23 LLVM_LIBS=analysis archive backend bitreader bitwriter codegen core debugger engine executionengine instrumentation interpreter ipa ipo jit linker native nativecodegen scalaropts selectiondag support system target transformutils #x86 x86asmprinter x86codegen
25 ! ${FRAMEWORK_NAME}_CCFLAGS += `llvm-config --cxxflags ${LLVM_LIBS}` -g
26 LIBRARIES_DEPEND_UPON += `llvm-config --ldflags --libfiles ${LLVM_LIBS}`
31 LLVM_LIBS=analysis archive backend bitreader bitwriter codegen core debugger engine executionengine instrumentation interpreter ipa ipo jit linker native nativecodegen scalaropts selectiondag support system target transformutils #x86 x86asmprinter x86codegen
33 ! ${FRAMEWORK_NAME}_CCFLAGS += `llvm-config --cxxflags ${LLVM_LIBS}` -g -Wno-deprecated
34 LIBRARIES_DEPEND_UPON += `llvm-config --ldflags --libfiles ${LLVM_LIBS}`