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