Skip to content

Commit

Permalink
autotoolised
Browse files Browse the repository at this point in the history
  • Loading branch information
leomrtns committed Jul 20, 2020
1 parent de8eb04 commit 764473c
Show file tree
Hide file tree
Showing 44 changed files with 121,240 additions and 135 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/biomcmc-lib
/build

## suggested by github
# Byte-compiled / optimized / DLL files
Expand Down
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

Leonardo de Oliveira Martins (http://www.leomartins.org)

674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
2020.07.20
* first version of autotools for everything (not only biomcmc)
368 changes: 368 additions & 0 deletions INSTALL

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
EXTRA_DIST = recipe tauari
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = @BIOMCMCLIB@ src
# https://stackoverflow.com/questions/25065337/building-nested-autotools-package-without-installing
install installdirs: SUBDIRS = src # do not install biomcmc-lib (only works with --disable-shared atm)
Loading

0 comments on commit 764473c

Please sign in to comment.