comparison Makefile.gen @ 2576:812b16ee49db

I had been living under apparent false impression that "realfft.c" on which the FFT implementation in DMLIB was basically copied from was released in public domain at some point, but it could very well be that it never was. Correct license is (or seems to be) GNU GPL. Thus I removing the code from DMLIB, and profusely apologize to the author, Philip Van Baren. It was never my intention to distribute code based on his original work under a more liberal license than originally intended.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Mar 2022 16:32:50 +0200
parents fdea5e3d727f
children 9807ae37ad69
comparison
equal deleted inserted replaced
2575:64a58285d3bb 2576:812b16ee49db
300 ### 300 ###
301 DMLIB_A = $(OBJPATH)dmlib.a 301 DMLIB_A = $(OBJPATH)dmlib.a
302 DMLIB_OBJS += \ 302 DMLIB_OBJS += \
303 dmfile.o dmlib.o dmcurves.o dmstring.o \ 303 dmfile.o dmlib.o dmcurves.o dmstring.o \
304 dmgrowbuf.o dmargs.o dmvecmat.o dmperlin.o \ 304 dmgrowbuf.o dmargs.o dmvecmat.o dmperlin.o \
305 dmimage.o dmengine.o dmfft.o dmzlib.o \ 305 dmimage.o dmengine.o dmzlib.o \
306 dmlicense.o 306 dmlicense.o
307 307
308 308
309 TESTS_TARGETS = $(addprefix $(TESTS_BINPATH),$(addsuffix $(BINEXT),$(TESTS_BINARIES))) 309 TESTS_TARGETS = $(addprefix $(TESTS_BINPATH),$(addsuffix $(BINEXT),$(TESTS_BINARIES)))
310 TOOL_TARGETS = $(addprefix $(TOOL_BINPATH),$(addsuffix $(BINEXT),$(TOOL_BINARIES))) 310 TOOL_TARGETS = $(addprefix $(TOOL_BINPATH),$(addsuffix $(BINEXT),$(TOOL_BINARIES)))