summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/parser
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Slice/parser')
-rw-r--r--cpp/test/Slice/parser/.gitignore11
-rw-r--r--cpp/test/Slice/parser/Makefile25
2 files changed, 0 insertions, 36 deletions
diff --git a/cpp/test/Slice/parser/.gitignore b/cpp/test/Slice/parser/.gitignore
deleted file mode 100644
index 9fb83203e46..00000000000
--- a/cpp/test/Slice/parser/.gitignore
+++ /dev/null
@@ -1,11 +0,0 @@
-// Generated by makegitignore.py
-
-// IMPORTANT: Do not edit this file -- any edits made here will be lost!
-.depend
-CircularA.o
-CircularB.o
-.depend
-CircularA.cpp
-CircularB.cpp
-CircularA.h
-CircularB.h
diff --git a/cpp/test/Slice/parser/Makefile b/cpp/test/Slice/parser/Makefile
deleted file mode 100644
index 9bc145bd3fa..00000000000
--- a/cpp/test/Slice/parser/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# **********************************************************************
-#
-# Copyright (c) 2003-2016 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.
-#
-# **********************************************************************
-
-top_srcdir = ../../..
-
-TARGETS = $(OBJS)
-
-SLICE_OBJS = CircularA.ice \
- CircularB.ice
-
-OBJS = CircularA.o \
- CircularB.o
-
-SLICE_OBJS = $(OBJS)
-
-include $(top_srcdir)/config/Make.rules
-
-SLICE2CPPFLAGS := -I. $(SLICE2CPPFLAGS)
-CPPFLAGS := -I. $(CPPFLAGS)