summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Makefile.object
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Makefile.object')
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Makefile.object56
1 files changed, 0 insertions, 56 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Makefile.object b/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Makefile.object
deleted file mode 100644
index 0db0f8e0e64..00000000000
--- a/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Makefile.object
+++ /dev/null
@@ -1,56 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-#----------------------------------------------------------------------------
-
-include ../../../Config.rules
-
-MAKEFILE = Makefile.object
-LIBNAME = libPhony
-LIB = $(LIBNAME).a
-SHLIB = $(LIBNAME).$(SOEXT)
-
-FILES = Operation
-
-LSRC = $(addsuffix .cpp,$(FILES))
-
-override static_libs_only := true
-
-.PHONY: objects
-
-objects:
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.lib.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
-
-objects: $(VSHOBJS)
-
-CPPFLAGS += -I../../..
-
-ifneq ($(MAKECMDGOALS),depend)
-CPPFLAGS += $(UTILITY_CPP_FLAGS) $(BOOST_CPP_FLAGS)
-endif
-
-#----------------------------------------------------------------------------
-# Dependencies
-#----------------------------------------------------------------------------
-
-# DO NOT DELETE THIS LINE -- g++dep uses it.
-# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-
-
-.obj/Operation.o .obj/Operation.o .obj/Operation.o .obj/Operation.o: Operation.cpp ../../../CCF/IDL2/SemanticAction/Operation.hpp \
- ../../../CCF/IDL2/SemanticAction/Elements.hpp \
- ../../../CCF/IDL2/Token.hpp \
- ../../../CCF/CompilerElements/ReferenceCounting.hpp
-
-# IF YOU PUT ANYTHING HERE IT WILL GO AWAY