summaryrefslogtreecommitdiff
path: root/include/makeinclude/build_core_exe.bor
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-05 17:23:07 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-05 17:23:07 +0000
commit4d5947869de3478507e54d55396212978189cc51 (patch)
tree15b928ddf1e6593063b046eecf4a1571b037d1cc /include/makeinclude/build_core_exe.bor
parentbad8c2b8ec3d79f8345dd49bc36a8cf3f49ea5a8 (diff)
downloadATCD-4d5947869de3478507e54d55396212978189cc51.tar.gz
ChangeLogTag:Mon Jul 5 11:59:49 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/build_core_exe.bor')
-rw-r--r--include/makeinclude/build_core_exe.bor9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/makeinclude/build_core_exe.bor b/include/makeinclude/build_core_exe.bor
new file mode 100644
index 00000000000..2fa7fdbac92
--- /dev/null
+++ b/include/makeinclude/build_core_exe.bor
@@ -0,0 +1,9 @@
+#
+# Makefile for building a core executable. A core executable
+# is one that would be part of an ACE/TAO distribution. That
+# is, you would pick it up and take it to another computer.
+#
+
+BINDIR = $(CORE_BINDIR)
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>