X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAsmParser%2FMakefile;h=995bb0e130e2bee6fbe94b259eba3b3890d9250f;hb=c5b413060c1775c134f934d38a766a0095284ed2;hp=22e435794e332890804f20616d1af43c97b76eb6;hpb=7a73b80b9052136c8cd2234eb3433a07df7cf38e;p=oota-llvm.git diff --git a/lib/AsmParser/Makefile b/lib/AsmParser/Makefile index 22e435794e3..995bb0e130e 100644 --- a/lib/AsmParser/Makefile +++ b/lib/AsmParser/Makefile @@ -1,13 +1,14 @@ +##===- lib/AsmParser/Makefile ------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## LEVEL = ../.. - -LIBRARYNAME = asmparser +LIBRARYNAME := LLVMAsmParser +BUILD_ARCHIVE = 1 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