⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 卫星仿真软件 卫星仿真软件 卫星仿真软件
💻
字号:
## Makefile - SaVi data directory. Run top-level Makefile instead.## $Id: Makefile,v 1.4 2004/09/30 16:40:01 lloydwood Exp $       SHELL = /bin/sh          RM = /bin/rm -f  OTHER_SRCS = aries.tcl atcontact.tcl celestri.tcl clarke.tcl draim-4.tcl \		ellipso.tcl galileo.tcl globalstar.tcl gps.tcl gs2.tcl ico.tcl \		iridium-66.tcl leqo.tcl macrocell.tcl mm.tcl molnya.tcl \		movie.tcl nuonce.tcl odyssey.tcl orbcomm.tcl orblink.tcl \		sirius-radio.tcl skybridge-64.tcl spaceway-ngso.tcl \		teledesic-288.tcl teledesic-840.tcl tundra.tcl \		geo.tle gps.tle visual.tleall:clean:	$(RM) *~ $(CLEAN_FILES)tarfilelist::	@srcs="Makefile $(SRCS) $(OTHER_SRCS)" ; \	for i in $$srcs ; do \	  echo "$(CURRENT_DIR)/$$i" >> $(TOP)/fileslist ; \	done

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -