diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-08 00:54:12 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-08 00:54:12 -0500 |
commit | 2405f4c39d8b86eb6a08f056ab64e90917318e5c (patch) | |
tree | 0fba8f7a5f53d3664f6f0d75cf2ea1bdd0c3f6bb /Makefile.in | |
parent | 8ce10cee50835bb508d259be814e5f02aeda8d2e (diff) | |
download | calfuse-2405f4c39d8b86eb6a08f056ab64e90917318e5c.tar.gz |
Add fitsio.h check
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 6326389..56edd75 100644 --- a/Makefile.in +++ b/Makefile.in @@ -161,8 +161,8 @@ CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in \ - $(top_srcdir)/src/include/config.h.in compile config.guess \ - config.sub depcomp install-sh ltmain.sh missing + $(top_srcdir)/src/include/config.h.in COPYING INSTALL compile \ + config.guess config.sub depcomp install-sh ltmain.sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -357,7 +357,7 @@ INCLUDE_FILES = \ src/include/slamac.h noinst_HEADERS = $(INCLUDE_FILES) -EXTRA_DIST = $(DATADIRS) +EXTRA_DIST = $(DATADIRS) contrib all: all-recursive .SUFFIXES: @@ -844,6 +844,10 @@ install-data-local: $(DATADIRS) mkdir -p $(DESTDIR)$(pkgdatadir) ; \ find $(DATADIRS) -type f | xargs -I{} install -D -m 644 {} $(DESTDIR)$(pkgdatadir)/{} +download-data: + ( cd $(srcdir) ; \ + contrib/download_data; ) + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |