summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-01 23:36:37 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-01 23:36:37 +0000
commitfff59355008a9d9b5224d896ba76040cbdb2b541 (patch)
treeb8f0238b08b02dcf1220f899bf741d1b1f506e4e /TAO/TAO_IDL/be_include
parent3e1b651c6d12eb9ce1a2da267f8ec4474d8262a8 (diff)
downloadATCD-fff59355008a9d9b5224d896ba76040cbdb2b541.tar.gz
ChangeLogTag: Sun Aug 1 16:32:56 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/TAO_IDL/be_include')
-rw-r--r--TAO/TAO_IDL/be_include/Makefile.am99
1 files changed, 0 insertions, 99 deletions
diff --git a/TAO/TAO_IDL/be_include/Makefile.am b/TAO/TAO_IDL/be_include/Makefile.am
deleted file mode 100644
index 769844880bc..00000000000
--- a/TAO/TAO_IDL/be_include/Makefile.am
+++ /dev/null
@@ -1,99 +0,0 @@
-##----------------------------------------------------------------------------
-## $Id$
-##
-## Makefile.am for the TAO IDL compiler --- 'be_include' sub-directory
-##----------------------------------------------------------------------------
-
-##
-## Process this file with automake to create Makefile.in
-##
-
-## The number in AUTOMAKE_OPTIONS is the minimum required version automake
-## needed to process this file.
-AUTOMAKE_OPTIONS = 1.4
-
-noinst_HEADERS = \
- be.h \
- be_argument.h \
- be_array.h \
- be_attribute.h \
- be_codegen.h \
- be_component.h \
- be_component_fwd.h \
- be_constant.h \
- be_decl.h \
- be_enum.h \
- be_enum_val.h \
- be_exception.h \
- be_expression.h \
- be_field.h \
- be_generator.h \
- be_helper.h \
- be_home.h \
- be_interface.h \
- be_interface_fwd.h \
- be_interface_strategy.h \
- be_module.h \
- be_native.h \
- be_operation.h \
- be_operation_strategy.h \
- be_predefined_type.h \
- be_root.h \
- be_scope.h \
- be_sequence.h \
- be_stream_factory.h \
- be_string.h \
- be_structure.h \
- be_structure_fwd.h \
- be_sunsoft.h \
- be_type.h \
- be_typedef.h \
- be_union.h \
- be_union_fwd.h \
- be_union_branch.h \
- be_union_label.h \
- be_valuetype.h \
- be_valuetype_fwd.h \
- be_visitor.h \
- be_visitor_ami_pre_proc.h \
- be_visitor_argument.h \
- be_visitor_array.h \
- be_visitor_attribute.h \
- be_visitor_component.h \
- be_visitor_component_fwd.h \
- be_visitor_constant.h \
- be_visitor_context.h \
- be_visitor_decl.h \
- be_visitor_enum.h \
- be_visitor_exception.h \
- be_visitor_factory.h \
- be_visitor_field.h \
- be_visitor_home.h \
- be_visitor_interface.h \
- be_visitor_interface_fwd.h \
- be_visitor_module.h \
- be_visitor_operation.h \
- be_visitor_root.h \
- be_visitor_scope.h \
- be_visitor_sequence.h \
- be_visitor_structure.h \
- be_visitor_typecode.h \
- be_visitor_typedef.h \
- be_visitor_union.h \
- be_visitor_union_branch.h \
- be_visitor_valuetype.h \
- be_visitor_valuetype_fwd.h
-
-
-dist-hook:
- list=`find * -name CVS -prune -o -type d -print`; for p in $$list; do \
- $(mkinstalldirs) $(distdir)/$$p; \
- cp $$p/*.h $(distdir)/$$p; \
- done
-
-## Clean up some additional files/directories possibly created during
-## the configure script tests.
-clean-local:
- -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
- -rm -rf ptrepository Templates.DB gcctemp.c gcctemp so_locations
-