Files
clang-p2996/llvm/lib/Analysis/DataStructure/Makefile
Alkis Evlogimenos 6bbc57ec12 Fix library name.
llvm-svn: 17306
2004-10-28 05:36:48 +00:00

15 lines
484 B
Makefile

##===- lib/Analysis/DataStructure/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 = ../../..
LIBRARYNAME = LLVMDataStructure
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common