summaryrefslogtreecommitdiff
path: root/apps/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Makefile.bor')
-rw-r--r--apps/Makefile.bor20
1 files changed, 4 insertions, 16 deletions
diff --git a/apps/Makefile.bor b/apps/Makefile.bor
index 0c8f8000c14..bdc3b24ec5a 100644
--- a/apps/Makefile.bor
+++ b/apps/Makefile.bor
@@ -1,23 +1,11 @@
-!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)
+!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
all:
cd $(ACE_ROOT)\apps\gperf
- $(MAKE) -f Makefile.bor $(FLAGS)
+ $(MAKE) -f Makefile.bor $(MAKE_FLAGS)
cd $(ACE_ROOT)\apps\Gateway
- $(MAKE) -f Makefile.bor $(FLAGS)
+ $(MAKE) -f Makefile.bor $(MAKE_FLAGS)
cd $(ACE_ROOT)\apps\JAWS
- $(MAKE) -f Makefile.bor $(FLAGS)
+ $(MAKE) -f Makefile.bor $(MAKE_FLAGS)