shithub: aacdec

ref: fcae268a4273f53783e4ca67de3896499a6c983f
dir: /frontend/Makefile.am/

View raw version
bin_PROGRAMS = faad

faad_SOURCES = main.c audio.c $(top_srcdir)/common/faad/getopt.c \
   audio.h

AM_CFLAGS = -O2
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/faad \
   -I$(top_srcdir)/common/mp4ff
LDADD = $(top_builddir)/libfaad/libfaad.la \
   $(top_builddir)/common/mp4ff/libmp4ff.la


CCLD = $(CXX)