repo.or.cz
/
hkl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bump the gtk-doc api version to 5
[hkl.git]
/
test
/
tap
/
Makefile.am
blob
0557103482e9ae1afd6f6fcaaf5618aa7dbbaeed
1
AM_CFLAGS = \
2
-I$(abs_top_srcdir)/test \
3
-I$(top_srcdir)
4
5
check_LIBRARIES = libtap.a
6
libtap_a_SOURCES = \
7
basic.c \
8
basic.h \
9
hkl.h \
10
hkl.c
11
12
# Support for GNU Flymake, in Emacs.
13
check-syntax: AM_CFLAGS += -fsyntax-only -pipe
14
check-syntax:
15
test -z "$(CHK_SOURCES)" || $(COMPILE) $(CHK_SOURCES)
16
17
.PHONY: check-syntax