[contrib][haskell] PyFAI.Detector
[hkl.git] / hkl / ccan / Makefile.am
blob3265a1b0ae5a74ca7c94f8963a4eec4f774bb41b
1 AM_CFLAGS=-I$(top_srcdir)
3 noinst_PROGRAMS=configurator
4 BUILT_SOURCES=ccan_config.h
5 ccan_config.h: configurator
6         $(builddir)/configurator $(CC) $(CCAN_CFLAGS) > $@.tmp && mv $@.tmp $@
7 noinst_LTLIBRARIES=libccan.la
8 libccan_la_SOURCES = \
9         ccan_config.h \
10         list/list.h \
11         list/list.c \
12         noerr/noerr.h \
13         noerr/noerr.c \
14         darray/darray.h \
15         container_of/container_of.h \
16         typesafe_cb/typesafe_cb.h \
17         str/str_debug.h \
18         str/str.h \
19         str/str.c \
20         str/debug.c \
21         ptrint/ptrint.h \
22         generator/generator.h \
23         generator/generator.c \
24         cppmagic/cppmagic.h \
25         check_type/check_type.h \
26         array_size/array_size.h \
27         ptr_valid/ptr_valid.h \
28         ptr_valid/ptr_valid.c \
29         autodata/autodata.c \
30         autodata/autodata.h \
31         alignof/alignof.h \
32         build_assert/build_assert.h \
33         compiler/compiler.h \
34         coroutine/coroutine.c \
35         coroutine/coroutine.h
37 ccanincludedir=$(includedir)/hkl-@VMAJ@/hkl/ccan
38 nobase_ccaninclude_HEADERS= \
39         darray/darray.h
40 nodist_ccaninclude_HEADERS=ccan_config.h
41 EXTRA_DIST=configurator.c
42 CLEANFILES=configurator ccan_config.h