aboutsummaryrefslogtreecommitdiff
path: root/src/fuv/Makefile.am
blob: efeaa71918d491112706bc405e6daec6cd6b216d (plain) (blame)
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
SUBDIRS = .
BUILD_LIBS = ../slalib/libsla.la ../libcf/libcf.la $(cfitsio_LIBS)
BUILD_FLAGS = -I../include -I./ $(cfitsio_CFLAGS)
bin_PROGRAMS = cf_assign_wavelength \
			   cf_bad_pixels \
			   cf_convert_to_farf \
			   cf_countmap \
			   cf_extract_spectra \
			   cf_flux_calibrate \
			   cf_gainmap \
			   cf_hist_init \
			   cf_remove_motions \
			   cf_screen_photons \
			   cf_ttag_init
cf_assign_wavelength_SOURCES = cf_assign_wavelength.c
cf_bad_pixels_SOURCES = cf_bad_pixels.c
cf_convert_to_farf_SOURCES = cf_convert_to_farf.c
cf_countmap_SOURCES = cf_countmap.c
cf_extract_spectra_SOURCES = cf_extract_spectra.c
cf_flux_calibrate_SOURCES = cf_flux_calibrate.c
cf_gainmap_SOURCES = cf_gainmap.c
cf_hist_init_SOURCES = cf_hist_init.c
cf_remove_motions_SOURCES = cf_remove_motions.c
cf_screen_photons_SOURCES = cf_screen_photons.c
cf_ttag_init_SOURCES = cf_ttag_init.c

LDADD = $(BUILD_LIBS)
AM_CFLAGS = $(BUILD_FLAGS)