File: Makefile.am

package info (click to toggle)
apophenia 0.999b%2Bds3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,892 kB
  • ctags: 1,840
  • sloc: ansic: 20,530; makefile: 346; sh: 230; awk: 135; sed: 26
file content (17 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

noinst_LTLIBRARIES = libapoptransform.la

libapoptransform_la_SOURCES = \
	apop_dcompose.c \
	apop_dconstrain.c\
	apop_fix_params.c \
	apop_coordinate_transform.c \
	apop_mixture.c \
	apop_stack.c

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