summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: e8b384ace05d0642c69535a03ecd918c188b5f91 (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
bin_PROGRAMS = gipfel

gipfel_SOURCES = \
	gipfel.cxx \
	util.c \
	GipfelWidget.cxx \
	Panorama.cxx \
	Projection.cxx \
	ProjectionTangential.cxx \
	ProjectionSphaeric.cxx \
	Hill.cxx \
	Fl_Value_Dial.cxx \
	Fl_Search_Chooser.cxx \
	choose_hill.cxx \
	Stitch.cxx \
	DataImage.cxx

noinst_HEADERS = \
	GipfelWidget.H \
	Panorama.H \
	Projection.H \
	ProjectionTangential.H \
	ProjectionSphaeric.H \
	Hill.H \
	ViewParams.H \
	Fl_Value_Dial.H \
	Fl_Search_Chooser.H \
	choose_hill.H \
	Stitch.H \
	DataImage.H \
	util.h