r123: Merged HEAD and TEST. New stuff shall be committed to HEAD from now on.
[cinelerra_cv/mob.git] / quicktime / decore50 / Makefile.am
blob387caf9f484ec780b9cba53e98bb7577d7ed0637
1 noinst_LTLIBRARIES = libdecore.la
2 AM_LDFLAGS = -static
3 libdecore_la_CFLAGS = -D_DECORE -DLINUX $(CPU_CFLAGS)
4 libdecore_la_LIBADD = 
5 libdecore_la_SOURCES = clearblock.c debug.c decore.c getbits.c idct.c mp4_block.c mp4_decoder.c mp4_header.c \
6                                                                                          mp4_iquant.c mp4_mblock.c mp4_picture.c mp4_predict.c mp4_recon.c mp4_tables.c mp4_vars.c \
7                                                                                          mp4_vld.c postprocess.c transferidct.c yuv2rgb.c 
8 if USEMMX
9 libdecore_la_SOURCES += basic_prediction_mmx.c
10 else
11 libdecore_la_SOURCES += basic_prediction.c
12 endif
13 INCLUDES=-I./
15 noinst_HEADERS = basic_prediction.h \
16         clearblock.h \
17         debug.h \
18         decore.h \
19         gen_draw.h \
20         gen_usetime.h \
21         getbits.h \
22         global.h \
23         idct.h \
24         mp4_block.h \
25         mp4_decoder.h \
26         mp4_header.h \
27         mp4_iquant.h \
28         mp4_mblock.h \
29         mp4_predict.h \
30         mp4_vars.h \
31         mp4_vld.h \
32         portab.h \
33         postprocess.h \
34         store.h \
35         timer.h \
36         transferidct.h \
37         yuv2rgb.h
39 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTC_FLAGS)