summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-03-04 19:13:22 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-03-04 19:13:22 +0000
commit1b4c0053fde76b7aed522effae8e60003362b88c (patch)
treee65d6d16f438f3c6b961ec11fd65851f626fc31b /TAO
parent0ea5dd5da05b6a9b074feea81ea6383980b2b6b4 (diff)
downloadATCD-1b4c0053fde76b7aed522effae8e60003362b88c.tar.gz
No longer needed.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/IIOP/lib/Makefile.gen13
-rw-r--r--TAO/IIOP/lib/runtime/Makefile13
2 files changed, 0 insertions, 26 deletions
diff --git a/TAO/IIOP/lib/Makefile.gen b/TAO/IIOP/lib/Makefile.gen
deleted file mode 100644
index ffddb5dcd69..00000000000
--- a/TAO/IIOP/lib/Makefile.gen
+++ /dev/null
@@ -1,13 +0,0 @@
-# @(#)Makefile.gen 1.4 95/09/10
-# ORB library Makefile
-#
-
-include $(ROOT)/Makefile.conf
-
-CPPFLAGS += -I$(ROOT)/lib
-CCFLAGS += -pic
-
-default: $(FILES:%.cpp=../obj/%.o)
-
-../obj/%.o : %.cpp
- $(COMPILE.cc) $(OUTPUT_OPTION) -o $@ $<
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