summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Makefile.mk
blob: 62511881399fffd00d49ca3b64dd85ce46f4853b (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)_programs		:= icepatch2server icepatch2client icepatch2calc
$(project)_dependencies		:= IcePatch2 Ice
$(project)_targetdir		:= $(bindir)

icepatch2server_sources	    	:= $(addprefix $(currentdir)/,FileServerI.cpp Server.cpp)
icepatch2client_sources	 	:= $(addprefix $(currentdir)/,Client.cpp)
icepatch2calc_sources	 	:= $(addprefix $(currentdir)/,Calc.cpp)

projects += $(project)