diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-17 02:18:44 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-17 02:18:44 +0000 |
commit | e6fd0e826b339caadbf4b2f9f6c0378e451477a5 (patch) | |
tree | 362411f13f53540ff759a14bfadc3311c1a8f71e /llvm/projects/Stacker/lib/compiler/Makefile | |
parent | b4e0f9b52e9fb7bcec58f4e9aac8cc8d65d32bdb (diff) | |
download | bcm5719-llvm-e6fd0e826b339caadbf4b2f9f6c0378e451477a5.tar.gz bcm5719-llvm-e6fd0e826b339caadbf4b2f9f6c0378e451477a5.zip |
For PR1074:
Remove the projects/Stacker directory. LLVM is now free of dependency
on llvm-gcc.
llvm-svn: 33278
Diffstat (limited to 'llvm/projects/Stacker/lib/compiler/Makefile')
-rw-r--r-- | llvm/projects/Stacker/lib/compiler/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/llvm/projects/Stacker/lib/compiler/Makefile b/llvm/projects/Stacker/lib/compiler/Makefile deleted file mode 100644 index 11276c1517c..00000000000 --- a/llvm/projects/Stacker/lib/compiler/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -##===- projects/Stacker/lib/compiler/Makefile --------------*- Makefile -*-===## - -LEVEL := ../.. -LIBRARYNAME := stkr_compiler -EXTRA_DIST := Lexer.cpp.cvs Lexer.l.cvs \ - StackerParser.cpp.cvs StackerParser.h.cvs StackerParser.y.cvs -REQUIRES_EH := 1 - -include $(LEVEL)/Makefile.common - -ifdef PARSE_DEBUG -INCLUDES += -DPARSE_DEBUG -endif - -# Disable -pedantic for this library, as bison output isn't necessarily -# -pedantic clean. -CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) -CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) - -$(ObjDir)/Lexer.o : $(PROJ_SRC_DIR)/StackerParser.h -$(ObjDir)/StackerCompiler.o : $(PROJ_SRC_DIR)/StackerParser.h |