makefile.am

来自「学习 open inventor 的例子」· AM 代码 · 共 19 行

AM
19
字号
INCLUDES = -I$(top_srcdir)/coin-competitionsnoinst_PROGRAMS = ballinthehoop flow typeomaticballinthehoop_SOURCES = ballinthehoop.cppflow_SOURCES = flow.cpptypeomatic_SOURCES = typeomatic.cpp $(srcdir)/../strutils.cppBUILT_SOURCES = ballinthehoop.cpp flow.cpp typeomatic.cpp# Create Mac OS X application bundles.app-bundles: all-am	@case $(target_os) in darwin* ) \	  for i in $(noinst_PROGRAMS); do \	    if test -f $$i; then $(soguiconfig) --build-app $$i; fi \	  done;; \	esac

⌨️ 快捷键说明

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