blob: 2d162a63801e6229172c50041f0dbb589148774e [file] [log] [blame]
Misha Brukman3aae44e2009-01-01 01:29:44 +00001##===- utils/unittest/googletest/Makefile ------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LEVEL := ../../..
11include $(LEVEL)/Makefile.config
12
13LIBRARYNAME = GoogleTest
14BUILD_ARCHIVE = 1
Misha Brukman3aae44e2009-01-01 01:29:44 +000015CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
16CPP.Flags += -Wno-missing-field-initializers -Wno-variadic-macros
17
18include $(LEVEL)/Makefile.common