1AM_CPPFLAGS = -I $(top_srcdir)
2SUBDIRS=codelets
3noinst_LTLIBRARIES = libdft_scalar.la
4
5libdft_scalar_la_SOURCES = n.c t.c f.h n.h q.h t.h
6
7