X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAsmParser%2FMakefile;h=995bb0e130e2bee6fbe94b259eba3b3890d9250f;hb=c5b413060c1775c134f934d38a766a0095284ed2;hp=865e112c5172089c4550e8c34d5e655b6bce33ae;hpb=5d6ca51ded679e7c5b4784895c9f36456533aa07;p=oota-llvm.git diff --git a/lib/AsmParser/Makefile b/lib/AsmParser/Makefile index 865e112c517..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 := ../.. +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