7 lines
139 B
Makefile
7 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
|
||
|
|