Mp4Dump.mak
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:1k
- ##########################################################################
- #
- # Ap4Dump Program
- #
- # (c) 2001-2002 Gilles Boccon-Gibod
- #
- ##########################################################################
- all: mp4dump
- ##########################################################################
- # includes
- ##########################################################################
- include $(BUILD_ROOT)/Makefiles/Crypto.exp
- include $(BUILD_ROOT)/Makefiles/Core.exp
- include $(BUILD_ROOT)/Makefiles/System.exp
- ##########################################################################
- # targets
- ##########################################################################
- TARGET_SOURCES = Mp4Dump.cpp
- ##########################################################################
- # make path
- ##########################################################################
- VPATH += $(SOURCE_ROOT)/Apps/Mp4Dump
- ##########################################################################
- # includes
- ##########################################################################
- include $(BUILD_ROOT)/Makefiles/Rules.mak
- ##########################################################################
- # rules
- ##########################################################################
- mp4dump: $(TARGET_OBJECTS) $(TARGET_LIBRARY_FILES)
- $(LINK) $(TARGET_OBJECTS) -o $@