📄 makefile.am
字号:
####### This is the input file for automake, which will generate Makefile.in ############ not a GNU package. You can remove this line, if## you have all needed files, that a GNU package needsAUTOMAKE_OPTIONS = foreign 1.4noinst_PROGRAMS=event handlerSOAPHEADER=event.hinclude ../Makefile.definesSOAP_NS=Event.nsmap Event.wsdlinclude ../Makefile.c_rulesevent_SOURCES=event.c $(SOAPHEADER) $(SOAP_C_CLIENT)event_LDADD=$(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)handler_SOURCES=handler.c $(SOAPHEADER) $(SOAP_C_SRC)handler_LDADD=$(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS) -lpthread
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -