forked from tTh/FloatImg
first run of the filterstack
This commit is contained in:
@@ -6,15 +6,18 @@
|
||||
COPT = -g -fpic -no-pie -Wall -DDEBUG_LEVEL=0 -Werror=parentheses
|
||||
LIBS = ../libfloatimg.a -lpnglite -lm
|
||||
|
||||
OBJS = fonctions.o sfx.o crapulator.o glitches.o metriques.o
|
||||
DEPS = fonctions.h crapulator.h metriques.h glitches.h sfx.h
|
||||
OBJS = fonctions.o sfx.o crapulator.o glitches.o metriques.o \
|
||||
filterstack.o
|
||||
|
||||
DEPS = fonctions.h crapulator.h metriques.h glitches.h sfx.h \
|
||||
filterstack.h
|
||||
|
||||
all: fonderie interpolator t
|
||||
|
||||
# ---------------------------------------------------------
|
||||
|
||||
t: t.c Makefile glitches.o sfx.o
|
||||
gcc ${COPT} $< glitches.o sfx.o ${LIBS} -lz -o $@
|
||||
t: t.c Makefile ${OBJS}
|
||||
gcc ${COPT} $< ${OBJS} ${LIBS} -lz -o $@
|
||||
|
||||
# ---------------------------------------------------------
|
||||
|
||||
@@ -31,6 +34,9 @@ fonctions.o: fonctions.c fonctions.h Makefile
|
||||
sfx.o: sfx.c ${DEPS} Makefile
|
||||
gcc ${COPT} -c $<
|
||||
|
||||
filterstack.o: filterstack.c ${DEPS} Makefile
|
||||
gcc ${COPT} -c $<
|
||||
|
||||
# ---------------------------------------------------------
|
||||
#
|
||||
# another way to brotch some pics...
|
||||
|
||||
Reference in New Issue
Block a user