ec6d1bca39e55c8b4d5d0d408657d4246897535c
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 fix math lib location in li...

Stefan Schuermans authored 8 years ago

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