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 -march=i686
  4. ## -finline-functions -fcaller-saves -ffast-math 
  5. ##-fno-strength-reduce -fthread-jumps -funroll-loops
  6. ## -I$(top_srcdir)/inc 
  7. ## -DLOCALEDIR="$(localedir)"
  8. noinst_HEADERS = 
  9. TDPList.hh
  10. athread.hh
  11. debug.hh
  12. error.hh
  13. network.hh
  14. util.hh
  15. Regex.h
  16. String.h
  17. ansidecl.h
  18. builtin.h
  19. libiberty.h
  20. rx.h
  21. UTIL_SOURCES = 
  22. String.cc Regex.cc gnu_error.cc xexit.c xmalloc.c alloca.c rx.c 
  23. athread.cc network.cc
  24. noinst_LIBRARIES = libmpeg.a
  25. libmpeg_a_SOURCES = $(UTIL_SOURCES)
  26. libmpeg.a:  $(libmpeg_a_OBJECTS) $(libmpeg_a_DEPENDENCIES)
  27. ## -rm -f $(top_srcdir)/lib/linux/$(noinst_LIBRARIES)
  28. ar vrus $(top_srcdir)/lib/linux/$(noinst_LIBRARIES) $(libmpeg_a_OBJECTS)
  29. cp *.hh $(top_srcdir)/inc
  30. cp *.h $(top_srcdir)/inc
  31. @RANLIB@ $(top_srcdir)/lib/linux/$(noinst_LIBRARIES)
  32. bin_PROGRAMS = test
  33. test_SOURCES = 
  34. test.cc
  35. ## $(UTIL_SOURCES)
  36. test_LDADD = -L$(top_srcdir)/lib/linux 
  37. -lmpeg  -lnsl -lposix -lstdc++ 
  38. ##test_LDFLAGS = -Dlinux -L$(top_srcdir)/lib/linux 
  39. ## -lutil  -lnsl -lposix -lstdc++