opnsense-src/contrib/llvm/lib/Object/Makefile

15 lines
428 B
Makefile
Raw Normal View History

##===- lib/Object/Makefile ---------------------------------*- Makefile -*-===##
#
2009-10-23 10:19:52 -04:00
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
2009-10-23 10:19:52 -04:00
# License. See LICENSE.TXT for details.
#
2009-10-23 10:19:52 -04:00
##===----------------------------------------------------------------------===##
LEVEL = ../..
LIBRARYNAME = LLVMObject
BUILD_ARCHIVE := 1
2009-10-23 10:19:52 -04:00
include $(LEVEL)/Makefile.common