Lines 22-28
Link Here
|
22 |
# For Linux (and maybe others), use these: |
22 |
# For Linux (and maybe others), use these: |
23 |
CFLAGS = -Wall -march=i386 -Os -pipe -fomit-frame-pointer -DTURBO_MEDIAN -DTURBO_BUFFER |
23 |
CFLAGS = -Wall -march=i386 -Os -pipe -fomit-frame-pointer -DTURBO_MEDIAN -DTURBO_BUFFER |
24 |
DEPS = $(OBJS) makebplay |
24 |
DEPS = $(OBJS) makebplay |
25 |
LIBS = -lncurses -lrfftw -lfftw -lm |
25 |
LIBS = -lncurses -ldrfftw -ldfftw -lm |
26 |
COPY_A = -a |
26 |
COPY_A = -a |
27 |
|
27 |
|
28 |
# For FreeBSD (and maybe others), use these: |
28 |
# For FreeBSD (and maybe others), use these: |