You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
AM_CFLAGS = -I$(srcdir)/../lib
|
|
noinst_PROGRAMS = curve1 curve2 nonlin1 surface1
|
|
curve1_SOURCES = curve1.c
|
|
curve2_SOURCES = curve2.c
|
|
nonlin1_SOURCES = nonlin1.c
|
|
surface1_SOURCES = surface1.c
|
|
AM_LDFLAGS = -lm -L../lib -llmfit
|