diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-04 23:44:16 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-04 23:44:16 -0500 |
commit | f5c5767c9bb756e0fb6b285ddf0608a94389e931 (patch) | |
tree | 8822448fcd3dff7978b69b3112aa0367bfb5e074 /src/Makefile.in | |
parent | d54fe7c1f704a63824c5bfa0ece65245572e9b27 (diff) | |
download | calfuse-f5c5767c9bb756e0fb6b285ddf0608a94389e931.tar.gz |
Putting the rest together
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index b58841d..c617f20 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -242,6 +242,9 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ @@ -268,6 +271,8 @@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ +cfitsio_CFLAGS = @cfitsio_CFLAGS@ +cfitsio_LIBS = @cfitsio_LIBS@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ @@ -301,7 +306,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = slalib +SUBDIRS = libcf slalib fes fuv analysis cal all: all-recursive .SUFFIXES: |