makefile.am
来自「学习 open inventor 的例子」· AM 代码 · 共 30 行
AM
30 行
INCLUDES = -I$(top_srcdir)/coin-competitionsnoinst_PROGRAMS = \ smiley \ plasmaball \ styx \ stars2smiley_SOURCES = smiley.cppplasmaball_SOURCES = plasmaball.cppstyx_SOURCES = styx.cppstars2_SOURCES = stars2.cppEXTRA_stars2_SOURCES = star_raw.h envq_raw.hBUILT_SOURCES = \ smiley.cpp \ plasmaball.cpp \ styx.cpp \ stars2.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 + -
显示快捷键?