Sebastian Pipping
90a1fb49c7
Allow use of system-wide iniparser using "make SYSTEM_INIPARSER=1"
11 years ago
Michael Vetter
18e46b3702
Honor system CFLAGS and CPPFLAGS
...
I think if we do it like that, the system can have control over the rest
of the flags.
11 years ago
An Ko
e93c6bb3f5
Properly add iniparser dependency
...
Fixes #49 .
As described in #49 , compilation was failing when done in parallel.
This happened because the iniparser dependency wasn't expressed
explicitly as a make target dependency, but implicitly relied on timing.
11 years ago
Philipp Joram
ba22a991c6
Create path to config-file if it does not exist.
...
See issue #45 .
11 years ago
karlstav
d63406c5fc
added example config file, copied at make"
11 years ago
CelestialWalrus
3429610b0b
Added ini configuration. Working properties: input:*, output:*, general:*, color:*
11 years ago
An Ko
1aabc2116a
Portable ncurses build
...
Fixes karlstav/cava#4 .
11 years ago
karlstav
ffbd04c728
first ncurses commit
11 years ago
Yu-Jie Lin
67bfef75b3
add -v option for printing version ( #17 ), fix -h option text and optstring
11 years ago
Yu-Jie Lin
ee8decefc9
make debug option
11 years ago
Yu-Jie Lin
41825f3462
set -std=c99 -D_POSIX_SOURCE -D _POSIX_C_SOURCE=200809L, fix warnings and errors
...
* Change type of `rate` to `unsigned` to match, now use 0 for the waiting.
* `sig_no` and `thr_id` are tagged with GCC unused attribute to suppress the warnings.
* Switch to `nanosleep`.
11 years ago
karl
11ec7f08e4
changed LDFLAGS to LDLIBS
...
would not use the libraries otherwise
11 years ago
Yu-Jie Lin
f7c00238c5
use canned recipe for compilation, add install/uninstall targets, turn on -Wall -Wextra
11 years ago
An Ko
a09ae743bd
Add clean target to makefile
...
People frequently expect this to exist, so they can remove compiled
files for packaging, etc.
11 years ago
karlstav
74778d47aa
Update makefile
...
added pthread flag
12 years ago
karlstav
9d9bb98495
first commit
12 years ago