File: Makefile.am

package info (click to toggle)
spd 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,572 kB
  • sloc: ansic: 25,938; fortran: 10,483; sh: 1,032; makefile: 75
file content (50 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
AM_CPPFLAGS = -lm -lz 

noinst_LIBRARIES = libedfpack.a
libedfpack_a_SOURCES= \
	angle.c \
	cmpr.c \
	gamma.c \
	isotime.c \
	polarization.c \
	readascii.c \
	arc.c \
	edfio.c \
	gauss.c \
	numio.c \
	project.c \
	waxs.c \
	bslio.c \
	filename.c \
	ipol.c \
	poisson.c \
	raster.c \
	sx.c \
	strlib.c \
	rot3d.c \
	tilt3d.c \
	r2t.c \
	angle.h \
	cmpr.h \
	gamma.h \
	isotime.h \
	polarization.h \
	readascii.h \
	arc.h \
	edfio.h \
	gauss.h \
	numio.h \
	project.h \
	reference.h \
	bslio.h \
	filename.h \
	ipol.h \
	poisson.h \
	raster.h \
	waxs.h \
	sx.h \
	strlib.h \
	rot3d.h \
	tilt3d.h \
	r2t.h