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, 22 insertions, 0 deletions
diff --git a/third_party/resample/src/Makefile.am b/third_party/resample/src/Makefile.am
new file mode 100644
index 00000000..bd3ce51a
--- /dev/null
+++ b/third_party/resample/src/Makefile.am
@@ -0,0 +1,22 @@
+## 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)
+