diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-03-19 16:39:04 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-03-19 16:39:04 +0000 |
commit | 79d03fcc4f2bd4853f16f7b9457e818634e0afe6 (patch) | |
tree | 1b9d2ea4a957f02f59254b510e0911be23d21a11 /TAO/Makefile | |
parent | 15ea849eeff4864cd8d7a7ea046089e097b504c4 (diff) | |
download | ATCD-79d03fcc4f2bd4853f16f7b9457e818634e0afe6.tar.gz |
* Makefile: Added to repository.
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 + |