forked from tTh/FloatImg
complicated build system is mandatory
This commit is contained in:
@@ -10,7 +10,7 @@ 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
|
||||
filterstack.h crapdef.h crapstr.h
|
||||
|
||||
all: fonderie interpolator t
|
||||
|
||||
@@ -31,6 +31,16 @@ fonderie: fonderie.c ${DEPS} ${OBJS} Makefile
|
||||
interpolator: interpolator.c ${DEPS} ${OBJS} Makefile
|
||||
gcc ${COPT} $< ${OBJS} ${LIBS} -lz -o $@
|
||||
|
||||
# ---------------------------------------------------------
|
||||
#
|
||||
# some files are generated, sorry.
|
||||
#
|
||||
crapdef.h: crapulors.liste Makefile craplist2h.awk
|
||||
./craplist2h.awk < $< | tee $@
|
||||
|
||||
crapstr.h: crapulors.liste Makefile craplist2str.awk
|
||||
./craplist2str.awk < $< | tee $@
|
||||
|
||||
# ---------------------------------------------------------
|
||||
#
|
||||
# a lot of silly functions
|
||||
|
||||
Reference in New Issue
Block a user