?? makefile
字號:
all: psc_irq_handler periodic_handler psc_fifoinclude ../../rtl.mk# this is only necessary because we asume that rtlinux is not # installed in a system wide location while running tests/examplesPSC_LIBS=-L $(RTL_DIR)/psc/psc_irq_handler: psc_irq_handler.c $(CC) ${USER_CFLAGS} ${INCLUDE} -Wall -O2 ${PSC_LIBS} -o psc_irq_handler psc_irq_handler.c -lrtlinuxperiodic_handler: periodic_handler.c $(CC) ${USER_CFLAGS} ${INCLUDE} -Wall -O2 ${PSC_LIBS} -o periodic_handler periodic_handler.c -lrtlinuxpsc_fifo: psc_fifo.c $(CC) ${USER_CFLAGS} -g ${INCLUDE} -Wall -O2 ${PSC_LIBS} -o psc_fifo psc_fifo.c -lrtlinuxclean: rm -f *.o psc_irq_handler periodic_handler
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -