File: Makefile.am

package info (click to toggle)
apophenia 1.0%2Bds-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,968 kB
  • sloc: ansic: 19,483; makefile: 372; awk: 124; sh: 105; sed: 32
file content (16 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

noinst_LTLIBRARIES = libapoptransform.la

libapoptransform_la_SOURCES = \
	apop_dconstrain.c\
	apop_fix_params.c \
	apop_coordinate_transform.c \
	apop_mixture.c \
	apop_cross.c

libapoptransform_la_CFLAGS = \
	-I $(top_srcdir) \
	$(PTHREAD_CFLAGS) \
	$(OPENMP_CFLAGS) \
	$(SQLITE3_CFLAGS) \
	$(GSL_CFLAGS)