makefile

来自「symbian s60 第3版下的音频播放程序」· 代码 · 共 46 行

TXT
46
字号
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

ROOT := ..

-include $(ROOT)/makefile.init

RM := del /s/q

# All of the sources participating in the build are defined here
-include sources.mk
-include $(SUBDIRS:%=%/subdir.mk)
-include objects.mk
ifneq ($(strip $(DEPS)),)
-include $(DEPS)
endif

-include $(ROOT)/makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 

# All Target
all: secondary-outputs C:/Symbian/9.1/S60_3rd_MR/epoc32/release/WINSCW/UDEB/AudioPlayer.exe $(SIS_OBJS)

# Tool invocations
C:/Symbian/9.1/S60_3rd_MR/epoc32/release/WINSCW/UDEB/AudioPlayer.exe: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: WINSCW C/C++ Linker'
	@echo mwldsym2.exe -sym full -subsystem windows -msgstyle parseable -nowraplines -nodefaultlibs -stdlib -noimplib -m="?_E32Bootstrap@@YGXXZ" -L"${EPOCROOT}epoc32\release\winscw\udeb" -o "$@" -search $(OBJS) $(USER_OBJS) $(LIBS)
	@mwldsym2.exe -sym full -subsystem windows -msgstyle parseable -nowraplines -nodefaultlibs -stdlib -noimplib -m="?_E32Bootstrap@@YGXXZ" -L"${EPOCROOT}epoc32\release\winscw\udeb" -o "$@" -search $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(AIF_OBJS_FOR_DEL)$(LINKER_OUTPUT_TYPES_OUTPUTS_FOR_DEL)$(OBJS_FOR_DEL)$(MIF_OBJS_FOR_DEL)$(RSC_OBJS_FOR_DEL)$(DEF_OBJS_FOR_DEL)$(DEPS_FOR_DEL)$(MBM_OBJS_FOR_DEL) C:\Symbian\9.1\S60_3rd_MR\epoc32\release\WINSCW\UDEB\AudioPlayer.exe
	-@echo ' '

secondary-outputs: $(MBM_OBJS) $(MIF_OBJS) $(RSC_OBJS)

.PHONY: all clean dependents
.SECONDARY:

-include $(ROOT)/makefile.targets

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?