summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/demo/book/printer/Makefile6
-rw-r--r--cpp/demo/book/simple_filesystem/Makefile8
2 files changed, 0 insertions, 14 deletions
diff --git a/cpp/demo/book/printer/Makefile b/cpp/demo/book/printer/Makefile
index 0a36b44bfe1..fb9057b9098 100644
--- a/cpp/demo/book/printer/Makefile
+++ b/cpp/demo/book/printer/Makefile
@@ -26,8 +26,6 @@ SRCS = $(OBJS:.o=.cpp) \
$(COBJS:.o=.cpp) \
$(SOBJS:.o=.cpp)
-SLICE_GEN = $(SLICE_SRCS:.ice=.cpp) $(SLICE_SRCS:.ice=.h)
-
include $(top_srcdir)/config/Make.rules
CPPFLAGS := -I. $(CPPFLAGS)
@@ -40,10 +38,6 @@ $(SERVER): $(OBJS) $(SOBJS)
rm -f $@
$(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(SOBJS) $(LIBS)
-$(SLICE_GEN): $(SLICE_SRCS) $(SLICE2CPP)
- rm -f $(SLICE_GEN)
- $(SLICE2CPP) $(SLICE_SRCS)
-
test::
include .depend
diff --git a/cpp/demo/book/simple_filesystem/Makefile b/cpp/demo/book/simple_filesystem/Makefile
index 9f599a74929..8de420b71e4 100644
--- a/cpp/demo/book/simple_filesystem/Makefile
+++ b/cpp/demo/book/simple_filesystem/Makefile
@@ -27,8 +27,6 @@ SRCS = $(OBJS:.o=.cpp) \
$(COBJS:.o=.cpp) \
$(SOBJS:.o=.cpp)
-SLICE_GEN = $(SLICE_SRCS:.ice=.cpp) $(SLICE_SRCS:.ice=.h)
-
include $(top_srcdir)/config/Make.rules
CPPFLAGS := -I. $(CPPFLAGS)
@@ -41,10 +39,4 @@ $(SERVER): $(OBJS) $(SOBJS)
rm -f $@
$(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(SOBJS) $(LIBS)
-$(SLICE_GEN): $(SLICE_SRCS) $(SLICE2CPP)
- rm -f $(SLICE_GEN)
- $(SLICE2CPP) $(SLICE_SRCS)
-
-test::
-
include .depend