diff options
Diffstat (limited to 'apps/gperf/Makefile')
-rw-r--r-- | apps/gperf/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/apps/gperf/Makefile b/apps/gperf/Makefile deleted file mode 100644 index bd1932f4f94..00000000000 --- a/apps/gperf/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -#---------------------------------------------------------------------------- -# -# $Id$ -# -#---------------------------------------------------------------------------- - -#---------------------------------------------------------------------------- -# Local macros -#---------------------------------------------------------------------------- - -INFO = README - -DIRS = src - -#---------------------------------------------------------------------------- -# Include macros and targets -#---------------------------------------------------------------------------- - -include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU - -ifeq ($(CROSS-COMPILE),) - DIRS += tests -endif # ! CROSS-COMPILE - -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 |