@ -23,6 +23,7 @@ fi
build lib
build funcs
build tools
build v4l2
# ------------------------------------------------------------------
@ -3,12 +3,12 @@
COPT = -Wall -fpic -g -DDEBUG_LEVEL=1
DEPS = ../floatimg.h ../libfloatimg.a Makefile
funcs.o: funcs.c funcs.h Makefile
gcc ${COPT} -c $<
t: t.c Makefile ${DEPS} funcs.o
gcc ${COPT} $< funcs.o ../libfloatimg.a -o $@
# ---------------
# external things
@ -9,7 +9,7 @@
#include <string.h>
#include "funcs.h"
#include "floatimg.h"
#include "../floatimg.h"
int verbosity;