summaryrefslogtreecommitdiff
path: root/apps/gperf/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/Makefile.bor')
-rw-r--r--apps/gperf/Makefile.bor19
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/gperf/Makefile.bor b/apps/gperf/Makefile.bor
deleted file mode 100644
index 0105cbd3418..00000000000
--- a/apps/gperf/Makefile.bor
+++ /dev/null
@@ -1,19 +0,0 @@
-
-!ifdef DEBUG
-DEBUG_FLAG = -DDEBUG
-!endif
-
-!ifdef STATIC
-STATIC_FLAG = -DSTATIC
-!endif
-
-!ifdef PASCAL
-PASCAL_FLAG = -DPASCAL
-!endif
-
-FLAGS = $(DEBUG_FLAG) $(STATIC_FLAG) $(PASCAL_FLAG)
-
-all:
- cd $(ACE_ROOT)\apps\gperf\src
- $(MAKE) -f Makefile.bor $(FLAGS)
-