Skip to content

Commit

Permalink
Merge pull request #5 from lsst/tickets/DM-25210
Browse files Browse the repository at this point in the history
Simplify autoconf while still using conda packages.
  • Loading branch information
ktlim committed Jun 3, 2020
2 parents 082f1ba + b3b4f36 commit a90eac9
Show file tree
Hide file tree
Showing 36 changed files with 17,781 additions and 14,197 deletions.
11 changes: 6 additions & 5 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,17 @@
#
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign no-dependencies
SUBDIRS = src man
SUBDIRS = man src
dist_pkgdata_DATA = config/* xsl/psfex.xsl
EXTRA_DIST = autogen.sh AUTHORS BUGS ChangeLog \
COPYRIGHT HISTORY INSTALL LICENSE README THANKS
EXTRA_DIST = doc AUTHORS BUGS ChangeLog \
COPYRIGHT HISTORY INSTALL LICENSE README THANKS \
acx_atlas.m4 acx_fftw.m4 acx_prog_cc_optim.m4 \
acx_plplot.m4 acx_urbi_resolve_dir.m4
RPM_ROOTDIR = `rpmbuild --nobuild -E %_topdir`
RPM_SRCDIR = $(RPM_ROOTDIR)/SOURCES
dist-hook:
rm -rf `find $(distdir) -type d \( -name .svn -o -name .git \)`
rm -rf `find $(distdir) -name .svn`

rpm: dist
cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
Expand Down

0 comments on commit a90eac9

Please sign in to comment.