https://github.com/ViennaRNA/ViennaRNA
Revision eb8f860d7953273cb3890e38806a7f088842f8b8 authored by Ronny Lorenz on 20 July 2023, 08:04:22 UTC, committed by Ronny Lorenz on 20 July 2023, 08:04:22 UTC
1 parent 4dea3b3
Raw File
Tip revision: eb8f860d7953273cb3890e38806a7f088842f8b8 authored by Ronny Lorenz on 20 July 2023, 08:04:22 UTC
Workflows: Fix typo in workflow calls
Tip revision: eb8f860
Makefile.am
AUTOMAKE_OPTIONS = foreign subdir-objects

ACLOCAL_AMFLAGS = -I m4

## Make distcheck is broken in RNAforester due to g2 Makefile.in
AM_DISTCHECK_CONFIGURE_FLAGS = \
    --with-cluster \
    --without-forester \
    --with-kinwalker \
    --disable-silent-rules

SUBDIRS = src man misc doc RNA-Tutorial interfaces @subdirs@ tests examples packaging/macosx

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = RNAlib2.pc

EXTRA_DIST =  packaging/debian \
              packaging/make_windows_installer.sh \
              license.txt \
              README.md \
              CHANGELOG.md \
              MANIFEST.in

## remove all generated content
maintainer-clean-local:
	-rm -rf dist/ ViennaRNA.egg-info

distclean-local:
	-rm -f pyproject.toml setup.py setup.cfg
back to top