diff options
Diffstat (limited to 'cpp/test/Slice/parser/Makefile')
-rw-r--r-- | cpp/test/Slice/parser/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
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) |