ngspice/src/maths/sparse/Makefile.am

25 lines
406 B
Makefile
Raw Normal View History

2000-04-27 22:03:57 +02:00
## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES = libsparse.la
2000-04-27 22:03:57 +02:00
libsparse_la_SOURCES = \
spalloc.c \
spbuild.c \
spconfig.h \
spdefs.h \
spextra.c \
spfactor.c \
spoutput.c \
spsolve.c \
sputils.c
2000-04-27 22:03:57 +02:00
if !KLU_WANTED
libsparse_la_SOURCES += spsmp.c
endif
2000-04-27 22:03:57 +02:00
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include
2012-07-07 13:18:42 +02:00
AM_CFLAGS = $(STATIC)
2000-04-27 22:03:57 +02:00
MAINTAINERCLEANFILES = Makefile.in