?? 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 + -