2003-10-20 22:26:57 +00:00
|
|
|
##===- lib/AsmParser/Makefile ------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2001-06-06 20:29:01 +00:00
|
|
|
|
2002-04-08 20:17:06 +00:00
|
|
|
LEVEL = ../..
|
2001-06-06 20:29:01 +00:00
|
|
|
|
|
|
|
LIBRARYNAME = asmparser
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
2003-06-30 21:59:07 +00:00
|
|
|
#
|
|
|
|
# Make the source code file for the lexer depend upon the header file generated
|
|
|
|
# by the Bison parser. This prevents the generation of dependencies from
|
|
|
|
# being performed until after the header file has been created.
|
|
|
|
#
|
|
|
|
Lexer.cpp: llvmAsmParser.h
|