Makefile.am
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:1k
源码类别:

DVD

开发平台:

Unix_Linux

  1. ## Process this file with automake to produce Makefile.in
  2. INCLUDES = 
  3. -DLINUX -DUPTIGHT 
  4. -DLOCALEDIR="$(localedir)"
  5. -I$(top_srcdir)/inc
  6. ## -finline-functions -fcaller-saves -ffast-math 
  7. ## -fno-strength-reduce -fthread-jumps -funroll-loops
  8. noinst_HEADERS = 
  9. sync.hh
  10. mmx.h
  11. mpeg2buff.hh
  12. mpeg2const.hh
  13. BUFFER_SOURCES = 
  14. sync.cc mpeg2buff.cc
  15. noinst_LIBRARIES = libmpeg.a
  16. libmpeg_a_SOURCES = $(BUFFER_SOURCES)
  17. libmpeg.a:  $(libmpeg_a_OBJECTS) $(libmpeg_a_DEPENDENCIES)
  18. $(AR) vrus $(top_srcdir)/lib/linux/$(noinst_LIBRARIES) $(libmpeg_a_OBJECTS)
  19. cp *.hh $(top_srcdir)/inc
  20. @RANLIB@ $(top_srcdir)/lib/linux/$(noinst_LIBRARIES)
  21. bin_PROGRAMS = main
  22. main_SOURCES = 
  23. main.cc
  24. ## $(BUFFER_SOURCES)
  25. main_LDADD = -L$(top_srcdir)/lib/linux 
  26.      @PTHREAD_LIB@ 
  27.      -lutil -lstdc++ -lmpeg