makefile
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:2k
源码类别:

Symbian

开发平台:

C/C++

  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. ROOT := ..
  5. -include $(ROOT)/makefile.init
  6. RM := del /s/q
  7. # All of the sources participating in the build are defined here
  8. -include sources.mk
  9. -include $(SUBDIRS:%=%/subdir.mk)
  10. -include objects.mk
  11. ifneq ($(strip $(DEPS)),)
  12. -include $(DEPS)
  13. endif
  14. -include $(ROOT)/makefile.defs
  15. # Add inputs and outputs from these tool invocations to the build variables 
  16. # All Target
  17. all: secondary-outputs C:/Symbian/9.1/S60_3rd/epoc32/release/WINSCW/UDEB/S60UIExample.exe $(SIS_OBJS)
  18. # Tool invocations
  19. C:/Symbian/9.1/S60_3rd/epoc32/release/WINSCW/UDEB/S60UIExample.exe: $(OBJS) $(USER_OBJS)
  20. @echo 'Building target: $@'
  21. @echo 'Invoking: WINSCW C/C++ Linker'
  22. @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)
  23. @mwldsym2.exe -sym full -subsystem windows -msgstyle parseable -nowraplines -nodefaultlibs -stdlib -noimplib -m="?_E32Bootstrap@@YGXXZ" -L"${EPOCROOT}epoc32releasewinscwudeb" -o "$@" -search $(OBJS) $(USER_OBJS) $(LIBS)
  24. @echo 'Finished building target: $@'
  25. @echo ' '
  26. # Other Targets
  27. clean:
  28. -$(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
  29. -@echo ' '
  30. secondary-outputs: $(MBM_OBJS) $(MIF_OBJS) $(RSC_OBJS)
  31. .PHONY: all clean dependents
  32. .SECONDARY:
  33. -include $(ROOT)/makefile.targets