mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-05 20:35:06 +00:00
54e93db207
not reliable yet
6 lines
139 B
Makefile
6 lines
139 B
Makefile
AM_CPPFLAGS = -I $(top_srcdir)
|
|
SUBDIRS=codelets
|
|
noinst_LTLIBRARIES = libdft_scalar.la
|
|
|
|
libdft_scalar_la_SOURCES = n.c t.c f.h n.h q.h t.h
|
|
|