Replace the original flex lexer with a hand writen one. This
[oota-llvm.git] / lib / AsmParser / Makefile
index 75ae34542a8cb387c367b1764edbca9164832170..b76412a3a03e5e1d28402692246aef2dfb9cc8eb 100644 (file)
@@ -10,8 +10,7 @@
 LEVEL = ../..
 LIBRARYNAME := LLVMAsmParser
 BUILD_ARCHIVE = 1
-EXTRA_DIST := Lexer.cpp.cvs Lexer.l.cvs \
-              llvmAsmParser.cpp.cvs llvmAsmParser.h.cvs llvmAsmParser.y.cvs
+EXTRA_DIST := llvmAsmParser.cpp.cvs llvmAsmParser.h.cvs llvmAsmParser.y.cvs
 
 include $(LEVEL)/Makefile.common
 
@@ -24,4 +23,4 @@ CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
 # Make the object code file for the lexer depend upon the header file generated
 # by the Bison parser.  This prevents the Lexer from being compiled before the
 # header file it needs is built.
-$(ObjDir)/Lexer.o: $(PROJ_SRC_DIR)/llvmAsmParser.h
+$(ObjDir)/LLLexer.o: $(PROJ_SRC_DIR)/llvmAsmParser.h