summaryrefslogtreecommitdiff
path: root/apps/gperf/src/Makefile.am
blob: f989809530dc6bf602484665b5c390f0e02b9d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
##---------------------------------------------------------------------------
##       $Id$
##
##       Makefile for GPERF release
##---------------------------------------------------------------------------

##
##  Process this file with automake to create Makefile.in
##

AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)

bin_PROGRAMS = gperf

gperf_SOURCES = \
         gperf.cpp  \
         Bool_Array.cpp  \
         Gen_Perf.cpp  \
         Hash_Table.cpp  \
         Iterator.cpp  \
         Key_List.cpp  \
         List_Node.cpp  \
         Options.cpp  \
         Vectors.cpp  \
         Version.cpp
gperf_LDADD = $(top_builddir)/ace/libACE.la

noinst_HEADERS = \
         Bool_Array.h  \
         Gen_Perf.h  \
         Hash_Table.h  \
         Iterator.h  \
         Key_List.h  \
         List_Node.h  \
         Options.h  \
         Vectors.h