X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FMakefile;h=0b6660408ac9e5145235c62a84eb7dd02b16a687;hb=1626c507e8e478ad372187f8380e65bb3cfcaeff;hp=7a41c62b04e7a1846fda70ae7c2770ed43db62d8;hpb=6beedac106f5949496234349b754e8d48fccdda4;p=oota-llvm.git diff --git a/lib/Support/Makefile b/lib/Support/Makefile index 7a41c62b04e..0b6660408ac 100644 --- a/lib/Support/Makefile +++ b/lib/Support/Makefile @@ -1,12 +1,13 @@ +##===- lib/Support/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. +# +##===----------------------------------------------------------------------===## LEVEL = ../.. - -DIRS = - LIBRARYNAME = support - -## List source files in link order -Source = \ - ProgramOption.o \ - ProgramOptions.o +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common