shithub: sox

ref: 7caf0e1b5286fc68229f60749d12e6ad28b3e01c
dir: /src/Makefile.am/

View raw version
## Process this file with automake to produce Makefile.in

SUBDIRS = libgsm

AM_CPPFLAGS = $(LUA_INCLUDES)
AM_CFLAGS = @SNDFILE_CFLAGS@ @SAMPLERATE_CFLAGS@
AM_LDFLAGS = @SNDFILE_LIBS@ @SAMPLERATE_LIBS@

# Pass flags from --enable-silent-libtool
LIBTOOL = @LIBTOOL@ @LIBTOOLFLAGS@

bin_PROGRAMS = sox
bin_SCRIPTS = libst-config
lib_LTLIBRARIES = libst.la
include_HEADERS = st.h ststdint.h
dist_pkgdata_DATA = skeleff.lua skelform.lua

formats = 8svx.c adpcm.c adpcm.h adpcms.c adpcms.h aiff.c au.c auto.c avr.c \
	  cdr.c cvsd.c cvsdfilt.h dat.c flac.c g711.c g711.h g721.c g723_24.c \
	  g723_40.c g72x.c g72x.h gsm.c hcom.c ima_rw.c ima_rw.h luaform.c \
	  maud.c mp3.c nulfile.c prc.c raw.c sf.c sfircam.h skelform.c smp.c \
	  sndfile.c sndrtool.c sphere.c tx16w.c voc.c vorbis.c vox.c wav.c \
	  wav.h wve.c xa.c

effects = band.h biquad.c biquad.h biquads.c chorus.c compand.c dcshift.c\
	  deemph.h dither.c earwax.c echo.c echos.c fade.c FFT.c FFT.h filter.c\
	  flanger.c luaeff.c mcompand.c mixer.c noiseprof.c \
	  noisered.c noisered.h pad.c pan.c phaser.c pitch.c polyphas.c \
	  rabbit.c rate.c repeat.c resample.c reverb.c reverse.c silence.c \
	  skeleff.c speed.c stat.c stretch.c swap.c synth.c trim.c vibro.c vol.c

libst_la_SOURCES = $(formats) $(effects) alsa.c oss.c sunaudio.c handlers.c \
		   misc.c st_i.h stio.c stlua.c lintlib.c util.c xmalloc.c xmalloc.h \
		   getopt.c getopt1.c getopt.h stconfig.h

sox_SOURCES = sox.c
sox_LDADD = libst.la libgsm/libgsm.la $(LUA_LIBS)

all: sox$(EXEEXT) play rec

libgsm/libgsm.la:
	$(MAKE) -C libgsm

play rec: sox$(EXEEXT)
	./sox --help > /dev/null
	$(RM) $@ && $(LN_S) .libs/lt-sox $@

install-exec-hook:
	cd $(DESTDIR)$(bindir) && $(RM) play && $(LN_S) sox play
	cd $(DESTDIR)$(bindir) && $(RM) rec && $(LN_S) sox rec

distclean-local:
	$(RM) *.raw *.sf ststdint.h