########################################################################## # # Mp4RtpHintInfo Program # # (c) 2001-2005 Gilles Boccon-Gibod # ########################################################################## all: mp4rtphintinfo ########################################################################## # includes ########################################################################## include $(BUILD_ROOT)/Makefiles/Crypto.exp include $(BUILD_ROOT)/Makefiles/Core.exp include $(BUILD_ROOT)/Makefiles/System.exp ########################################################################## # targets ########################################################################## TARGET_SOURCES = Mp4RtpHintInfo.cpp ########################################################################## # make path ########################################################################## VPATH += $(SOURCE_ROOT)/Apps/Mp4RtpHintInfo ########################################################################## # includes ########################################################################## include $(BUILD_ROOT)/Makefiles/Rules.mak ########################################################################## # rules ########################################################################## mp4rtphintinfo: $(TARGET_OBJECTS) $(TARGET_LIBRARY_FILES) $(LINK) $(TARGET_OBJECTS) -o $@