📄 makefile.am
字号:
noinst_LIBRARIES = libport.anoinst_HEADERS = libport.h getopt.hlibport_a_SOURCES =libport_a_LIBADD = @LIBOBJS@ @LIBPORT_GETOPT_LONG_DEP@AUTOMAKE_OPTIONS = dist-tarZ no-dependencies 1.0# how to pull in getopt.o if we need to build getopt_long.o?# can anyone tell me how to express that in automake speak, please...getopt_long.o: getopt.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -