📄 makefile
字号:
# Makefile for Zinc examples.TGT_DIR=$(WIND_BASE)/targetall: app_zincinclude $(TGT_DIR)/h/make/rules.library.NeverBuilt : app_zinc app app_boot# app_zinc links the Zinc library in to the applicationapp_zinc: $(MAKE) -C bitmap CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C data CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C derive CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C draw CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C event CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C format CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C gmgr CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C hello CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C image CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C intl CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C lang CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C med CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C nav CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C popup CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C print CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C slot CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C split CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C sysmenu CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C table CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C timer CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C tree CPU=$(CPU) TOOL=$(TOOL) app_zinc $(MAKE) -C window CPU=$(CPU) TOOL=$(TOOL) app_zinc# app creates an application not linked to any librariesapp: $(MAKE) -C bitmap CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C data CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C derive CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C draw CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C event CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C format CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C gmgr CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C hello CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C image CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C intl CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C lang CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C med CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C nav CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C popup CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C print CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C slot CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C split CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C sysmenu CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C table CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C timer CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C tree CPU=$(CPU) TOOL=$(TOOL) app $(MAKE) -C window CPU=$(CPU) TOOL=$(TOOL) app# app_boot creates an application that can be linked in to the# vxWorks image so that the application can be bootedapp_boot: $(MAKE) -C bitmap CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C data CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C derive CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C draw CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C event CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C format CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C gmgr CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C hello CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C image CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C intl CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C lang CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C med CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C nav CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C popup CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C print CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C slot CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C split CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C sysmenu CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C table CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C timer CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C tree CPU=$(CPU) TOOL=$(TOOL) app_boot $(MAKE) -C window CPU=$(CPU) TOOL=$(TOOL) app_boot
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -