Skip to content

Commit

Permalink
New gmake based demo build system
Browse files Browse the repository at this point in the history
  • Loading branch information
bentoi committed May 16, 2016
1 parent ed8cc52 commit 7bbf139
Show file tree
Hide file tree
Showing 144 changed files with 2,280 additions and 5,335 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -27,6 +27,7 @@
core
/*/dist
generated
build
generated.test
cgenerated
sgenerated
Expand Down
27 changes: 0 additions & 27 deletions cpp/Chat/Makefile

This file was deleted.

53 changes: 0 additions & 53 deletions cpp/Chat/cmdLineClient/Makefile

This file was deleted.

16 changes: 16 additions & 0 deletions cpp/Chat/cmdLineClient/Makefile.mk
@@ -0,0 +1,16 @@
# **********************************************************************
#
# 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.
#
# **********************************************************************

$(demo)_programs = chatgl2client chatpollclient
$(demo)_dependencies = Ice Glacier2

$(demo)_chatpollclient_sources = Chat.ice PollingChat.ice ChatUtils.cpp PollingClient.cpp
$(demo)_chatgl2client_sources = Chat.ice ChatSession.ice ChatUtils.cpp Client.cpp

demos += $(demo)
101 changes: 0 additions & 101 deletions cpp/Chat/qtClient/Makefile

This file was deleted.

41 changes: 0 additions & 41 deletions cpp/Chat/server/Makefile

This file was deleted.

24 changes: 24 additions & 0 deletions cpp/Chat/server/Makefile.mk
@@ -0,0 +1,24 @@
# **********************************************************************
#
# 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.
#
# **********************************************************************

$(demo)_programs = chatserver
$(demo)_dependencies = Ice Glacier2

$(demo)_chatserver_sources = Chat.ice \
ChatSession.ice \
PollingChat.ice \
ChatUtils.cpp \
ChatSessionI.cpp \
ChatSessionManagerI.cpp \
PollingChatSessionI.cpp \
PollingChatSessionFactoryI.cpp \
ChatRoom.cpp \
ChatServer.cpp

demos += $(demo)
26 changes: 0 additions & 26 deletions cpp/Glacier2/Makefile

This file was deleted.

49 changes: 0 additions & 49 deletions cpp/Glacier2/callback/Makefile

This file was deleted.

13 changes: 13 additions & 0 deletions cpp/Glacier2/callback/Makefile.mk
@@ -0,0 +1,13 @@
# **********************************************************************
#
# 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.
#
# **********************************************************************

$(demo)_client_dependencies = Ice Glacier2
$(demo)_client_sources = Client.cpp Callback.ice CallbackI.cpp

demos += $(demo)

0 comments on commit 7bbf139

Please sign in to comment.