From f4a01414514c53634ce0934d4639281a06f4f45b Mon Sep 17 00:00:00 2001 From: joeh Date: Wed, 7 Jun 2000 17:29:38 +0000 Subject: Adding Makefile for pace directory. --- PACE/Makefile | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 PACE/Makefile diff --git a/PACE/Makefile b/PACE/Makefile new file mode 100644 index 00000000000..0a9bd0cd01d --- /dev/null +++ b/PACE/Makefile @@ -0,0 +1,37 @@ +#---------------------------------------------------------------------------- +# $Id$ +# +# Makefile for the PACE directory +#---------------------------------------------------------------------------- + +#---------------------------------------------------------------------------- +# Local macros +#---------------------------------------------------------------------------- + +ifndef PACE_ROOT + PACE_ROOT = $(ACE_ROOT)/pace +endif # ! PACE_ROOT + +INFO = README + +DIRS = pace \ + tests + +# Add these DIRS later - keep it simple for now +# pace++ \ +# examples + +# Makefiles TBD: +# ttcp +# CORBA + + +#---------------------------------------------------------------------------- +# 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.nested.GNU +include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU -- cgit v1.2.1