Skip to content

Commit

Permalink
Use Autotools, improve install, avoid conditional code
Browse files Browse the repository at this point in the history
  • Loading branch information
antiprism committed Feb 19, 2021
1 parent d2cd088 commit 9faafdd
Show file tree
Hide file tree
Showing 94 changed files with 12,957 additions and 5,838 deletions.
4 changes: 4 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BasedOnStyle: LLVM
BreakBeforeBraces: Stroustrup
BraceWrapping :
BeforeElse: true
39 changes: 38 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
Makefile
Makefile.in
mkinstalldirs
aclocal.m4
autom4te.cache
compile
config.guess
config.h
config.h.in
config.log
config.status
config.status.lineno
config.rpath
config.sub
configure
configure.lineno
depcomp
install-sh
libtool
ltmain.sh
missing
stamp-h1

m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4

/tmp*

*.o
*.lo
*.a
*.la
*.deps
*.libs
*.exe
*~
*.swp

mpd_oled
src/mpd_oled
scripts/mpd_oled_service_install
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Music_oled is developed by
Adrian Rossiter - http://www.antiprism.com/adrian
Loading

0 comments on commit 9faafdd

Please sign in to comment.