summaryrefslogtreecommitdiff
path: root/cpp/src/IceBox/Makefile.mk
blob: 3afa222f7d7badfea0ccaf05d96700a9e49dfb2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# **********************************************************************
#
# Copyright (c) 2003-2017 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)_libraries    := IceBox
$(project)_programs     := icebox iceboxadmin
$(project)_dependencies := Ice
$(project)_sliceflags   := --include-dir IceBox

IceBox_targetdir        := $(libdir)
IceBox_sources          := $(slicedir)/IceBox/IceBox.ice $(currentdir)/Exception.cpp

icebox_targetdir        := $(bindir)
icebox_sources          := $(currentdir)/Service.cpp $(currentdir)/ServiceManagerI.cpp
icebox_dependencies     := IceBox

iceboxadmin_targetdir   := $(bindir)
iceboxadmin_sources     := $(currentdir)/Admin.cpp
iceboxadmin_dependencies:= IceBox

projects += $(project)