summaryrefslogtreecommitdiff
path: root/apps/gperf/src/Makefile.bor
blob: 1dd4621ee90a6d76fa76f6ff6cd7521b4135a006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

NAME = gperf
OBJFILES = \
        $(OBJDIR)\Options.obj \
        $(OBJDIR)\Iterator.obj \
        $(OBJDIR)\Gen_Perf.obj \
        $(OBJDIR)\Key_List.obj \
        $(OBJDIR)\List_Node.obj \
        $(OBJDIR)\Hash_Table.obj \
        $(OBJDIR)\Bool_Array.obj \
        $(OBJDIR)\Vectors.obj \
        $(OBJDIR)\Version.obj \
        $(OBJDIR)\gperf.obj
BINDIR=$(ACE_ROOT)\bin
!include <$(ACE_ROOT)\apps\build.bor>