blob: d73e85a54333b503f65e70760ad23bdc19398dba [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
15SOURCES = gtest-all.cc
16CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/
17CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
18CPP.Flags += -Wno-missing-field-initializers -Wno-variadic-macros
19
20include $(LEVEL)/Makefile.common