X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAsmParser%2FMakefile;h=995bb0e130e2bee6fbe94b259eba3b3890d9250f;hb=7af88ec907537f9a5de343d439fbca1344f28a29;hp=1a031a0b3bd7b8df0e7c4c8bfae5e3db3614ce57;hpb=4047a49cdc502db48a98b693eee40fee2bc83727;p=oota-llvm.git diff --git a/lib/AsmParser/Makefile b/lib/AsmParser/Makefile index 1a031a0b3bd..995bb0e130e 100644 --- a/lib/AsmParser/Makefile +++ b/lib/AsmParser/Makefile @@ -1,20 +1,14 @@ ##===- 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. -# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# ##===----------------------------------------------------------------------===## LEVEL = ../.. LIBRARYNAME := LLVMAsmParser -BUILT_SOURCES := llvmAsmParser.cpp llvmAsmParser.h Lexer.cpp +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common - -# -# Make the object code file for the lexer depend upon the header file generated -# by the Bison parser. This prevents the Lexer from being compiled before the -# header file it needs is built. -$(OBJDIR)/Lexer.o: llvmAsmParser.h