diff options
Diffstat (limited to 'netsvcs/Makefile')
-rw-r--r-- | netsvcs/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/netsvcs/Makefile b/netsvcs/Makefile new file mode 100644 index 00000000000..47f87672c9f --- /dev/null +++ b/netsvcs/Makefile @@ -0,0 +1,26 @@ +#---------------------------------------------------------------------------- +# $Id$ +# +# Makefile for the ACE network services +#---------------------------------------------------------------------------- + +#---------------------------------------------------------------------------- +# Local macros +#---------------------------------------------------------------------------- + +INFO = README + +# lib must come first! +DIRS = lib \ + clients \ + servers + +#---------------------------------------------------------------------------- +# 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 |