123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- # ==============================================================================
- # Generated by qmake (2.01a) (Qt 4.7.3) on: ven 8. lug 09:36:04 2011
- # This file is generated by qmake and should not be modified by the
- # user.
- # Name : Makefile_TheftAuto_exe.mk
- # Part of : TheftAuto
- # Description : This file is used to call necessary targets on wrapper makefile
- # during normal Symbian build process.
- # Version :
- #
- # ==============================================================================
- MAKE = make
- VISUAL_CFG = RELEASE
- ifeq "$(CFG)" "UDEB"
- VISUAL_CFG = DEBUG
- endif
- do_nothing :
- @rem do_nothing
- MAKMAKE: create_temps pre_targetdeps store_build
- LIB: create_temps pre_targetdeps store_build
- BLD: create_temps pre_targetdeps store_build
- ifeq "$(PLATFORM)" "WINSCW"
- CLEAN: extension_clean winscw_deployment_clean deployment_clean
- else
- CLEAN: extension_clean deployment_clean
- endif
- CLEANLIB: do_nothing
- RESOURCE: do_nothing
- FREEZE: do_nothing
- SAVESPACE: do_nothing
- RELEASABLES: do_nothing
- ifeq "$(PLATFORM)" "WINSCW"
- FINAL: finalize winscw_deployment deployment
- else
- FINAL: finalize deployment
- endif
- pre_targetdeps : c:\Sviluppo\TheftAuto\Makefile
- -$(MAKE) -f "c:\Sviluppo\TheftAuto\Makefile" pre_targetdeps QT_SIS_TARGET=$(VISUAL_CFG)-$(PLATFORM)
- create_temps : c:\Sviluppo\TheftAuto\Makefile
- -$(MAKE) -f "c:\Sviluppo\TheftAuto\Makefile" create_temps QT_SIS_TARGET=$(VISUAL_CFG)-$(PLATFORM)
- extension_clean : c:\Sviluppo\TheftAuto\Makefile
- -$(MAKE) -f "c:\Sviluppo\TheftAuto\Makefile" extension_clean QT_SIS_TARGET=$(VISUAL_CFG)-$(PLATFORM)
- finalize : c:\Sviluppo\TheftAuto\Makefile
- -$(MAKE) -f "c:\Sviluppo\TheftAuto\Makefile" finalize QT_SIS_TARGET=$(VISUAL_CFG)-$(PLATFORM)
- winscw_deployment_clean : c:\Sviluppo\TheftAuto\Makefile
- -$(MAKE) -f "c:\Sviluppo\TheftAuto\Makefile" winscw_deployment_clean QT_SIS_TARGET=$(VISUAL_CFG)-$(PLATFORM)
- winscw_deployment : c:\Sviluppo\TheftAuto\Makefile
- -$(MAKE) -f "c:\Sviluppo\TheftAuto\Makefile" winscw_deployment QT_SIS_TARGET=$(VISUAL_CFG)-$(PLATFORM)
- deployment_clean : c:\Sviluppo\TheftAuto\Makefile
- -$(MAKE) -f "c:\Sviluppo\TheftAuto\Makefile" deployment_clean QT_SIS_TARGET=$(VISUAL_CFG)-$(PLATFORM)
- deployment : c:\Sviluppo\TheftAuto\Makefile
- -$(MAKE) -f "c:\Sviluppo\TheftAuto\Makefile" deployment QT_SIS_TARGET=$(VISUAL_CFG)-$(PLATFORM)
- store_build : c:\Sviluppo\TheftAuto\Makefile
- -$(MAKE) -f "c:\Sviluppo\TheftAuto\Makefile" store_build QT_SIS_TARGET=$(VISUAL_CFG)-$(PLATFORM)
|