aboutsummaryrefslogtreecommitdiff
path: root/include/grecs/Makefile.am
blob: e81bd21a657f99a946be8ff1bb6a0f7158fe132e (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
GRECS_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 GRECS_COND_JSON
  GRECS_PKG_HDR += json.h
endif

if GRECS_COND_BUILD_INSTALL
  grecsincludedir = @GRECS_INCLUDE_DIR@
  grecsinclude_HEADERS = $(GRECS_PKG_HDR)
endif

if GRECS_COND_BUILD_SHARED
if GRECS_COND_INSTALLHEADERS
  grecsincludedir = @GRECS_INCLUDE_DIR@
  grecsinclude_HEADERS = $(GRECS_PKG_HDR)
else 
  noinst_HEADERS = $(GRECS_PKG_HDR)
endif
endif

if GRECS_COND_BUILD_STATIC
  noinst_HEADERS = $(GRECS_PKG_HDR)
endif

Return to:

Send suggestions and report system problems to the System administrator.