summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: b686716a2727bad846b4f376372051d7c4d3b412 (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
33
34
35
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 \
	OutputImage.cxx \
	JPEGOutputImage.cxx \
	PreviewOutputImage.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 \
	OutputImage.H \
	JPEGOutputImage.H \
	PreviewOutputImage.H \
	util.h