summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 3d4a174707739f8c40cc034f4d359c629a29d379 (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
36
37
38
39
40
41
42
43
44
45
bin_PROGRAMS = gipfel

gipfel_SOURCES = \
	gipfel.cxx \
	GipfelWidget.cxx \
	Panorama.cxx \
	ProjectionLSQ.cxx \
	ProjectionRectilinear.cxx \
	ProjectionCylindrical.cxx \
	Hill.cxx \
	Fl_Value_Dial.cxx \
	Fl_Search_Chooser.cxx \
	choose_hill.cxx \
	Stitch.cxx \
	OutputImage.cxx \
	JPEGOutputImage.cxx \
	TIFFOutputImage.cxx \
	PreviewOutputImage.cxx \
	ImageMetaData.cxx \
	ScreenDump.cxx \
	ScanImage.cxx \
	strsep.c

noinst_HEADERS = \
	GipfelWidget.H \
	Panorama.H \
	ProjectionLSQ.H \
	ProjectionRectilinear.H \
	ProjectionRectilinear_funcs.cxx \
	ProjectionCylindrical.H \
	ProjectionCylindrical_funcs.cxx \
	Hill.H \
	ViewParams.H \
	Fl_Value_Dial.H \
	Fl_Search_Chooser.H \
	choose_hill.H \
	Stitch.H \
	OutputImage.H \
	JPEGOutputImage.H \
	TIFFOutputImage.H \
	PreviewOutputImage.H \
	ImageMetaData.H \
	ScreenDump.H \
	ScanImage.H \
	strsep.h