makefile.am

来自「此源码通过实例演示了makefile的书写规则和方法」· AM 代码 · 共 15 行

AM
15
字号
## Process this file with automake to produce Makefile.inlib_LTLIBRARIES		= libhello.lalibhello_la_SOURCES	= hello.clibhello_la_LDFLAGS	= -no-undefined -version-info 0:0:0include_HEADERS		= hello.hbin_PROGRAMS		= hellohello_SOURCES		= main.chello_LDADD		= libhello.lamain.o: main.c	$(COMPILE) @LIBHELLO_DLL_IMPORT@ -c main.c

⌨️ 快捷键说明

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