mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 10:32:40 +00:00
54e93db207
not reliable yet
10 lines
502 B
Makefile
10 lines
502 B
Makefile
AM_CPPFLAGS = -I $(top_srcdir)
|
|
noinst_LTLIBRARIES = libkernel.la
|
|
|
|
libkernel_la_SOURCES = align.c alloc.c assert.c awake.c buffered.c \
|
|
cpy1d.c cpy2d-pair.c cpy2d.c ct.c debug.c extract-reim.c hash.c iabs.c \
|
|
kalloc.c md5-1.c md5.c minmax.c ops.c pickdim.c plan.c planner.c \
|
|
primes.c print.c problem.c rader.c scan.c solver.c solvtab.c stride.c \
|
|
tensor.c tensor1.c tensor2.c tensor3.c tensor4.c tensor5.c tensor7.c \
|
|
tensor8.c tensor9.c tile2d.c timer.c transpose.c trig.c twiddle.c \
|
|
cycle.h ifftw.h
|