ef714b4aa0d7a26e146cf0e3386fdadc450db934
Stefan Schuermans initial commit of files fro...

Stefan Schuermans authored 8 years ago

1) # example config file for bluebox distributor
2) # version 0.3.2 date 2007-07-18
3) # Copyright (C) 2006-2007 Stefan Schuermans <stefan@blinkenarea.org>
4) # Copyleft: GNU public license V2.0 - http://www.gnu.org/copyleft/gpl.html
5) # a BlinkenArea project - http://www.blinkenarea.org/
6) 
Stefan Schuermans make everything compile wit...

Stefan Schuermans authored 8 years ago

7) BLINKENLIB_INCLUDE_DIR = /usr/local/include/BlinkenLib
Stefan Schuermans initial commit of files fro...

Stefan Schuermans authored 8 years ago

8) BLINKENLIB_LIB_DIR = /usr/local/lib
9) 
10) CC = gcc
11) CFLAGS = -W -Wall -I$(BLINKENLIB_INCLUDE_DIR) -O2
Stefan Schuermans make everything compile wit...

Stefan Schuermans authored 8 years ago

12) LFLAGS = -lm -L$(BLINKENLIB_LIB_DIR)
13) LIBS = -lBlinkenLib