blob: a9fe6881d43f561ee18115a657cc8f8d5af03e6b (
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
|
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 \
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 \
strsep.h
|