File: Makefile.am

package info (click to toggle)
neuron 7.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 48,268 kB
  • sloc: cpp: 192,952; ansic: 145,860; python: 42,092; sh: 10,507; makefile: 6,816; yacc: 3,259; java: 995; lex: 457; csh: 108; pascal: 37; sed: 5
file content (14 lines) | stat: -rwxr-xr-x 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUBDIRS = shared cvodes ida

# prefer the following but on max osx, libtoold links the libraries
# twice causing multiply defined names. So use the lo files instead.
#SUBLIBS = shared/libshared.la cvodes/libcvodes.la ida/libida.la
SUBLIBS = shared/*.o cvodes/*.o ida/*.o

AM_CFLAGS = @MINGW_CFLAG@ -fPIC

noinst_LIBRARIES = libsundials.a
libsundials_a_SOURCES =
libsundials_a_LIBADD = $(SUBLIBS)

EXTRA_DIST = README