aboutsummaryrefslogtreecommitdiff
path: root/include/argot/Makefile.am
blob: 9fb3fa1e78ddddd7bf840f6ca0d8a207026e980f (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
37
38
39
40
41
42
43
ARGOT_PKG_HDR =\
 doc.h\
 error.h\
 format.h\
 lex.h\
 list.h\
 locus.h\
 mem.h\
 node.h\
 opt.h\
 parser.h\
 preproc.h\
 sockaddr.h\
 symtab.h\
 table.h\
 tree.h\
 txtacc.h\
 types.h\
 util.h\
 value.h\
 version.h

if ARGOT_COND_JSON
  ARGOT_PKG_HDR += json.h
endif

if ARGOT_COND_BUILD_INSTALL
  argotincludedir = @ARGOT_INCLUDE_DIR@
  argotinclude_HEADERS = $(ARGOT_PKG_HDR)
endif

if ARGOT_COND_BUILD_SHARED
if ARGOT_COND_INSTALLHEADERS
  argotincludedir = @ARGOT_INCLUDE_DIR@
  argotinclude_HEADERS = $(ARGOT_PKG_HDR)
else 
  noinst_HEADERS = $(ARGOT_PKG_HDR)
endif
endif

if ARGOT_COND_BUILD_STATIC
  noinst_HEADERS = $(ARGOT_PKG_HDR)
endif

Return to:

Send suggestions and report system problems to the System administrator.