Sign in
android
/
platform
/
external
/
lmfit
/
b3040376e2bf9d2eba4a972e907700855902dde5
/
.
/
demo
/
Makefile.am
blob: 43fa1c6b6b3685756175705873de1985bdb3609e [
file
] [
log
] [
blame
]
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