r125: This commit was manufactured by cvs2svn to create tag 'r1_1_7-last'.
[cinelerra_cv/mob.git] / hvirtual / mpeg2enc / Makefile.am
blobce4dfbf2836693720222247eaad9b0ef77ccde1e
2 # Automake Makefile template for mpeg2enc...
3 # Modified for distrobution with Cinelerra
5 noinst_LTLIBRARIES = libmpeg2enc.la
7 libmpeg2enc_la_CFLAGS =-I$(top_srcdir)/quicktime -I$(top_srcdir)/libmpeg3
9 libmpeg2enc_la_SOURCES = conform.c mpeg2enc.c putseq.c putpic.c puthdr.c putmpg.c \
10          putvlc.c putbits.c predict.c readpic.c writepic.c transfrm.c \
11         fdctref.c idct.c quantize.c ratectl.c stats.c \
12         global.h mpeg2enc.h vlc.h \
13         simd.h motion.c cpu_accel.c
15 if USEMMX
16 libmpeg2enc_la_SOURCES +=     fdct_mmx.s fdctdata.c idct_mmx.s idctdata.c \
17     quant_mmx.s quantize_x86.c predict_mmx.s \
18     predcomp_mmxe.s predcomp_mmx.s
19 endif
21 noinst_HEADERS = attributes.h \
22         config.h \
23         cpu_accel.h \
24         fastintfns.h \
25         global.h \
26         mmx.h \
27         mpeg2enc.h \
28         mtable.h \
29         putbits.h \
30         simd.h \
31         vlc.h
33 libmpeg2enc_la_LIBADD=@PTHREAD_LIBS@ @LIBGETOPT_LIB@ $(LIBM_LIBS)
34 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTC_FLAGS)