makefile.am
来自「SconeServer is a modular, object-orienta」· AM 代码 · 共 20 行
AM
20 行
# SconeServer (http://www.sconemad.com)# automake file for Rot13 example moduleAM_CPPFLAGS = -I$(top_srcdir)if BUILD_EXAMPLES pkglib_LTLIBRARIES = rot13.laendifrot13_la_SOURCES = \Rot13Module.cpp \Rot13Stream.cpprot13_la_LDFLAGS = -module -avoid-versionnoinst_HEADERS = \Rot13Module.h \Rot13Stream.hEXTRA_DIST = Makefile.example
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?