summaryrefslogtreecommitdiff
path: root/TAO/utils/nslist/Makefile.bor
blob: 4c5b01ea2d3a37fe8f3a44f8c9a60323ace989fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Makefile for building the nslist executable
#

NAME = nslist

OBJFILES = \
	$(OBJDIR)\nslist.obj

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(ORBSVCS_CFLAGS)

LIBFILES = $(ACE_LIB) $(TAO_LIB) $(ORBSVCS_LIB)

CPPDIR = .

!include <$(ACE_ROOT)\include\makeinclude\build_core_exe.bor>