1AM_CFLAGS = -I$(srcdir)/../lib 2noinst_PROGRAMS = test_qr 3test_qr_SOURCES = test_qr.c 4AM_LDFLAGS = -lm -L../lib -llmfit 5