|
|
|
@ -6,11 +6,11 @@
|
|
|
|
|
COPT = -g -fpic -no-pie -Wall -DDEBUG_LEVEL=0 -Werror=parentheses
|
|
|
|
|
LIBS = ../libfloatimg.a -ltiff -lpnglite -lm -lz -lcfitsio
|
|
|
|
|
|
|
|
|
|
OBJS = fonctions.o sfx.o crapulator.o glitches.o metriques.o \
|
|
|
|
|
OBJS = fifo.o sfx.o crapulator.o glitches.o metriques.o \
|
|
|
|
|
filterstack.o single.o
|
|
|
|
|
|
|
|
|
|
DEPS = ../floatimg.h \
|
|
|
|
|
fonctions.h crapulator.h metriques.h glitches.h sfx.h \
|
|
|
|
|
fifo.h crapulator.h metriques.h glitches.h sfx.h \
|
|
|
|
|
filterstack.h crapdef.h crapstr.h single.h
|
|
|
|
|
|
|
|
|
|
all: fonderie interpolator singlepass t
|
|
|
|
|