Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert buildsystem to use Makefile.gappkg instead of automake #902

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
129 changes: 36 additions & 93 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,94 +1,37 @@
*.DS_Store
*.Plo
*.aux
*.bbl
*.blg
*.brf
*.d
*.g6
*.gz
*.html
*.idx
*.ilg
*.ind
*.la
*.la
*.lab
*.lab
*.lo
*.log
*.orig
*.out
*.pdf
*.pnr
*.pyc
*.pyc
*.semigroups
*.six
*.swo
*.swp
*.synctex.gz
*.tex
*.toc
*.top
*.tui
*.txt
.dirstamp
.libs
/libsemigroups/
Makefile
/Makefile.in
Transitions*
_*.xml
_AutoDocMainFile.xml
_Chunks.xml
aclocal.m4
autom4te*
autom4te.*
autom4te.cache
bibliography.xml.bib
bin
cnf
config.log
config.status
/aclocal.m4
/autom4te.cache/
/bin/
/config.guess
/config.status
/config.sub
/configure
doc/*.css
doc/*.js
doc/main.aux
doc/main.bbl
doc/main.blg
doc/main.brf
doc/main.idx
doc/main.ilg
doc/main.ind
doc/main.log
doc/main.out
doc/main.pnr
doc/main.tex
doc/main.toc
doc/manual.pdf
doc/manual.six
gapbind14/demo/gen/
gh-pages
lcov*
libtool
libtool.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
main.xml
new_bibliography.xml.bib
pkgconfig.h.in~
semigroups-config.hpp
src/.deps
src/.dirstamp
src/.libs
src/_pkgconfig.h
src/stamp-h1
tags
title.xml
tmp
tst/workspaces/test-output.w
wiki/
/doc/_*.xml
/doc/*.aux
/doc/*.bbl
/doc/*.blg
/doc/*.brf
/doc/*.css
/doc/*.html
/doc/*.idx
/doc/*.ilg
/doc/*.ind
/doc/*.js
/doc/*.log
/doc/*.out
/doc/*.pdf
/doc/*.pnr
/doc/*.tex
/doc/*.toc
/doc/*.txt
/doc/*.xml.bib
/doc/main.xml
/doc/manual.lab
/doc/manual.six
/doc/title.xml
/gapbind14/demo/gen/
/gen/
/gh-pages/
/libsemigroups/
/Makefile
/src/pkgconfig.h.in
/src/semigroups-config.hpp
120 changes: 0 additions & 120 deletions Makefile.am

This file was deleted.

Loading