summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/External/Utility/Documentation/ExH/Example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/External/Utility/Documentation/ExH/Example/Makefile')
-rw-r--r--TAO/CIAO/CCF/External/Utility/Documentation/ExH/Example/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/CIAO/CCF/External/Utility/Documentation/ExH/Example/Makefile b/TAO/CIAO/CCF/External/Utility/Documentation/ExH/Example/Makefile
deleted file mode 100644
index f76e88812ce..00000000000
--- a/TAO/CIAO/CCF/External/Utility/Documentation/ExH/Example/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id$
-# file : Documentation/ExH/Example/Makefile
-# author : Boris Kolpackov <boris@kolpackov.net>
-# copyright : Copyright (c) 2002-2003 Boris Kolpackov
-# license : http://kolpackov.net/license.html
-
-root := ../../..
-
-include $(root)/Config/Documentation.pre.rules
-
-vpath %.cpp $(root)/Example/ExH/BadCast
-vpath %.cpp $(root)/Example/ExH/Compound
-vpath %.cpp $(root)/Example/ExH/HelloWorld
-vpath %.cpp $(root)/Example/ExH/LogicToSystem
-
-doc_translation_units := bad_cast.cpp \
- compound.cpp \
- hello_world.cpp \
- logic_to_system.cpp
-
-DOC_FLAGS := -css $(root)/Documentation/Style/CXX.css
-
-include $(root)/Config/Documentation.post.rules
-