1 # **********************************************************************
3 # Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
5 # This copy of Ice is licensed to you under the terms described in the
6 # ICE_LICENSE file included in this distribution.
8 # **********************************************************************
15 TARGETS
= $(CLIENT
) $(SERVER
)
25 SRCS
= $(OBJS
:.o
=.
cpp) \
31 include $(top_srcdir
)/config
/Make.rules
33 CPPFLAGS
:= -I.
-I..
/..
/include $(CPPFLAGS
)
35 $(CLIENT
): $(OBJS
) $(COBJS
)
37 $(CXX
) $(LDFLAGS
) -o
$@
$(OBJS
) $(COBJS
) $(LIBS
) -lIceGrid
-lGlacier2
39 $(SERVER
): $(OBJS
) $(SOBJS
)
41 $(CXX
) $(LDFLAGS
) -o
$@
$(OBJS
) $(SOBJS
) $(LIBS
)
44 -rm -rf db
/node db
/registry db
/replica-
*