makefile
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:2k
- ################################################################################
- # 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/epoc32/release/WINSCW/UDEB/S60UIExample.exe $(SIS_OBJS)
- # Tool invocations
- C:/Symbian/9.1/S60_3rd/epoc32/release/WINSCW/UDEB/S60UIExample.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}epoc32releasewinscwudeb" -o "$@" -search $(OBJS) $(USER_OBJS) $(LIBS)
- @mwldsym2.exe -sym full -subsystem windows -msgstyle parseable -nowraplines -nodefaultlibs -stdlib -noimplib -m="?_E32Bootstrap@@YGXXZ" -L"${EPOCROOT}epoc32releasewinscwudeb" -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:Symbian9.1S60_3rdepoc32releaseWINSCWUDEBS60UIExample.exe
- -@echo ' '
- secondary-outputs: $(MBM_OBJS) $(MIF_OBJS) $(RSC_OBJS)
- .PHONY: all clean dependents
- .SECONDARY:
- -include $(ROOT)/makefile.targets