Makefile.am
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:2k
- ## Process this file with automake to produce Makefile.in
- INCLUDES =
- -I$(top_srcdir)/inc
- -DLOCALEDIR="$(localedir)"
- @X_CFLAGS@ @x_cflags@
- @PTC_CFLAGS@
- ## -DUSE_DGA
- ## -finline-functions -fcaller-saves -ffast-math
- ##-fno-strength-reduce -fthread-jumps -funroll-loops
- EXTRA_DIST = display.cc.openptc display.cc.x11
- noinst_HEADERS =
- all.hh
- display.hh
- getvlc.hh
- global.hh
- idct.hh
- layerdata.hh
- mpeg2video.hh
- videoconst.hh
- vstream.hh
- mmx.h
- ditherer.hh
- ditherer_lk16.hh
- ditherer_lkbw.hh
- VIDEO_SOURCES =
- vstream.cc display.cc idct.cc getpic.cc motion.cc getvlc.cc getblk.cc
- recon.cc gethdr.cc mpeg2video.cc ditherer.cc ditherer_lk16.cc
- ditherer_lkbw.cc ditherer_init.cc ditherer_mmx16.cc @mmx_sources@
- noinst_LIBRARIES = libmpeg.a
- libmpeg_a_SOURCES = $(VIDEO_SOURCES)
- libmpeg.a: @mmx_objects@ $(libmpeg_a_OBJECTS) $(libmpeg_a_DEPENDENCIES)
- $(AR) vrus $(top_srcdir)/lib/linux/$(noinst_LIBRARIES) @mmx_objects@ $(libmpeg_a_OBJECTS)
- cp *.hh $(top_srcdir)/inc
- @RANLIB@ $(top_srcdir)/lib/linux/$(noinst_LIBRARIES)
- bin_PROGRAMS = mpeg2video
- $(bin_PROGRAMS): libmpeg.a
- mpeg2video_SOURCES =
- main.cc
- ## $(VIDEO_SOURCES)
- # FIXME: this should be handled by 'make depend'
- mpeg2video_DEPENDENCIES =
- mpeg2video.o
- display.o
- getblk.o
- gethdr.o
- getpic.o
- getvlc.o
- idct.o
- mmxidct.o
- motion.o
- recon.o
- vstream.o
- yuv12-rgb16.o
- mpeg2video_LDADD = -L$(top_srcdir)/lib/linux
- @X_PRE_LIBS@
- @X_EXTRA_LIBS@
- @X_LIBS@
- @x_libs@
- @PTHREAD_LIB@
- -lstdc++
- -ldl
- -lutil -lmpeg -lXxf86dga @PTC_LIBS@
- ## -lX11 -lXxf86dga -lXext
- ##mpeg2video_LDFLAGS = ptc-config --libs
- .s.o:
- nasm -f elf $<