summaryrefslogtreecommitdiff
path: root/third_party/resample/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/resample/src/Makefile.am')
-rw-r--r--third_party/resample/src/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/third_party/resample/src/Makefile.am b/third_party/resample/src/Makefile.am
deleted file mode 100644
index bd3ce51a..00000000
--- a/third_party/resample/src/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-SNDLIB = ../sndlib-20
-
-INCLUDES = -I$(SNDLIB)
-
-bin_PROGRAMS = resample windowfilter
-
-resample_SOURCES = resample.c resamplesubs.c sndlibextra.c filterkit.c \
- $(SNDLIB)/audio.c $(SNDLIB)/io.c $(SNDLIB)/headers.c $(SNDLIB)/sound.c \
- resample.h stdefs.h sndlibextra.h filterkit.h smallfilter.h largefilter.h \
- $(SNDLIB)/sndlib.h $(SNDLIB)/mus-config.h $(SNDLIB)/_sndlib.h $(SNDLIB)/sndlib-strings.h $(SNDLIB)/configure
-
-resample_LDADD = -lm
-
-windowfilter_SOURCES = windowfilter.c resamplesubs.c sndlibextra.c filterkit.c \
- $(SNDLIB)/audio.c $(SNDLIB)/io.c $(SNDLIB)/headers.c $(SNDLIB)/sound.c
-
-windowfilter_LDADD = -lm
-
-EXTRA_DIST = $(man_MANS)
-