aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/Makefile
blob: 22e435794e332890804f20616d1af43c97b76eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

LEVEL = ../..

LIBRARYNAME = asmparser

include $(LEVEL)/Makefile.common

#
# 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