modules/media/src/main/native/jfxmedia/projects/win/Makefile

Print this page
rev 9187 : imported patch 8u72.patch


 114         MediaManagement/Media.cpp \
 115         MediaManagement/MediaManager.cpp \
 116         Locator/Locator.cpp \
 117         Locator/LocatorStream.cpp \
 118         platform/gstreamer/GstMedia.cpp \
 119         platform/gstreamer/GstMediaPlayer.cpp \
 120         platform/gstreamer/GstPlatform.cpp \
 121         platform/gstreamer/GstAudioEqualizer.cpp \
 122         platform/gstreamer/GstAudioPlaybackPipeline.cpp \
 123         platform/gstreamer/GstAudioSpectrum.cpp \
 124         platform/gstreamer/GstAVPlaybackPipeline.cpp \
 125         platform/gstreamer/GstElementContainer.cpp \
 126         platform/gstreamer/GstJniUtils.cpp \
 127         platform/gstreamer/GstMediaManager.cpp \
 128         platform/gstreamer/GstPipelineFactory.cpp \
 129         platform/gstreamer/GstVideoFrame.cpp \
 130         Utils/MediaWarningDispatcher.cpp \
 131         Utils/LowLevelPerf.cpp \
 132         Utils/win32/WinCriticalSection.cpp  \
 133         Utils/win32/WinDllMain.cpp \
 134         Utils/win32/WinThread.cpp

 135 
 136 C_SOURCES = Utils/ColorConverter.c
 137 
 138 OBJ_DIRS = $(addprefix $(OBJBASE_DIR)/,$(DIRLIST))
 139 
 140 DEP_DIRS = $(BUILD_DIR) $(OBJ_DIRS)
 141 
 142 DEPTOKEN = "\# makedepend"
 143 DEPFILE = $(OBJBASE_DIR)/Depend.mak
 144 
 145 OBJECTS = $(patsubst %.cpp,$(OBJBASE_DIR)/%.obj,$(CPP_SOURCES)) $(patsubst %.c,$(OBJBASE_DIR)/%.obj,$(C_SOURCES))
 146 
 147 .PHONY: clean default list
 148 
 149 default: $(TARGET)
 150 
 151 $(TARGET): $(DEPFILE) $(OBJECTS) 
 152         $(LINK) $(LDFLAGS) $(shell cygpath -ma "$(RESOURCE)") $(foreach object,$(OBJECTS),$(shell cygpath -ma $(object)))
 153 
 154 $(DEPFILE): | $(DEP_DIRS)


 114         MediaManagement/Media.cpp \
 115         MediaManagement/MediaManager.cpp \
 116         Locator/Locator.cpp \
 117         Locator/LocatorStream.cpp \
 118         platform/gstreamer/GstMedia.cpp \
 119         platform/gstreamer/GstMediaPlayer.cpp \
 120         platform/gstreamer/GstPlatform.cpp \
 121         platform/gstreamer/GstAudioEqualizer.cpp \
 122         platform/gstreamer/GstAudioPlaybackPipeline.cpp \
 123         platform/gstreamer/GstAudioSpectrum.cpp \
 124         platform/gstreamer/GstAVPlaybackPipeline.cpp \
 125         platform/gstreamer/GstElementContainer.cpp \
 126         platform/gstreamer/GstJniUtils.cpp \
 127         platform/gstreamer/GstMediaManager.cpp \
 128         platform/gstreamer/GstPipelineFactory.cpp \
 129         platform/gstreamer/GstVideoFrame.cpp \
 130         Utils/MediaWarningDispatcher.cpp \
 131         Utils/LowLevelPerf.cpp \
 132         Utils/win32/WinCriticalSection.cpp  \
 133         Utils/win32/WinDllMain.cpp \
 134         Utils/win32/WinThread.cpp \
 135         Utils/win32/WinExceptionHandler.cpp
 136 
 137 C_SOURCES = Utils/ColorConverter.c
 138 
 139 OBJ_DIRS = $(addprefix $(OBJBASE_DIR)/,$(DIRLIST))
 140 
 141 DEP_DIRS = $(BUILD_DIR) $(OBJ_DIRS)
 142 
 143 DEPTOKEN = "\# makedepend"
 144 DEPFILE = $(OBJBASE_DIR)/Depend.mak
 145 
 146 OBJECTS = $(patsubst %.cpp,$(OBJBASE_DIR)/%.obj,$(CPP_SOURCES)) $(patsubst %.c,$(OBJBASE_DIR)/%.obj,$(C_SOURCES))
 147 
 148 .PHONY: clean default list
 149 
 150 default: $(TARGET)
 151 
 152 $(TARGET): $(DEPFILE) $(OBJECTS) 
 153         $(LINK) $(LDFLAGS) $(shell cygpath -ma "$(RESOURCE)") $(foreach object,$(OBJECTS),$(shell cygpath -ma $(object)))
 154 
 155 $(DEPFILE): | $(DEP_DIRS)