blob: 865e112c5172089c4550e8c34d5e655b6bce33ae [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/AsmParser/Makefile ------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
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.
7#
8##===----------------------------------------------------------------------===##
Chris Lattner00950542001-06-06 20:29:01 +00009
Reid Spencer5d6ca512004-10-28 00:43:24 +000010LEVEL := ../..
11LIBRARYNAME := LLVMAsmParser
12BUILT_SOURCES := llvmAsmParser.cpp llvmAsmParser.h Lexer.cpp
Chris Lattner00950542001-06-06 20:29:01 +000013
14include $(LEVEL)/Makefile.common
15
John Criswell7a73b802003-06-30 21:59:07 +000016#
Reid Spencer5d6ca512004-10-28 00:43:24 +000017# 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