makefile

来自「卫星仿真软件 卫星仿真软件 卫星仿真软件」· 代码 · 共 30 行

TXT
30
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?