diff options
Diffstat (limited to 'apps/Makefile')
-rw-r--r-- | apps/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/apps/Makefile b/apps/Makefile deleted file mode 100644 index bd397b2f6f6..00000000000 --- a/apps/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -#---------------------------------------------------------------------------- -# $Id$ -# -# Makefile for the apps directory -#---------------------------------------------------------------------------- - -#---------------------------------------------------------------------------- -# Local macros -#---------------------------------------------------------------------------- - -INFO = README - -DIRS = Gateway \ - gperf \ - JAWS - -# The following directories aren't compiled by default since haven't -# finished integrating it into ACE... -# -# Orbix-Examples - -#---------------------------------------------------------------------------- -# 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 - |