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