cesysgenplatform.mak
资源名称:SMDK2440.rar [点击查看]
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:1k
源码类别:
Windows CE
开发平台:
Windows_Unix
- # Common defines which are normally in sources
- NOINCLUDEOBJMAC=1
- WINCEOEM=1
- !IFNDEF TARGETNAME
- TARGETNAME=dummy
- !ENDIF
- !IFNDEF TARGETTYPE
- TARGETTYPE=dummy
- !ENDIF
- !IFNDEF SOURCES
- SOURCES=dummy
- !ENDIF
- !IF "$(DEL_TAKES_YOPT)"==""
- DELFLAGS=/q
- MKDIRSFLAGS=
- !ELSE
- DELFLAGS=/q /y
- MKDIRSFLAGS=/s
- !ENDIF
- !IF "$(PROCESSOR_ARCHITECTURE)"==""
- SG_XCOPYREDIRECT=
- DELRECURSEFLAG=
- !ELSE
- SG_XCOPYREDIRECT=2>&1
- DELRECURSEFLAG=/S
- !ENDIF
- SG_TOKENFILTER=cefilter
- MAKECMD=$(MAKE) $(NMAKEDEBUG)
- cefilter_files:
- @echo Cefilter platform files
- !IF !EXIST($(_TARGETPLATROOT)cesysgenfiles)
- mkdir $(_TARGETPLATROOT)cesysgenfiles
- !ENDIF
- !IF EXIST($(_TARGETPLATROOT)filesconfig.bib)
- cefilter $(_TARGETPLATROOT)filesconfig.bib $(_TARGETPLATROOT)cesysgenfiles
- !ENDIF
- !IF EXIST($(_TARGETPLATROOT)filesplatform.bib)
- cefilter $(_TARGETPLATROOT)filesplatform.bib $(_TARGETPLATROOT)cesysgenfiles
- !ENDIF
- !IF EXIST($(_TARGETPLATROOT)filesplatform.dat)
- cefilter $(_TARGETPLATROOT)filesplatform.dat $(_TARGETPLATROOT)cesysgenfiles
- !ENDIF
- !IF EXIST($(_TARGETPLATROOT)filesplatform.db)
- cefilter $(_TARGETPLATROOT)filesplatform.db $(_TARGETPLATROOT)cesysgenfiles
- !ENDIF
- !IF EXIST($(_TARGETPLATROOT)filesplatform.loc)
- cefilter $(_TARGETPLATROOT)filesplatform.loc $(_TARGETPLATROOT)cesysgenfiles
- !ENDIF
- !IF EXIST($(_TARGETPLATROOT)filesplatform.reg)
- cefilter $(_TARGETPLATROOT)filesplatform.reg $(_TARGETPLATROOT)cesysgenfiles
- !ENDIF