summaryrefslogtreecommitdiff
path: root/cpp/test/ios/controller/Makefile.mk
blob: b8869125f7021daccf1300932c290f1516876a8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# **********************************************************************
#
# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
#
# **********************************************************************

$(project)_type			= xcode
$(project)_platforms		= iphonesimulator iphoneos
$(project)_configs		= xcodesdk cpp11-xcodesdk
$(project)_dependencies		= $(tests)
$(project)_project 		= C++ Test Controller.xcodeproj
$(project)_scheme  		= $(if $(filter cpp11-xcodesdk,$2),C++11 Test Controller,C++98 Test Controller)
$(project)_configuration 	= $(if $(filter $(OPTIMIZE),yes),Release,Debug)

projects += $(project)