Skip to content

Commit

Permalink
try once more with simpler makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-wes committed Jan 1, 2025
1 parent 88c8552 commit e09f1ae
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,11 @@ datafiles = \
qmul~-help.pd \
qdiv~-help.pd \
${empty}
# add nchans~ help

# List externals that need FFTW3
FFTW_SOURCES = \
frft~.c \
mc_conv~.c \
mc_conv2d~.c \


# Add FFTW flags only to specific externals
$(FFTW_SOURCES:.c=.class.sources.o): cflags += -I$(FFTW_INCLUDE)
$(FFTW_SOURCES:.c=.class.sources.o): ldflags += -L$(FFTW_LIB)
$(FFTW_SOURCES:.c=.class.sources.o): ldlibs += -lfftw3
# FFTW3 specific flags - applied globally
cflags += -I$(FFTW_INCLUDE)
ldflags += -L$(FFTW_LIB)
ldlibs += -lfftw3

objectsdir = ./build
PDLIBBUILDER_DIR=./pd-lib-builder
Expand Down

0 comments on commit e09f1ae

Please sign in to comment.