diff options
Diffstat (limited to 'TAO/Makefile')
-rw-r--r-- | TAO/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/Makefile b/TAO/Makefile new file mode 100644 index 00000000000..8d2888450d3 --- /dev/null +++ b/TAO/Makefile @@ -0,0 +1,26 @@ +#---------------------------------------------------------------------------- +# $Id$ +# +# Top-level Makefile for the TAO +#---------------------------------------------------------------------------- + +#---------------------------------------------------------------------------- +# Local macros +#---------------------------------------------------------------------------- + +INFO = + +DIRS = IIOP + +CLONE = + +#---------------------------------------------------------------------------- +# Include macros and targets +#---------------------------------------------------------------------------- + +include $(WRAPPER_ROOT)/include/makeinclude/wrapper_macros.GNU +include $(WRAPPER_ROOT)/include/makeinclude/macros.GNU +include $(WRAPPER_ROOT)/include/makeinclude/rules.common.GNU +include $(WRAPPER_ROOT)/include/makeinclude/rules.nested.GNU +include $(WRAPPER_ROOT)/include/makeinclude/rules.nolocal.GNU + |