summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Makefile.mk
blob: eb1cc23045b73dfbad64f2c3ade4a5837b85c8ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# **********************************************************************
#
# Copyright (c) 2003-2015 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 IceUtil
$(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)