mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-07 13:25:04 +00:00
7 lines
139 B
Text
7 lines
139 B
Text
|
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
|
||
|
|