System.mak
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. ##########################################################################
  2. #
  3. #    System target
  4. #
  5. #    (c) 2001-2002 Gilles Boccon-Gibod
  6. #    Author: Gilles Boccon-Gibod (bok@bok.net)
  7. #
  8. ##########################################################################
  9. ##########################################################################
  10. # sources
  11. ##########################################################################
  12. SYSTEM_SOURCES = $(FILE_BYTE_STREAM_IMPLEMENTATION).cpp
  13. ##########################################################################
  14. # includes
  15. ##########################################################################
  16. include $(BUILD_ROOT)/Makefiles/Core.exp
  17. include $(BUILD_ROOT)/Makefiles/System.exp
  18. ##########################################################################
  19. # targets
  20. ##########################################################################
  21. TARGET_SOURCES = $(SYSTEM_SOURCES)
  22. libAP4_System.a: $(patsubst %.cpp,%.o,$(TARGET_SOURCES))
  23. ##########################################################################
  24. # make path
  25. ##########################################################################
  26. VPATH += $(SOURCE_ROOT)/System/StdC 
  27. ##########################################################################
  28. # includes
  29. ##########################################################################
  30. include $(BUILD_ROOT)/Makefiles/Rules.mak