aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile.am
blob: 75c70ce884b2e3810098c6e9d8e3ee5970da7105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = argot
ARGOT_HDR = argot.h wordsplit.h

if ARGOT_COND_BUILD_INSTALL
  include_HEADERS = $(ARGOT_HDR)
endif

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

if ARGOT_COND_BUILD_STATIC
  noinst_HEADERS = $(ARGOT_HDR)
endif

Return to:

Send suggestions and report system problems to the System administrator.