summaryrefslogtreecommitdiff
path: root/post/src/Makefile.am
blob: 21ceeb801f2565c9dbde7b1ab3bbefd301e64cdd (plain)
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
bin_PROGRAMS = postprocessor

#INCLUDES =
#LDFLAGS = 

dist_data_DATA = Makefile.old

postprocessor_SOURCES = \
	main.C \
	error.C \
	parameter.C \
	readfile.C \
	ft.C \
	ft2d.C \
	spacetime.C \
	trace.C \
	phasespace.C \
	utilities.C

include_HEADERS = \
	common.h \
	error.h \
	ft.h \
	ft2d.h \
	main.h \
	matrix.h \
	parameter.h \
	phasespace.h \
	readfile.h \
	spacetime.h \
	trace.h \
	utilities.h