?? makefile.pro
字號:
TEMPLATE = appTARGET = cosCONFIG = consoleOBJECTS_DIR = objDESTDIR = ./TMAKE_CC = avr-gccTMAKE_CXX = avr-gccTMAKE_CFLAGS = -mmcu=avr5 -mtiny-stack -mcall-prologuesTMAKE_CFLAGS += -OsTMAKE_CFLAGS += -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsTMAKE_CFLAGS += -Wall -Wstrict-prototypes_TMAKE_CFLAGS += -Wa -adhlns=$(<:.c=.lst)TMAKE_CXXFLAGS = -mmcu=avr5 -mtiny-stack_TMAKE_CXXFLAGS += -Wa,-adhlns=$(<:.S=.lst)TMAKE_CFLAGS_WARN_ON =TMAKE_CFLAGS_WARN_OFF =TMAKE_CXXFLAGS_WARN_ON =TMAKE_CXXFLAGS_WARN_OFF =TMAKE_CFLAGS_RELEASE =TMAKE_CFLAGS_DEBUG = --debugTMAKE_CXXFLAGS_RELEASE =TMAKE_CXXFLAGS_DEBUG = --debugTMAKE_LINK = avr-gccTMAKE_LFLAGS = -Wl,-Map=$(TARGET).mapTMAKE_LFLAGS_RELEASE =TMAKE_LFLAGS_DEBUG =TMAKE_LFLAGS_CONSOLE =TMAKE_LIBS_CONSOLE =TMAKE_LIBS =INCLUDEPATH = . .. ../../../common ../../.. ../../hal/avrDEPENDPATH = ../../../.. . .. ../../hal ../../bios ../../cos \ ../../../common ../../bios/tcl ../../bios/fs ../../bios/lv ../../hal/avrHEADERS = precomp.h halconf.out.h biosconf.out.h tclconf.out.h cosconf.out.h \ ../../hal/avr/atmega161.h \ ../../hal/avr/avrhal.h \ ../../hal/avr/types.h \ ../../hal/avr/micro.h \ ../cos.h \ ../config.h \ ../version.h \ ../../bios/err.h \ ../../bios/bios.h \ ../../bios/tcl/tcl.h \ ../../bios/fs/fs.h \ ../../bios/lv/tlv.h \ ../../hal/xpcomp.h \ ../../hal/hal.h \ ../../hal/hallog.hSOURCES = startup.c \ ../application.c \ ../getchallenge.c \ ../externalauthenticate.c \ ../internalauthenticate.c \ ../getresponse.c \ ../helpers.c \ ../global.c \ ../historical.c \ ../cardlock.c \ ../writeeeprom.c \ ../readbinary.c \ ../updatebinary.c \ ../erasebinary.c \ ../readrecord.c \ ../appendrecord.c \ ../updaterecord.c \ ../createfile.c \ ../deletefile.c \ ../invalidate.c \ ../rehabilitate.c \ ../selectfile.c \ ../select.c \ ../verifypin.c \ ../changepin.c \ ../changekey.c \ ../unlockpin.c \ ../incdec.c \ ../init.c \ ../cosmain.c \ ../../bios/init/applidata.c \ ../../bios/init/atr.c \ ../../bios/init/initbios.c \ ../../bios/init/taglife.c \ ../../bios/crypto/crypto.c \ ../../bios/crypto/cryptoctx.c \ ../../bios/crypto/random.c \ ../../bios/crypto/loadkey.c \ ../../bios/crypto/sizekey.c \ ../../bios/odata/objappli.c \ ../../bios/odata/objpin.c \ ../../bios/odata/objkey.c \ ../../bios/odata/objcnt.c \ ../../bios/io/io.c \ ../../bios/err.c \ ../../bios/fs/stream.c \ ../../bios/fs/fstools.c \ ../../bios/fs/acl.c \ ../../bios/fs/lookup.c \ ../../bios/fs/fsmf.c \ ../../bios/fs/fsbootstrap.c \ ../../bios/fs/fsselect.c \ ../../bios/fs/fscreate.c \ ../../bios/fs/fsdelete.c \ ../../bios/fs/fsrecords.c \ ../../bios/fs/fsbinary.c \ ../../bios/fs/fsinvalid.c \ ../../bios/lv/tlv.c \ ../../hal/hal.c \ ../../hal/hal2.c \ ../../hal/hal3.c \ ../../hal/halrom.c \ ../../hal/avr/halcrc.c \ ../../hal/avr/haleep.c \ ../../hal/avr/halhalt.c \ ../../hal/avr/halinit.c \ ../../hal/avr/halrand.c \ ../../hal/avr/halmanu.c \ ../../hal/avr/halt0.c \ ../../hal/avr/halwaitetu.c \ ../../hal/avr/hallock.c \ ../../hal/avr/avrio.S
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -