makefile
来自「Kluwer.Academic.Pub.Systemc.From.The.Gro」· 代码 · 共 33 行
TXT
33 行
#!/usr/bin/make -f# COPYRIGHT (C) 2004 Eklectic Ally, Inc.---------------------------{{{## See EKLECTIC_LICENSE for information on legal usage of this file. ## -----------------------------------------------------------------}}}##----------------------------------------------------------------------# Uncomment and replace the following to set the name of the executable;# otherwise, the name of the directory will be used.#---#MODULE=NAME_OF_EXECUTABLE#----------------------------------------------------------------------# Uncoment and set the following to specify which files consitute source# files to be compiled into objects; otherwise, filenames matching *.cpp# will be used.#---#SRCS=LIST_OF_CPP_FILES#----------------------------------------------------------------------# Default mode (exe => create executable, sim => run the simulation)#---#DFLT=sim.PHONY: DEFAULTDEFAULT: $(MAKE) -C .. -f Makefile $(notdir $(shell pwd))# COPYRIGHT (C) 2004 Eklectic Ally, Inc.---------------------------{{{## See EKLECTIC_LICENSE for information on legal usage of this file. ## -----------------------------------------------------------------}}}##END $Id: Makefile,v 1.2 2004/04/08 15:40:40 dcblack Exp $
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?