mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 00:18:26 +00:00
Too many K&R function definitions for normal fix. New version includes new tool, fixhead and removes some non-installable headers. Closes: https://bugs.gentoo.org/943830 Closes: https://bugs.gentoo.org/939082 Closes: https://bugs.gentoo.org/924305 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40851 Signed-off-by: Sam James <sam@gentoo.org>
16 lines
670 B
Text
16 lines
670 B
Text
lib_LTLIBRARIES = libwcstools.la
|
|
libwcstools_la_SOURCES = \
|
|
imsetwcs.c imgetwcs.c matchstar.c findstar.c daoread.c wcscon.c \
|
|
fitswcs.c wcsinit.c wcs.c ty2read.c webread.c tmcread.c \
|
|
gscread.c gsc2read.c ujcread.c uacread.c ubcread.c ucacread.c \
|
|
sdssread.c tabread.c binread.c ctgread.c actread.c catutil.c \
|
|
skybotread.c imrotate.c fitsfile.c imhfile.c \
|
|
hget.c hput.c imio.c dateutil.c imutil.c \
|
|
worldpos.c tnxpos.c zpxpos.c dsspos.c platepos.c \
|
|
sortstar.c platefit.c iget.c fileutil.c \
|
|
wcslib.c lin.c cel.c proj.c sph.c wcstrig.c distort.c poly.c
|
|
|
|
wcsdir = $(includedir)/wcs
|
|
wcs_HEADERS = \
|
|
wcscat.h wcslib.h wcs.h lwcs.h fitshead.h fitsfile.h imio.h
|
|
|