- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
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