1 ##===- lib/AsmParser/Makefile ------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
11 LIBRARYNAME := LLVMAsmParser
12 BUILT_SOURCES := llvmAsmParser.cpp llvmAsmParser.h Lexer.cpp
14 include $(LEVEL)/Makefile.common
17 # Make the object code file for the lexer depend upon the header file generated
18 # by the Bison parser. This prevents the Lexer from being compiled before the
19 # header file it needs is built.
20 $(OBJDIR)/Lexer.o: llvmAsmParser.h