Skip to content

Commit

Permalink
Autotools working properly now, should be [STABLE]
Browse files Browse the repository at this point in the history
  • Loading branch information
wjcunningham7 committed Jun 22, 2016
1 parent 72ecae4 commit c946db1
Show file tree
Hide file tree
Showing 28 changed files with 1,669 additions and 115,043 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,22 @@
./obj/*
Makefile
./local/**

# Autoconf files
autom4te.cache/**
aclocal.m4
AUTHORS
ChangeLog
config.guess
config.log
config.status
config.sub
configure
depcomp
install-sh
Makefile.in
missing
NEWS
nint/.deps/**
nint/Makefile
nint/Makefile.in
5 changes: 2 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4 --install

SUBDIRS = nint src
SUBDIRS = nint src inc

lib_LIBRARIES = libfastmath.a
include_HEADERS = inc/config.h inc/fastapprox.h inc/FastBitset.h inc/FastMath.h inc/FastNumInt.h inc/stopwatch.h nint/nint.hpp @xtra@
include_HEADERS = inc/config.h inc/fastapprox.h inc/FastBitset.h inc/FastMath.h inc/FastNumInt.h inc/stopwatch.h nint/nint.hpp
libfastmath_a_LIBADD = nint/nint.o src/FastMath.o src/FastNumInt.o src/stopwatch.o
libfastmath_a_SOURCES =
EXTRA_HEADERS =
Loading

0 comments on commit c946db1

Please sign in to comment.