diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-07 02:23:42 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-07 02:23:42 -0500 |
commit | 56dc0c7616693b6a50995435df8d6561f358205d (patch) | |
tree | 994299980933cca950cbaaca879d7370cf7e13b8 | |
parent | bfea6e2b2d99e686733ed75b0de6d3a0cc6915c2 (diff) | |
download | calfuse-56dc0c7616693b6a50995435df8d6561f358205d.tar.gz |
Purging the SPARC programs for real this time.
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | scripts/Makefile.am | 8 | ||||
-rw-r--r-- | scripts/Makefile.in | 8 |
3 files changed, 5 insertions, 13 deletions
diff --git a/Makefile.in b/Makefile.in index c0ef8fa..a2f0acb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -162,7 +162,7 @@ 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 + config.sub install-sh ltmain.sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 98f1c6c..981689b 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -10,9 +10,7 @@ bin_SCRIPTS = \ cfsetup.sh \ idl_obsplot.pl \ idlplot_rate.pl \ - idlplot_spex.pl \ - listhead \ - listtra + idlplot_spex.pl EXTRA_DIST = \ cfsetup.csh.in \ @@ -25,9 +23,7 @@ EXTRA_DIST = \ cf_make_all_obs.csh \ idl_obsplot.pl \ idlplot_rate.pl \ - idlplot_spex.pl \ - listhead \ - listtra + idlplot_spex.pl CLEANFILES = cfsetup.csh \ cfsetup.sh diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 630df69..b1a79bf 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -348,9 +348,7 @@ bin_SCRIPTS = \ cfsetup.sh \ idl_obsplot.pl \ idlplot_rate.pl \ - idlplot_spex.pl \ - listhead \ - listtra + idlplot_spex.pl EXTRA_DIST = \ cfsetup.csh.in \ @@ -363,9 +361,7 @@ EXTRA_DIST = \ cf_make_all_obs.csh \ idl_obsplot.pl \ idlplot_rate.pl \ - idlplot_spex.pl \ - listhead \ - listtra + idlplot_spex.pl CLEANFILES = cfsetup.csh \ cfsetup.sh |