summaryrefslogtreecommitdiff
path: root/include/makeinclude/build_core_library.bor
blob: c1513abb0c3af3a1f9a64110bffaa14b4ce8c40b (plain)
1
2
3
4
5
6
7
8
9
# 
# Makefile for building a core library. A core library
# 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_library.bor>