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 # **********************************************************************
13 SUBSCRIBER
= subscriber
15 TARGETS
= $(PUBLISHER
) $(SUBSCRIBER
)
23 SRCS
= $(OBJS
:.o
=.
cpp) \
27 SLICE_SRCS
= Event.ice
29 include $(top_srcdir
)/config
/Make.rules
31 CPPFLAGS
:= -I.
-I..
/..
/include $(CPPFLAGS
)
32 LIBS
:= -lIceStorm
$(LIBS
)
34 $(PUBLISHER
): $(OBJS
) $(POBJS
)
36 $(CXX
) $(LDFLAGS
) -o
$@
$(OBJS
) $(POBJS
) $(LIBS
)
38 $(SUBSCRIBER
): $(OBJS
) $(SOBJS
)
40 $(CXX
) $(LDFLAGS
) -o
$@
$(OBJS
) $(SOBJS
) $(LIBS
)
45 -rm -rf
0.db
/* 0.db2
/*
46 -rm -rf
1.db
/* 1.db2
/*
47 -rm -rf
2.db
/* 2.db2
/*