📄 makefile.am
字号:
SUBDIRS = ./transtextnoinst_PROGRAMS = hello_world.fcginoinst_HEADERS = hello_world_view.hdist_bin_SCRIPTS = cppcms_tmpl_cc cppcms_runbin_PROGRAMS = cppcms_make_keyEXTRA_DIST = hello_world_skin1.tmpl hello_world_view1.tmpl hello_world_skin2.tmpl Changelog autogen.sh config.txthello_world_fcgi_SOURCES = hello_world.cpp hello_world_view1.cpp hello_world_view2.cpphello_world_fcgi_LDADD = libcppcms.la transtext/libcppcmstranstext.lahello_world_fcgi_CXXFLAGS= -Wall -I./transtexthello_world_view1.cpp: hello_world_skin1.tmpl hello_world_view1.tmpl ./cppcms_tmpl_cc hello_world_skin1.tmpl hello_world_view1.tmpl -o hello_world_view1.cpp -n view1 -d testhello_world_view2.cpp: hello_world_skin2.tmpl hello_world_view1.tmpl ./cppcms_tmpl_cc hello_world_skin2.tmpl hello_world_view1.tmpl -o hello_world_view2.cpp -n view2 -d testlib_LTLIBRARIES = libcppcms.lalibcppcms_la_SOURCES = global_config.cpp manager.cpp url.cpp worker_thread.cpp \ text_tool.cpp cache_interface.cpp base_cache.cpp thread_cache.cpp scgi.cpp \ base_view.cpp util.cpp form.cpp application.cpp session_interface.cpp \ session_cookies.cpp hmac_encryptor.cpp encryptor.cpp md5.c base64.cpp \ session_sid.cpp session_file_storage.cpp session_dual.cpp cppcms_error.cpplibcppcms_la_LDFLAGS = -no-undefined -version-info 0:0:0libcppcms_la_LIBADD = @CPPCMS_LIBS@ transtext/libcppcmstranstext.lalibcppcms_la_CXXFLAGS = -Wall -I./transtextif EN_FORK_CACHElibcppcms_la_SOURCES += process_cache.cppendifif EN_FCGI_BACKENDlibcppcms_la_SOURCES += fcgi.cppendifif EN_ENCR_SESSIONSlibcppcms_la_SOURCES += aes_encryptor.cppendifif EN_SQLITE_SESSIONSlibcppcms_la_SOURCES += session_sqlite_storage.cppendifnobase_pkginclude_HEADERS = global_config.h text_tool.h url.h cppcms_error.h \ manager.h worker_thread.h fcgi.h cache_interface.h archive.h \ base_cache.h thread_cache.h cgicc_connection.h scgi.h cgi_api.h \ process_cache.h shmem_allocator.h posix_mutex.h config.h cgi.h base_view.h \ util.h form.h application.h session_interface.h session_api.h session_cookies.h \ hmac_encryptor.h aes_encryptor.h encryptor.h md5.h base64.h session_backend_factory.h \ session_sid.h session_storage.h session_file_storage.h session_dual.h \ session_cache_backend.h session_sqlite_storage.h tcp_cache_protocol.h tcp_cache.h \ tcp_connector.h session_tcp_storage.h tcp_messenger.h asio_config.h fcntl_mutex.hif EN_TCP_CACHElibcppcms_la_SOURCES += tcp_cache.cpp tcp_messenger.cpp session_tcp_storage.cpp tcp_connector.cppbin_PROGRAMS += cppcms_tcp_scalecppcms_tcp_scale_SOURCES = base_cache.cpp thread_cache.cpp tcp_cache_server.cpp session_file_storage.cpp cppcms_error.cppcppcms_tcp_scale_CXXFLAGS=-DNO_BUILDER_INTERFACEcppcms_tcp_scale_LDADD = @TCPSCALE_LIBS@ if EN_SQLITE_SESSIONScppcms_tcp_scale_SOURCES += session_sqlite_storage.cppendifendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -