summaryrefslogtreecommitdiff
path: root/TAO/IIOP/lib/runtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/IIOP/lib/runtime/Makefile')
-rw-r--r--TAO/IIOP/lib/runtime/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/IIOP/lib/runtime/Makefile b/TAO/IIOP/lib/runtime/Makefile
deleted file mode 100644
index e570c2c2341..00000000000
--- a/TAO/IIOP/lib/runtime/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-FILES = \
- any.cpp cdr.cpp corbacom.cpp debug.cpp except.cpp interp.cpp \
- marshal.cpp object.cpp orbobj.cpp principa.cpp tc_const.cpp \
- typecode.cpp nvlist.cpp request.cpp toa.cpp
-
-ROOT = ../..
-
-include ../Makefile.gen
-
-t-xdr: t-xdr.cpp
- $(LINK.cc) -o t-xdr t-xdr.cpp \
- -qoption ld -R.. -L.. -lcorba \
- -lsocket -lnsl